Programming examples |
|
|
|
|
|
|
|
|
|
|
|
|
| Barcodes |
2 out of 5 Industrial |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Programming: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Barcode header | : ESC | [ | ; | n2 | ; | n3 | ; | n4 | ; | n5 | ; | n6 | SP | z |
Example | : ESC | [ | ; | 202 | ; | 8 | ; | 1 | ; | 1 | ; | 1 | SP | z |
Set barcode mode | : ESC [ ? 0 h |
|
|
|
|
|
|
|
|
|
| |||
Data | : : 1 2 3 4 5 6 7 8 9 0 ; |
|
|
|
|
|
|
|
| |||||
Reset barcode mode | : ESC [ ? 0 l1) |
|
|
|
|
|
|
|
|
|
|
1) This letter is a small “L”!
Printout:
: 1 2 3 4 5 6 6 7 8 9 0 ;
2 out of 5 Interleaved
Programming:
Barcode header | : ESC | [ | ; | n2 | ; | n3 | ; | n4 | ; | n5 | ; | n6 | SP | z |
Example | : ESC | [ | ; | 203 | ; | 8 | ; | 1 | ; | 1 | ; | 1 | SP | z |
Set barcode mode | : ESC [ ? 0 h |
|
|
|
|
|
|
|
|
|
| |||
Data | : : 1 2 3 4 5 6 7 8 9 0 ; |
|
|
|
|
|
|
|
| |||||
Reset barcode mode | : ESC [ ? 0 l1) |
|
|
|
|
|
|
|
|
|
|
1) This letter is a small “L”!
Printout:
: 1 2 3 4 5 6 7 8 9 0 ;
Programmer Reference Guide |