How can the CR1000 build a text string and send it out the RS-232 port?
Sending a serial string out one of the CR1000 COM ports will require at least two instructions. Generally, the SerialOpen instruction is used to set up the communication port, such as 115.2k, N, 8, 1. The instructions SerialOut or SerialOutBlock can be used to transmit a specified string. See the CRBasic help for examples of programs using each of these instructions.