Update Apple 2 serial documentation

Reflect the new support of SER_HS_NONE.
This commit is contained in:
Colin Leroy-Mira
2023-11-11 21:00:12 +01:00
committed by Oliver Schmidt
parent ab2163f2c8
commit d00a23feff
2 changed files with 16 additions and 12 deletions

View File

@@ -430,9 +430,10 @@ The names in the parentheses denote the symbols to be used for static linking of
Driver for the Apple II Super Serial Card. Driver for the Apple II Super Serial Card.
The SSC is an extension card for the II, II+, IIe; the Apple //c and //c+ have The SSC is an extension card for the II, II+, IIe; the Apple //c and //c+ have
the same hardware and firmware integrated. the same hardware and firmware integrated.
It supports up to 9600 baud, requires hardware flow control (RTS/CTS) and It supports up to 9600 baud, supports no flow control and hardware flow control
does interrupt driven receives. Speeds faster than 9600 baud aren't reachable (RTS/CTS) and does interrupt driven receives. Speeds faster than 9600 baud
because the ROM and ProDOS IRQ handlers are too slow. aren't reachable because the ROM and ProDOS IRQ handlers are too slow.
Software flow control (XON/XOFF) is not supported.
Note that because of the peculiarities of the 6551 chip transmits are not Note that because of the peculiarities of the 6551 chip transmits are not
interrupt driven, and the transceiver blocks if the receiver asserts interrupt driven, and the transceiver blocks if the receiver asserts
flow control because of a full buffer. flow control because of a full buffer.
@@ -449,9 +450,10 @@ The names in the parentheses denote the symbols to be used for static linking of
<tag><tt/a2.gs.ser (a2_gs_ser)/</tag> <tag><tt/a2.gs.ser (a2_gs_ser)/</tag>
Driver for the Apple&nbsp;IIgs serial ports (printer and modem). Driver for the Apple&nbsp;IIgs serial ports (printer and modem).
It supports up to 9600 baud, requires hardware flow control (RTS/CTS) and It supports up to 9600 baud, supports no flow control and hardware flow control
does interrupt driven receives. Speeds faster than 9600 baud aren't reachable (RTS/CTS) and does interrupt driven receives. Speeds faster than 9600 baud
because the ROM and ProDOS IRQ handlers are too slow. aren't reachable because the ROM and ProDOS IRQ handlers are too slow.
Software flow control (XON/XOFF) is not supported.
Note that transmits are not interrupt driven, and the transceiver blocks if Note that transmits are not interrupt driven, and the transceiver blocks if
the receiver asserts flow control because of a full buffer. the receiver asserts flow control because of a full buffer.

View File

@@ -431,9 +431,10 @@ The names in the parentheses denote the symbols to be used for static linking of
Driver for the Apple&nbsp;II Super Serial Card. Driver for the Apple&nbsp;II Super Serial Card.
The SSC is an extension card for the II, II+, IIe; the Apple //c and //c+ have The SSC is an extension card for the II, II+, IIe; the Apple //c and //c+ have
the same hardware and firmware integrated. the same hardware and firmware integrated.
It supports up to 9600 baud, requires hardware flow control (RTS/CTS) and It supports up to 9600 baud, supports no flow control and hardware flow control
does interrupt driven receives. Speeds faster than 9600 baud aren't reachable (RTS/CTS) and does interrupt driven receives. Speeds faster than 9600 baud
because the ROM and ProDOS IRQ handlers are too slow. aren't reachable because the ROM and ProDOS IRQ handlers are too slow.
Software flow control (XON/XOFF) is not supported.
Note that because of the peculiarities of the 6551 chip transmits are not Note that because of the peculiarities of the 6551 chip transmits are not
interrupt driven, and the transceiver blocks if the receiver asserts interrupt driven, and the transceiver blocks if the receiver asserts
flow control because of a full buffer. flow control because of a full buffer.
@@ -450,9 +451,10 @@ The names in the parentheses denote the symbols to be used for static linking of
<tag><tt/a2e.gs.ser (a2e_gs_ser)/</tag> <tag><tt/a2e.gs.ser (a2e_gs_ser)/</tag>
Driver for the Apple&nbsp;IIgs serial ports (printer and modem). Driver for the Apple&nbsp;IIgs serial ports (printer and modem).
It supports up to 9600 baud, requires hardware flow control (RTS/CTS) and It supports up to 9600 baud, supports no flow control and hardware flow control
does interrupt driven receives. Speeds faster than 9600 baud aren't reachable (RTS/CTS) and does interrupt driven receives. Speeds faster than 9600 baud
because the ROM and ProDOS IRQ handlers are too slow. aren't reachable because the ROM and ProDOS IRQ handlers are too slow.
Software flow control (XON/XOFF) is not supported.
Note that transmits are not interrupt driven, and the transceiver blocks if Note that transmits are not interrupt driven, and the transceiver blocks if
the receiver asserts flow control because of a full buffer. the receiver asserts flow control because of a full buffer.