Serial and Ethernet Control Page 158
Message Response: R<0D>
Example: Send Command: "Display Text"|4|10DI<0D>
Response: R<0D>
LO Get/Set Longitude Coordinates
Description: This command will get or set the longitude coordinates.
Get command: LO<0D>
Message Response: current value<0D>
Example: Send Command: LO<0D>
Response: 81.0<0D>
Set command: 81.0LO<0D>
Message Response: R<0D>
Example: Send Command: 81.0LO<0D>
Response: R<0D>
LA Get/Set Latitude Coordinates
Description: This command will get or set the latitude coordinates.
Get command: LA<0D>
Message Response: current value<0D>
Example: Send Command: LA<0D>
Response: 28.0<0D>
Set command: 28.0LA<0D>
Message Response: R<0D>
Example: Send Command: 28.0LA<0D>
Response: R<0D>
VA Get/Set a Variable
Description: This command will get or set the variable.
Comments: The variable name located at the far left of the sequence form. The user assigns
the label name.
Get command: var1VA<0D>
Message Response: (value of var1)<0D>
Example: Send Command: var1VA<0D>
Response: Hello World<0D>
Set command: var1|"new value for var1"VA<0D>
Message Response: R<0D>