I don't know if this will help you but this is the scoop:
http://gimp-print.sourceforge.net/developer-html/gimpprint_37.html
ESC/P2 command: ESC 01 @EJL [sp] ID\r\n
Return the printer ID. This is considered a remote mode command, although
the syntax is that of a conventional command. This returns the following
information:
@EJL ID\r
MFG:EPSON;
CMD:ESCPL2,BDC;
MDL:[printer model];
CLS

RINTER;
DES:EPSON [printer model];
\f
After all data has been sent, a form feed byte should be sent.
All newer Epson printers (STC 440, STP 750) require the following command to
be sent at least once to enable printing at all. This command specifically
takes the printer out of the Epson packet mode communication protocol
(whatever that is) and enables normal data transfer. Sending it multiple
times is is not harmful, so it is normally sent at the beginning of each
job:
ESC 01@EJL[space]1284.4[newline]@EJL[space][space][space][space]
[space][newline]ESC@
Insley913 said:
Well...topic says it...
Every single time I print something be it the test page, a document in IE it always prints:
284.4
@EJL
Anyone have any clue why it does this?? Any help would be greatly
appreciated...