I got the "^233" escape code out of the old program for printing cards. The old program was written for a primos system.
e = "^233"
REM **this line clears the printer's print buffer**
firstline = e + "F" + Chr(13)
REM **this line prints the barcode based on...
I have to create a program which prints to a card printer.
The output needs to be in this format:
(esc)T(space)part1(space)part2(space)part3(space)ect..(space)data(carrage return)
Where T and part# are internally recognized parameteres to the printer.
I can get the output to print out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.