c64-up2400-cc65
c64-up2400-cc65 copied to clipboard
Add 7 bit even parity support?
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
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 [email protected] 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 https://github.com/nanoflite/c64-up2400-cc65/issues/1#issuecomment-404704783, 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 [email protected] 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 https://github.com/nanoflite/c64-up2400-cc65/issues/1#issuecomment-404886404, or mute the thread https://github.com/notifications/unsubscribe-auth/ACocZjxUxluWwb6Ss0tdxu0ek-yhgtxZks5uGMyhgaJpZM4UI7vA .