printing ascii

  • Thread starter Thread starter Johnny Hu
  • Start date Start date
J

Johnny Hu

i am using a Zebra LP2844 barcode printer , which needs sending ascii
control code to it.
i had some experience on gdi+ printing(printDocument class) , i think it is
not a pure ascii code printing.

how could i do it in .net ?

thanks!
 
Have you got any solution to resolve your problem ? I'm having same
issue apprciate if you could share the resolution that you have towards
this problem

thanks and regards,
ahmed
 
Yes

1.the ascii format control language is called EPL (or ZPL, advanced
one). try to find a document on this language.

2.you need a class to send these command to LPT port
 
Back
Top