What is the right code that prints text at a specific position. There are the Epson commands in the section on horizontal position three instructions: Print Position, Execute current print position from left margin and Set print position. I can not deal with sending commands and I do it this...
I'm trying to send epson fx printer code to the dot-matrix printer emulation epson fx using function:
char* cSendBuf = "\0x1bl\0x03"; //set left margin - ESC 1 n
RawDataToPrinter( L"\\\\AGO\\Oki ML 520 Elite (IBM)", cSendBuf, strlen(cSendBuf) );
And I don`t know where to put the text "sample...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.