$RSINIT- 90/X'005A'
Initialize the RS-232-C Interface
When you start the Computer, the RS-232-C interface is initialized to the
following characteristics:
Send/Receive Baud Rate: 300
Word length: 8
Parity: None
Stop-Bits: One
Waitfor completion
of
character
110
Tochange any
of
these, you must call $RSINIT.
Entry Conditions
(16888) = Send/Receive Baud Rate Code:
Most significant four bits = send rate
Least significant four bits = receive rate
See the table
of
baud rate codes in Chapter
8.
(16890) = Wait/Don'tWait Switch
Zero =
"Don't
Wait"
Non-Zero =
"Wait"
(16889) = RS-232-C Characteristics Switch:
Bits
7
6,5
5
4
Meaning
Parity:
1 = Even
O=Odd
Word Length:
00 = 5 Bits
01
= 6 Bits
10=7Bits
11
= 8 Bits
Stop Bits:
0=
1Bit
1 = 2 Bits
Parity On/Off
0=
Parity
1 = No Parity
Bits
3
2
1
Meaning
TransmitOn/Off
0=
Disable
1 = Enable
DataTerminal Ready
O=No
1 = Yes
RequestTo Send
O=No
1= Yes
12/17