Prev: Request for Comments - CBM-Apps
Next: Repairing my PET
From: JB on 26 Jul 2010 12:21 Hi Folks. I created a CCGMS Terminal clone called ZTerm for the C64 It supports Swiftlink (at $de00) and user port interfaces. Works in the patched 1.19 version of WinVice, the newer versions have some issues with rs232, at least when using TCPSer to connect via telnet. Right now has punter and multi punter transfers as well as about a 36k buffer. ASCII/CG More features later after a good bug squashing session. Need a few people to help test and find bugs. I am sure there are many. the terminal is written in 100% Assembly language. When I get a stable version, I will have the source code available for anyone who wants to see or use it as long as they dont make fun of my spaghetti coding style :) anyway, email me if you are interested. Thanks Jeff
From: Payton Byrd on 26 Jul 2010 13:41 Any chance of a version that supports RR-Net?
From: JB on 26 Jul 2010 14:26 On Jul 26, 1:41 pm, Payton Byrd <plb...(a)gmail.com> wrote: > Any chance of a version that supports RR-Net? I have never actually seen a RR Net or find any documentation on how it works or to program it. I wouldn't say its out of the question to add support If anyone has any programming info on it, I'd love to see it.
From: Payton Byrd on 26 Jul 2010 15:28 On Jul 26, 1:26 pm, JB <jbrown1...(a)gmail.com> wrote: > On Jul 26, 1:41 pm, Payton Byrd <plb...(a)gmail.com> wrote: > > > Any chance of a version that supports RR-Net? > > I have never actually seen a RR Net or find any documentation on how > it works or to program it. I wouldn't say its out of the question to > add support > > If anyone has any programming info on it, I'd love to see it. Check out this page. I think it might get you started: http://home.ica.net/~leifb/commodore/ethernet.html Specifically, look at GuruTerm. You can probably get the code you need from it.
From: Jonno Downes on 26 Jul 2010 18:13
On Jul 27, 4:26 am, JB <jbrown1...(a)gmail.com> wrote: > On Jul 26, 1:41 pm, Payton Byrd <plb...(a)gmail.com> wrote: > > > Any chance of a version that supports RR-Net? > > I have never actually seen a RR Net or find any documentation on how > it works or to program it. I wouldn't say its out of the question to > add support > > If anyone has any programming info on it, I'd love to see it. let me plug some of my projects then :-) http://ip65.sourceforge.net/ is a TCP/IP stack, with main target being c64 with rr-net included in this is telnet routines and also a vt100 emulation (derived from Lars Stollenwerk's CaTer ) http://netboot65.sourceforge.net/ is a collection of apps that use the ip65 stack, including "KipperTerm" which is a telnet client The code is all in ca65 assembler and released under MPL so feel free to reuse anything that is of interest. In return, I'd be interested in seeing your punter routines |