davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
272 stars 24 forks source link

Added a SERIAL driver for the Nano6502 #166

Closed venomix666 closed 2 months ago

venomix666 commented 2 months ago

Added a SERIAL driver for the Nano6502, connected to the second UART. I have tested it with ansiterm, xsend and xrecv and it seems to work fine.

davidgiven commented 2 months ago

Merged, thanks. (At some point we need to attack how to have multiple serial drivers at the same time.)