I’m trying to write a DOS batch file to send escape codes to a Star Micronics TSP600 series receipt printer. I have the Code, Hex, and ASCII commands, but I can’t seem to figure out which to use or what syntax to use.
CODE:
HEX: 1B 1C 70 1 0
ACSII: 27 28 112 1 0
I’m also trying to initialize the printer which uses the following codes:
CODE:
HEX: 18
Star’s tech support wasn’t much help. Any assistance would be greatly appreceiated.
Thanks!
john