-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
Can you be a bit more specific? |
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 |
I've moved the code a lot since then, and the kernal based code is no
longer being used, at all. I've made it so that 7E1 isn't needed, and I
just need to get the timing values for 1200bps from the up2400 driver in
CCGMS or similar. But thanks.
If you'd like to see where things stand now,
http://github.com/tschak909/platoterm64
…-Thom
On Thu, Jul 12, 2018 at 9:15 PM Scott Hutter ***@***.***> wrote:
tschak909 - this is the line to modify for what you need (7E1):
userial.c:
static unsigned char us_name1200[] = {0x28, 0x60, 0x00}; //1200 7E1
ref: pg 29: Abacus - Anatomy of the Commodore 64
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACocZsQMQmc49ssOv1UokNCiuzvPLnRIks5uGAKzgaJpZM4UI7vA>
.
|
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 |
I was at VCF East. I will be at VCF West and VCF Midwest, and with that,
have exhausted my convention budget. :(
-Thom
…On Fri, Jul 13, 2018 at 11:36 AM Scott Hutter ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACocZjxUxluWwb6Ss0tdxu0ek-yhgtxZks5uGMyhgaJpZM4UI7vA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: