3.8.40 Bar code height setting.
| [Name] |
| Bar code height setting |
|
| |||||
| [Format] |
| ASCII | ESC h | n |
|
| |||
|
|
|
| Hex | 1B | 68 | n |
|
| |
|
|
|
| Decimal | 27 | 104 | n |
|
| |
| [Range] |
| 1<=n<=255 |
|
|
|
| |||
| [Default] |
| n=60 |
|
|
|
|
| ||
| [Description] | Parameter n specifies the height of a bar code in dots. | ||||||||
3.8.41 Bar code printing |
|
|
|
|
|
|
| |||
| [Name] |
| Bar code printing |
|
|
| ||||
| [Format] |
| ASCII | ESC k | m | n | d1 to dn | |||
|
|
|
| Hex | 1B | 6B | m | n | d1 to dn | |
|
|
|
| Decimal | 27 | 107 | m | n | d1 to dn | |
| [Description] | Parameter m specifies the type of bar codes to be | ||||||||
| printed. |
|
|
|
|
|
|
|
| |
|
|
|
| Parameter n specifies no of barcode characters. | ||||||
|
|
|
|
|
|
| ||||
| m(dec) |
| Type of |
| Number of | Value of d | ||||
|
|
| Barcode |
| barcode |
|
|
| ||
|
|
|
|
|
| characters |
|
|
| |
| 65 |
| UPCA |
|
| 11<=n<=12 | 48<=d<=57 | |||
| 67 |
| EAN13 |
| 12<=n<=13 | 48<=d<=57 | ||||
| 68 |
| EAN8 |
|
| 7<=n<=8 | 48<=d<=57 | |||
| 69 |
| Code39 |
| Variable | Space , $ , % , * , + , | ||||
|
|
|
|
|
|
|
|
|
| |
| 72 |
| Code128 |
| Variable | 0 to 105 |
|
UPCA: if n is 11 then the board calculate the checksum
EAN8: if n is 7 then the board calculate the checksum.
EAN13: if n is 12 then the board calculate the
checksum
Code 39: The first and last character must be ‘*’. This is the syntax for Code 39.
Code128. There is three subset of Code128 (Code128A, Code128B and Code128C). The start character specifies which character set to be used. The start character must be either 103 (subset A), 104 (subset B), 105 (subset C).