Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 93
72
RSS Expanded
“
73
RSS Stacked
“
No HRI will be printed
74
RSS Stacked Omni
“
No HRI will be printed
75
RSS Expanded Stacked
“
No HRI will be printed
Note1:
You may print barcodes in page mode. If you rotate these
barcodes 90
or 180
you can get significantly longer barcodes.
Note2:
A [CR], [LF] or [NUL] may also be used in place of the [NUL] to
end the bar code data field.
Note 3:
Only information that is usable in a particular bar code will be
printed.
Barcodes and Code Pages
In ASCII mode the barcode data is not translated by the active code page. In general
barcode data is numeric (0-9) or alpha numeric (0-9 and A-Z). Some barcodes support
additional characters and are defined by the barcode specification.
Barcodes and Unicode
In Unicode mode, the printer can accept character values from 0 to 65535. In general
barcode data is generally numeric (0-9) or alpha numeric (0-9 and A-Z) and are limited
to values from 0-127. Some barcodes support additional characters as defined by the
barcode specification, however, only character values from 0 to 255 will be used for
barcodes. Any barcode character translations must be done by the host application.
Depending on the Unicode mode, values from 128 to 255 may be required to be
encoded in UTF before they are sent to the printer.
Note:
Any values greater than 255 will be converted into a space (0x20).
Note:
In UTF8 or UTF16 modes all data is assumed to be UTF encoded.