AccuTerm's transparent print mode really is "transparent". Everything
except the matching "transparent print off" code is passed through
unchanged. I noticed in the code sample that there is a PRINT CHAR(18)
after the AccuTerm transparent print on command. I suspect this is a
vestige from a previous version of the program, since it is the Wyse "copy
print" command. Similarly, the PRINT CHAR(20) just before the AccuTerm
transparent print off command is probably not useful, unless these codes
are actually intended for the printer.

Thanks,

Peter Schellenbach



On Tue, Mar 26, 2013 at 1:46 PM, George Gallen <ggal...@wyanokegroup.com>wrote:

> Hmm. STX, wonder if Accuterm would still pass an STX through if it wasn't
> preceeded by an ESC?
>
> My Datamax label printers use STX as signal to begin accepting programming
> for label layout.
> I don't use Accuterm, so it doesn't affect me, more of a general
> question....
>
> George
>
> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org [mailto:
> u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> Sent: Tuesday, March 26, 2013 4:40 PM
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER
>
> Interesting
> ESC STX p2
>
> I looked through the manuals a few times but didn't see that one!
>
>
> -----Original Message-----
> From: Nancy Fisher <nan...@peninsulatruck.com>
> To: 'U2 Users List' <u2-users@listserver.u2ug.org>
> Sent: Tue, Mar 26, 2013 12:36 pm
> Subject: Re: [U2] SENDING BARCODE COMMANDS TO OKI PRINTER
>
>
> CERTAINLY.  And thanks to Pete Schellenbach as well as all here.
>
> The transparent printing is
>
> 0001: * CK OKI BARCODE PRINT
> 0002: BAR.ON = ''
> 0003: BAR.SIZE = ''
> 0004: START.BAR = ''
> 0005: BAR.ON = CHAR(27):CHAR(16):CHAR(65):CHAR(8):CHAR(2):CHAR(0)
> 0006: BAR.SIZE = CHAR(0):CHAR(2):CHAR(1):CHAR(1):CHAR(1):CHAR(0)
> 0007: START.BAR = CHAR(27):CHAR(16):CHAR(66):CHAR(9)
> 0008: PRINT CHAR(27):CHAR(2):'p2'  ;Accuterm transparent printing on
> 0009: PRINT CHAR(18)
> 0010: *2 is emulation ibm, 65 is emulation epson
> 0011: *PRINT CHAR(27):CHAR(123):CHAR(2)
> 0012: PRINT
> 0013: PRINT
> 0014: PRINT "    TESTING    "
> 0015: PRINT
> 0016: PRINT BAR.ON:BAR.SIZE:
> 0017: PRINT START.BAR:123456789
> 0018: PRINT
> 0019: PRINT CHAR(20)
> 0020: PRINT CHAR(27):CHAR(2):'p0';  Accuterm transparent printing off
> 0021: END
>
> Nancy Fisher
> Peninsula Truck Lines, Inc
> Federal Way, Washington
> 253/929-2040
> Visit our Website www.peninsulatruck.com
> nan...@peninsulatruck.com
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to