I have a RABBIT printer that has its own language.
I have to send the parameters and data to the printer in its own format.
For exemple:
set printer to LPT1
set device to FILE
@ 0,0 say chr(02) + "L" + chr(13)
@ 0,0 say chr(02) + "KI70" + chr(13)
@ 0,0 say "H12"
@ 0,0 say "CODE" + variable
and...