User`s manual
TLS PC Link
TM
Programmer’s Guide
49
sent first
Terminator
This record must be at the end of the file.
0xFF 0xFF <CR>
Data Format
This image file can be sent as 8-bit data or 7-bit ASCII Hex. The 7-bit version
sends the same data as the 8-bit version, but each byte is sent as two ASCII Hex
characters.
Example:
A 50-pixel by 50-pixel box located 10 pixels down and 10 pixels to the right of
the origin. Note that the X-Cursor is set to pixel 8, and the data starts with the
first two bits equal to zero so the box starts at column 10.
As 8-bit data:
Command Description
0x58 0x08 0x00 X-Cursor at pixel 8
0x59 0x0A 0x00 Y-Cursor at pixel
10
0x80 0x07 0x3F 0xFF 0xFF 0xFF 0xFF 0xFF 0xF0 First line of box
0x80 0x07 0x20 0x00 0x00 0x00 0x00 0x00 0x10 Second line of box
0x00 0x00 0xFF 0x2F Repeat second line
47 times
0x80 0x07 0x3F 0xFF 0xFF 0xFF 0xFF 0xFF 0xF0 Last line of box
0xFF 0xFF 0x0D Terminator
As 7-bit ASCII:
Command Description
580800 X-Cursor at pixel 8
590A00 Y-Cursor at pixel
10