
Adapting Bar Code Print Controls to SAPscript Printer Drivers
The printer drivers provided by SAPscript format bar code data for printing in different ways. Check the following notes to be sure that you have defined your bar code print controls correctly:

For a Kyocera F1200 printer, the bar code print control definitions could be as follows:
SBP01 (bar code prefix): BARC 15,N,
SBS01 (bar code suffix): ;
After print control SBP01 appears in the text, the PRES driver automatically places single quotation marks around the text that follows, as required for the BARC command in the PRESCRIBE printer language. If the bar code data is 123456789, then PRES sends the following output stream to the printer:
BARC 15,N,'0123456789';