Hi,
Can you give more details (like what you send to the printer: plain text, labels, reports, what kind of driver do you use: Generic.Tex, Epson TM-T88, Epson TM-T90?). We use the Epson printer in a POS software and is very quick, but we send plain text directly to the printer with a Generic/Text driver. Ex:
set printer to name "Myname"
set printer on
Mystring=”abcd1234567890”
?Mystring
? replicate("-",56)
for i=1 to 8
?
next i
set printer off
set printer to
Bogdan