Print output character problem
Hi Experts,
When we try to print Hr Payroll list from Panasonic KX-P3696, instead of the line character(----) output prints ### character,
How can we prevent this output character error?
We are using epescp9 device type for this printer and Printer Character set is 1603
And the printer initilization code for format that we are using ;
Printer inilizitation
reset
\e\0x40
select US-ASCII character set
\e\0x52\0x00
set line spacing 6 LPI
\e\0x32
set page length to 12 inch (=72 lines at 6 LPI)
\e\0x43\0x42
cancel bottom margin
\e\0x4F
set left margin to 0
\e\0x6C\0x00
select draft quality
\e\0x78\0x00
select non-proportional spacing
\e\0x70\0x00
cancel condensed printing
\0x12
set line spacing x/216 inch 23
\e\0x33\0x23
select 10 CPI
\e\0x50
start condensed print-> 17.1 CPI
\0x0F
Regards