|
-
Apr 22nd, 2004, 03:19 AM
#1
Thread Starter
New Member
Printing Bitmaps with ESC/P2
I need to print a bitmap to an ESC/P2 compatible printer using the following method, not the Printer object:
open "LPT1" for output (or binary??) as #1
close #1
I can send escape codes to the printer just fine, but I'm at a loss as to how to actually send a graphic to be printed this way. Can anyone help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|