CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
B-EP Series
8-59
[Program example]
fprintf( stdprn, "\034S%c\x02",0x00); /* 2 dots on the right of character */
fprintf( stdprn, "\x82\x50\x82\x50\x82\x50\x82\x50\n");
fprintf( stdprn, "\034S%c\x1c",0x00); /* 28 dots on the right of character */
fprintf( stdprn, "\x82\x51\x82\x51\x82\x51\x82\x51\n");
[Print example]
1111
2 2 2 2