Example: Send Command: 1SD<0D>
Response: R<0D>
DT Get/Set DST Type
Description: This command will get or set the status of the daylight saving time Type.
Comments: Example are: 1 = US, 2 = Universal, 3 = Australia, 4 = Europe.
Get command: DT<0D>
Message Response: current setting<0D>
Example: Send Command: DT<0D>
Response: 1<0D>
Set command: 1DT<0D>
Message Response: R<0D>
Example: Send Command: 1DT<0D>
Response: R<0D>
TZ Get/Set Time Zone
Description: This command will get or set the Time Zone.
Comments: The time zone 0 is the Greenwich Mean Time GMT. Time zones going west are
given –1 numbers and +1 going east from GMT 0 until the International Date
Line is reached. Eastern TZ in the USA is -5
Get command: TZ<0D>
Message Response: current timezone<0D>
Example: Send Command: TZ<0D>
Response: -5<0D>
Set command: -5TZ<0D>
Message Response: R<0D>
Example: Send Command: -5TZ<0D>
Response: R<0D>
DI Display Text
Description: This command will place user text on the display screen at the row and column
specified in the command.
Comments: r = 1 to 8, cc = 1 to 42.
Command: "Display Text"|r|ccDI<0D>