Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dojo support for coco (bit banger) #943

Open
spotlessmind1975 opened this issue Aug 26, 2024 · 0 comments
Open

Dojo support for coco (bit banger) #943

spotlessmind1975 opened this issue Aug 26, 2024 · 0 comments
Labels
DOJO project Dojo project support
Milestone

Comments

@spotlessmind1975
Copy link
Owner

The Color Computer has a built in serial port. It is commonly referred to as the bit banger. It is located on the back of the computer and labeled serial. It has three lines and ground. TX, RX, and Ready. All of the signals are under the direct control of the CPU. There is no UART on this port. In MAME this port is called rs232.

 $ ./mame64 coco2b -rs232 null_modem -bitb socket.localhost:6809

This will cause MAME to try to connect to local host on port 6809. If it fails, MAME will opening a listening socket on 6809. Either way it is bi-directional. Of course ‘localhost’ can be substituted to any fully qualified domain name on the internet.

See: https://tlindner.macmess.org/?page_id=659

@spotlessmind1975 spotlessmind1975 added the DOJO project Dojo project support label Aug 26, 2024
@spotlessmind1975 spotlessmind1975 added this to the future milestone Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOJO project Dojo project support
Projects
Status: No status
Development

No branches or pull requests

1 participant