Owner`s manual

There are 16 possible text and background colors available to choose from. They are the same 16 colors
used in HTML programming.
The @C command has been expanded to set the foreground and background colors for the entire display
and within the same command you can also set the font size for the entire display to all be the same or split
up the display using different size fonts for each line.
The command structure is as follows:
@C[fnfnfn...][\cb]
Where:
@C are the 2 header bytes
f: is the font size and can be either S, M or L for small, medium or large
n: is the number of lines being defined
\cb: defines the user default colors, c=text color, b=background color
The \cb command can also change the active text/background color within a prompt at any time.
All screen formatting and color commands are dynamic and not stored in the unit so they will need to be
sent at every sign-in.
The color codes are:
0 = AQUA 1 = BLACK 2 = BLUE 3 = FUCHSIA
4 = GRAY 5 = GREEN 6 = LIME 7 = MAROON
8 = NAVY 9 = OLIVE A = PURPLE B = RED
C = SILVER D = TEAL E = WHITE F = YELLOW
Here are some examples:
@CS2M2L2
will clear the screen and set the first two lines of the screen to be small fonts, the next two lines to be
medium fonts, and the next two lines to be large fonts. The remaining undefined lines will be small font
with the default colors. The default colors will be used since there is no \cb at the end of the command.\
followed by:
@1,1,0,\BEWarning@3,1,0,\21Invalid Data@5,1,1,\ACData<EOT>
will display “Warning” on the first line in small font with RED text on a WHITE background, “Invalid
Data” on the third line in medium font with BLUE text on a BLACK background and “Data” on the 5
th
line
in large font with PURPLE text on a SILVER background. The cursor will be positioned after the “Data” on
the 5
th
line and entered text will be in the last color combination, PURPLE on SILVER.
Remember that if you only define 6 lines then the remaining lines on the screen will be defined as small font
with the default colors.
When you are defining the font size for each line of the screen be aware that the total pixel count of all the
70