Add-On Barcodes
Example 1
UPC and EAN barcodes (commercial barcodes) can be extended with
The following barcodes can be extended with
Barcode Types H, I, K, L, N, O, P and Q
In the data formats the numbers are generally given in the sequence they are printed from left to right in the barcode, i.e. in the case of the EAN13 code, the 13. figure is trans- ferred first and the 1. figure last. For the formats for the
EAN13 barcode with HRI and Add On 2 extention
Format: DC4:nnnnnnn:nnnnnn:cnn:DC4
10REM code EAN 13 with
20LPRINT CHR$(27);"[?11~";
30LPRINT CHR$(26);" K3;111";CHR$(25);
40LPRINT CHR$(20);":0123456:789012:012:";CHR$(20);
50LPRINT CHR$(27);"[?10~"