Programming examples | Barcodes |
Two horizontal barcode symbols one beneath the other
Programming:
Barcode header | : ESC | [ | ; | n2 | ; | n3 | ; | n4 | ; | n5 | ; | n6 | SP | z |
Example | : ESC | [ | ; | 201 | ; | 7 | ; | 0 | ; | 0 | ; | 1 | SP | z |
Set barcode mode | : ESC [ ? 0 h |
|
|
|
|
|
|
|
|
|
| |||
Data | : * CODE 39 * |
|
|
|
|
|
|
|
|
|
| |||
Reset barcode mode | : ESC [ ? 0 l1) |
|
|
|
|
|
|
|
|
|
| |||
Specify spacing | : CR LF LF LF LF LF LF LF |
|
|
|
|
|
| |||||||
Set barcode mode | : ESC [ ? 0 h |
|
|
|
|
|
|
|
|
|
| |||
Data | : * CODE 39 * |
|
|
|
|
|
|
|
|
|
| |||
Reset barcode mode | : ESC [ ? 0 l1) |
|
|
|
|
|
|
|
|
|
|
1)This letter is a small “L”!
Printout: |
|
|
|
|
|
|
|
* | C | O | D | E | 3 | 9 | * |
* C O D E | 3 9 * |
Programmer Reference Guide |