Hello.
We have a Windows Forms C# Application and we are trying to print a receipt for our customers with the Zebra KR203. How can we achive this? Is there any SDK available?
We've tried to send a print command in c# but the job keeps waiting forever in the printing queue.
We also tested with Zebra Toolbox and achived to print etc...
Any suggestions?
Thanks.
Print Receipt from Windows Forms C# application to KR203// Expert user has replied. |
2 Replies
Hi Hugo, The KR203 uses a non-standard print language called KPL. It also requires some careful managing of the printer connection. You are better off programming to the driver than directly trying to connect to that printer.
Robin
Hugo,
Unfortunately there is not an available SDK for the KR203. However, there is one for the KR403 if you are interested. You can find out Link-OS SDK here: Link-OS Multiplatform SDK | Zebra
Please note that neither the KR203 or KR403 are Link-OS printers, so Link-OS specific capabilities will not be usable.
Christal