Print control characters?
I have a client that uses bitmaps that are loaded into the printers.
To get these printed, I need to send the printer a sequence of control characters.
Like: ESC+'&f1y4x'
How do I do this? If i use a memo, I see this text printed, which I don';t want to.
To get these printed, I need to send the printer a sequence of control characters.
Like: ESC+'&f1y4x'
How do I do this? If i use a memo, I see this text printed, which I don';t want to.
Comments
What about dotmatrix report with command object containing the command?
Or here are 2 Delphi components for direct printer access:
RawPrint
or
DXPrint
If they don't work, try this code, it send command directly to the printer: