‎2007 Mar 15 6:25 AM
Dear all,
I've defined my own page format / format type that I use with ZJP5577 output device.
I use a 280 x 128 mm portrait format. And a copy of INCH 5 escape sequences with my own format type. Also, the print control are the one copied from the standard JP5577 output device.
As a result it seems that each time a new page is output, the printer takes app 20 lines before starting the ouptut.
Also, eventhough I've tried with INCH5 in my Smartform, same result.
Is it related to the "reset after exit" escape sequence or the "print initialization" or any print control?
Any idea?
‎2007 Mar 15 6:36 AM
This kind of issues u need to consult ur basis consultant, they will do some coding in SPAD for printer settings.
Regards,
Sujatha.
‎2007 Apr 26 4:20 AM
Dear all,
It seems the hexa value defined by SAP for standard device type JP5577 related to format INCH5 is wrong :
set page length to 5 inch (=30 lines at 6 LPI)
\e\x7e\x04\x00\x02\x01\x19
x19 = 25 and not 30
For 30 lines it should be 1E.
set page length to 5 inch (=30 lines at 6 LPI)
\e\x7e\x04\x00\x02\x01\x1E
Regards.
‎2007 Apr 27 7:48 AM