User`s guide
Chapter
5
BASIC
Commands
103
Parity% 1: None
2: Odd
3: Even
Specifies the parity of the COM port.
Data% 1: 7 data bits
2: 8 data bits
Specifies the data bits of the COM port.
Handshake% 1: None
2: CTS/RTS
3: XON/XOFF
Specifies the method of flow control for the
COM port.
Example
SET_COM(1,1,1,2,1) ' COM1, 115200, None, 8, No handshake
See Also
CLOSE_COM, OPEN_COM, READ_COM$, SET_COM_TYPE, WRITE_COM
SET_RTS
Purpose
To set the RTS level for the direct RS-232 port.
Syntax
SET_RTS(N1%, N2%)
Remarks
"N1%" is an integer variable, indicating for which communication port to set the
RTS level.
"N2%" is an integer variable, indicating the RTS state.
Value Meaning
0
1
OFF or in the "mark" state.
ON or in the "space" state.
Example
SET_RTS(1,1) ' set COM1 RTS to the "mark" state
See Also
GET_CTS
5.18 RF Communications
This section describes the BASIC functions and statements relating to Radio Frequency
communications. These command sets are only applicable to the specific models as
described below.