3.7.4 Examples
Print out a barcode 39 with PRESCRIBE:
!R! FONT 831; TEXT "*0987654321*"; PAGE; EXIT;
("*" required as the start and stop character)
Print out of a UPC barcode with ORC-A script embedded below in PCL:
[cr][lf]
[esc](8Y[esc](s1p12v0s0b0T(012345-GHIJAF([cr][lf]
(012345-GHIJAF([cr][lf]
(012345-GHIJAF([cr][lf]
( - ([cr][lf]
[esc](0O[esc](s0p10h12v0s0b104T[esc]*p-50y+25X12345 67890
The line feed character has been displayed as [lf] and the carriage return character
as [cr].
109