[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Read full 8-bit character from serial port?
- Subject: Read full 8-bit character from serial port?
- From: "Ron Kneusel" <oneelkruns@hotmail.com>
- Date: 23 May 2006 06:07:58 -0700
- Complaints-to: groups-abuse@google.com
- Injection-info: 38g2000cwa.googlegroups.com; posting-host=67.176.63.63; posting-account=ZgBImQwAAAB9r0wHH0CSpbr1sVxN8LED
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/0.2
- Xref: g2news2.google.com comp.sys.apple2:8043
I'm using an Apple IIgs to read/write characters while debugging a
program on my PC. I can send a full 8-bit character easily enough but
my attempts to read a full 8-bit character have failed so far. The
high-bit is always set no matter what.
I've tried using IN#2 and the monitor routine at $FD0C. I've also
tried using the SSC routine at $C205 with the same result. For output
I'm using PR#2 and $FDED which seems to send a full 8-bit character.
So, any ideas on how to read a full 8-bit character from assembly?
Thanks!
Ron