Where I can find a book or information related to how to program code to send to the printer so is able to do graphical / non-graphical things?
I have kiosk printer such as KR403 and wanted to learn to program them by using programing code.
Printer Commands |
1 Replies
Hi Rolando,
Are you looking for information on how to code a print document for that printer, or how to write code for some OS to send data to a printer? These are two separate coding activities.
The KR403 is what we call a ZPL printer so all print documents are created with ZPL as the print control language. The guide for ZPL is here. There are some exercises to get you started on page 43-53. You can also use our free tool ZebraDesigner to create ZPL documents for that printer.
Once you have a document to send, you can use our SDK's to send them to the printer on many Operating Systems. Download the SDK. and API documentation. There are numerous other methods as well.
-Robin