Printing a bimtap using Esc/pos

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi all,

I wonder if anyone could help me. I want to print a windows bitmap file
located on "C:\Pictures\picture.bmp" on an Esc/pos printer
I am writing to the printer from inside a visual c++ program and at the
moment I am simply writing out text strings.

I read somewhere that you could use

ESC"filename.bmp"

but when i try this

"filename.bmp"

is printed out and not the bitmap the file represents

Any help would be gratefully received.

Thanks

Paul
 
Back
Top