Re: Long delay during receipt print and long delay to drawer
Bathworx said:
Hi,
Sorry, can't send printer as its in daily use. Have maybe narrowed it down to the post print command.
It seems to be a delay between finishing printing, then leaving a space and cutting, followed by drawer opening.
my post print command is: 27,100,8,29,86,0,48
My drawer open is: 27,112,0,25,250
do those look correct to you guys? (unsure of drawer make)
If we don't get the issue sorted via the forum, we've got a Citizen receipt printer we could loan you while we take a look at the Epson. Anyway, back to the question...
The drawer open command looks good according to http://keyhut.com/popopen.htm...
However looking at the Epson TM88iii ESC/POS command manual the drawer open command should be either 27,112,0,48,25,250 or if that doesn't work try 27,112,1,49,25,250.
Regarding the post print command, your command string is saying the following:
1. Feed 8 lines of paper (27,100,8).
2. Then do a full paper cut (29,86,0,48).
According to the keyhut webpage, the cut code for the tm88iii should be 27,109.
So you could try changing the post print command to be 27,100,8,27,109.
Try that and see if it helps.
Regards - Richard (Easify Developer)