User manual
CLEARjet GmbH CX-one
Send greyscale graphic data <ESC>$G[b]{DATA}
Description
This command is used to extend the “send graphic data”
command, to print dots in greyscale mode.
The data of both commands are joined to produce
greyscales as shown in the next table:
<ESC>G
Data
<ESC>$G
Data
Greyscale
0 0 White
0 1 Light grey
1 0 Dark grey
1 1 Black
ASCII – Code
<ESC>$G [b] {DATA}
HEX – Code
1B 24 47 [b] {DATA}
Example
Commandset to print a dark grey dotline of 40 dots:
<ESC>J1
<ESC>G 5 0xFF 0xFF 0xFF 0xFF 0xFF
<ESC>$G 5 0x00 0x00 0x00 0x00 0x00
<ESC>J1
Micro line feed <ESC>J[h]
Description
This command moves the current print position by [h] micro
lines in print direction.
Values for [h] from 0x01 to 0xFF.
Printable area of ISO cards: 100 to 990
[h] = number of micro lines (hex. char.)
ASCII – Code
<ESC>J[h]
HEX – Code
1B 4A [h]
Programmers Manual Page 37 / 53