I have a serial reciept printer, Its working fine with normal text. using the Serial out command.
I would like to use some of the advance features like the "Underline, Double-strike" modes.
The ansi commands are "ESC -" ( 1B 2D hex) to turn underline mode on/off, and "ESC G" ( 1B 47 hex) to Turn double-strike mode on/off.
How can I send the commands using SerOut ?
Help Please
Bookmarks