ddrcode / teensy_6502_bridge

COM-W65C02 CPU bridge on Teensy 4.1
MIT License
0 stars 0 forks source link

Add option to use network instead of serial port #2

Open ddrcode opened 10 months ago

ddrcode commented 10 months ago

As Teensy 4.1 is equipped with 100MBit Ethernet chip, it'd be a good alternative to have the bridge run via nework, rather than the serial port.

For details check description on Teensy 4.1 website.

ddrcode commented 8 months ago

Ticket #11 proposes a new communication protocal that could be a good candidate for Ethernet connection too.