-
Notifications
You must be signed in to change notification settings - Fork 15
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
Suggestion: Communications ability with the userport #61
Comments
The extension system is on the way, hopefully it will be ready for testing in a few days. Once it works, any kind of extensions can be added. If you request a new extension, please write a brief description with the following:
Preferably write some examples, for example how would you implement each functionality in CBM BASIC or assembly? |
Need the following "like" commands: (Hope this makes sense) OPEN {speed,parity,bit,stop} OPEN 9600,N,8,1 |
Thanks. I admit I'll have to do some reading in the topic. Is there an existing code library that could be included in the project and we could get its routines wired to the new commands? |
There may be some useful code which could be pulled from CCGMS 19 |
It is possible to add userport communications ability for use in creating a terminal program or BBS system in the near future? Enhanced communication routines with supported 2400 or even 9600 baud would be icing the cake.
The text was updated successfully, but these errors were encountered: