Re: [cc65] Serial port API

Date view Thread view Subject view

From: Adam Dunkels (adam_at_sics.se)
Date: 2001-11-05 17:08:55


On Monday 05 November 2001 16:41, you wrote:
> Just wrote a small driver that allows the C64 to use the PC's HD using
> a SwiftLink and a null modem cable the other night. Right now it just
> supports load"file",6, load"$",6, and load"dir",6 (to change
> directory). CD:ing into a D64 is halfway done. The C64 side is just
> $110 bytes of code but if I decide to add some more exotic features
> (like a nice menu controlled D64 reader/writer) I'd prefer doing it in
> C. Hey, I'd even have a stab at writing the first real app for cc65 :)
>   Oh, the server side is written in Perl and should work on both Win32
> (use Win32::SerialPort;) and Unix (use Device::SerialPort;).

What would be *really* nice to have would be to implement something similar, 
but with uIP to allow loading files using HTTP (or FTP, but that is harder). 
Imagine

load "http://www.c64.com/games/ik+.prg",6
load "ftp://ftp.c64.com/$",6

Groepaz (who asked where uIP could be found), uIP can be found at 
[http://dunkels.com/adam/uip/]. Version 0.4 compiles with version 2.6.x of 
cc65, but doesn't work with the newest cc65 version. 

/adam
-- 
Adam Dunkels <adam_at_sics.se>
http://www.sics.se/~adam
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET