26
CODE C
{C
7B,43
123,67
FNC1 {1
7B,31
123,49
FNC2 {2
7B,32
123,50
FNC3 {3
7B,33
123,51
FNC4 {4
7B,34
123,52
{ {{
7B,7B
123,123
●
Refer to barcode-related books, etc. for the code set character structure of CODE-A, CODE-B, and CODE-
C.
●
As an example, a case for printing 10-digit data in CODE 128 is shown.
When CODE A is specified and the barcode data is 1234567890, to send data to the printer:
[1D] [6B] [49] ---------- GS k n
[0C] ---------- s
[7B] [41] ---------- CODE A
[31] [32] [33] [34] [35] ---------- '12345'
[36] [37] [38] [39] [40] ---------- '67890'
[0D] [0A] ---------- CR LF
In this case, the parameter ‘s’ (data length) consists of 2 bytes indicating CODE A and 10 bytes indicating
the data ‘1234567890’, 12 bytes in total.