c64-up2400-cc65
c64-up2400-cc65 copied to clipboard
Does This Work With the Disk Drive Active?
The default C64 rs232 routines refuse to work simultaneously with disk access; attempting to get an RS232 byte after opening a disk file appears to close the disk. Does this driver allow me to access bytes from both devices open simultaneously?
I don't mean to bother you, but I don't feel like spending several days getting something working in CC65 only to find out it was all pointless
Hi,
Never tried it, but I think it should work. It would be great to be able to stream some data from serial to disk on the C64 ;-) Figuring out it works or not is never pointless!
Cheers, Johan
On Thu, Jul 4, 2019 at 10:00 PM everyfan [email protected] wrote:
The default C64 rs232 routines refuse to work simultaneously with disk access; attempting to get an RS232 byte after opening a disk file appears to close the disk. Does this driver allow me to access bytes from both devices open simultaneously?
I don't mean to bother you, but I don't feel like spending several days getting something working in CC65 only to find out it was all pointless
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nanoflite/c64-up2400-cc65/issues/4?email_source=notifications&email_token=AAAOHZNISE3FTMBNKYGSPULP5ZJE5A5CNFSM4H57BNC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5N5IXQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOHZJ3MBC4R5BSC33ZZ33P5ZJE5ANCNFSM4H57BNCQ .
-- "Your time is limited, so don’t waste it living someone else’s life.", Steve Jobs
http://about.me/johan.vandenbrande
I'll let you know when I find out