My printer is use 57mm paper(width),ticket printed like this:
???????ticket?????????????(Why is there a lot of "?",template is:<T>ticket )
date:2014/4/3 time :20:20
Table:20
------------------------------------
-1 rice 1.
50
-1 bread 3.5
0
======================
Total 5.00
======================
I think its should be like this:
ticket
date:2014/4/3 time :20:20
Table:20
------------------------------------
-1 rice 1.50
-1 bread 3.50
======================
Total 5.00
======================
2 answers
It is printing ? Because your printer doesn't know what character it is trying to print. Check you Code Page setting in Manage->Settings->Printers->Ticket Printer
857 is Turkish, 437 is English. Set your language code here.
The lines are wrapping because you Line Character Count is too high. 46 is for 80mm paper. You need around 32 for 57mm paper. This is set in the same place as above.
i change the setting to:
character sets code 936
line charactor count 30
print chinese,Phenomenon is still the same
Please post your printer template
Printer restart, problem solved,thanks