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

Add 7 bit even parity support? #1

Open
tschak909 opened this issue May 22, 2018 · 5 comments
Open

Add 7 bit even parity support? #1

tschak909 opened this issue May 22, 2018 · 5 comments

Comments

@tschak909
Copy link

Hi. Thanks so much for wrapping this code. I am working on a PLATO terminal emulator here:

http://github.com/tschak909/platoterm64

and I am knee deep in debugging the protocol state machine, but I need the driver modified slightly to support 7 bits and even parity, could I perhaps convince you to help? ;)

-Thom

@nanoflite
Copy link
Owner

Can you be a bit more specific?

@xlar54
Copy link

xlar54 commented Jul 13, 2018

tschak909 - this is the line to modify for what you need (7E1):

userial.c:

static unsigned char us_name[] = {0x28, 0x60, 0x00}; //1200 7E1

ref: pg 29: Abacus - Anatomy of the Commodore 64

@tschak909
Copy link
Author

tschak909 commented Jul 13, 2018 via email

@xlar54
Copy link

xlar54 commented Jul 13, 2018

off topic at this point, but i think youre doing a great thing for retro computing. good luck on platoterm. maybe you can get to comvex this year and demo it

@tschak909
Copy link
Author

tschak909 commented Jul 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants