logo
products tech support about news contact

Communicating with the Vue Series Controller

1. Baud rates and serial port settings

2. Command formatting and termination

3. Handshaking

Baud rates and serial port settings

Each Vue Series Controller is shipped from the factory with a fixed baud rate, which cannot be changed in the field. The other serial port parameters are: 8 data bits, 1 stop bit and no parity. Hardware flow control is not supported.

Command formatting and termination characters

Each command to the Controller must be terminated in one of two equivalent ways:

All commands are case-sensitive. Leading and trailing white space is ignored, but command arguments must be delimited by a single space character (ASCII 32).

Handshaking

Under no circumstances does the Controller initiate communication; it only transmits characters in response to a message. Every message to the controller generates a response, either a numerical value or the acknowledgment string “OK”.

In the event that the controller receives a message that it cannot interpret, it responds: “Syntax error: ” followed by the complete command string (minus the termination character) that caused the error.

Every controller response is terminated by a carriage return/line feed pair (ASCII 13 followed by ASCII 10).