Model 100 Serial Interface: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Configuration == | |||
=== Serial Word Format === | === Serial Word Format === | ||
=== Baud Rate === | === Baud Rate === | ||
== Data Transmission == | |||
== Data Reception == | |||
== I/O Map == | == I/O Map == |
Revision as of 11:43, 1 February 2009
Configuration
Serial Word Format
Baud Rate
Data Transmission
Data Reception
I/O Map
Name | Direction | Port |
TX | Output | $C8 |
RX | Input | $C8 |
RTS | Output | $BA, bit 7 |
CTS | Input | $BB, bit 4 |
DSR | Input | $BB, bit 5 |
DTR | Output | $BA, bit 6 |
Direction indicates both data flow, and whether to use an IN
or OUT
instruction to read/write to the given pin.