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?