Hello!
I want send an escape sequence to the printer. When I put it into the string, and then print the string usint CDC:rawText(), it simple shows dots (.) in place of the escape sequence.
I tried to use the CDC::Escape() to send the sequence, but I couldn't find, wich value should I send for first parameter (nEscape). I tried PASSTHROUGH, but it didn't work. All I need is to send string like \a or "\x01B\x007" to printer.

What should I do?

Thank you in advance,
Jack Black.