GTCO Super L III - Users Guide User Manual
Page 54
![background image](/manuals/678454/54/background.png)
Super L III 54
After the last command or if you are entering only one command, use an
Escape delimiter takes you directly back to Digitizing Mode.
If the command entered is not recognized as a valid command, it will be ignored and Super
L III will send a “?” (question mark). If the delimiter following an invalid command was an
Mode, awaiting a valid command.
A command may be aborted before entering a delimiter by sending a CTRL-X (hex 18). The
Super LIII then ignores the preceding one or two characters and responds with a new
prompt.
To Leave Command Mode:
Send an
response to the Super L III’s prompt. Super L III returns to digitizing, now operating
according to the commands sent to it.
A Hint for Programmers
Here is the most efficient method for sending commands:
1. Send the CTRL-A and wait until the Controller responds with the prompt >. A loop
that retrieves one byte at a time from the serial port and checks for the > is best.
2. Send the command one character at a time. The Controller will respond by echoing
each character. Waiting for the character to be echoed will ensure that the
Controller has received the character and is waiting for the next one.
3. Once the command is complete, send a
mode.
4. If you send a
received. Then continue sending commands as described in step 2.