tschak909 / platotermamiga

PLATOTerm for the Commodore-Amiga
GNU General Public License v3.0
8 stars 4 forks source link

Implement serial.device I/O #2

Closed tschak909 closed 5 years ago

tschak909 commented 5 years ago

PLATOTerm needs to be able to talk to RS-232 devices courtesy of serial.device (or equivalent).

To help, I've been referencing the following code: http://aminet.net/package/comm/term/MicroTerm

And of course, the RKM: http://amigadev.elowar.com/read/ADCD_2.1/Devices_Manual_guide/node009A.html

The relevant bits of code are mostly in src/io.c

in particular:

tschak909 commented 5 years ago

Completed roughly a week after filing this, just forgot to update ticket. Code is now in src/io.c Thanks to @wschaub for finding a very subtle error which prevented it from working.