232
CipherLab BASIC Programming Part I
Example
SET_COM_TYPE(1, 1)
START_DEBUG(1, 1, 1, 2, 1)
‘ specify RS-232 for COM1
‘ use COM1 to send debug messages
‘
the COM port properties are 115200, None,
8, No handshake
STOP_DEBUG
Purpose To terminate the debug function.
Syntax STOP_DEBUG
Remarks This is the counter command of START_DEBUG.
Example