I want to buy Zebra ZD410, but i want to know is it possible to get event in C# or C++ when the printer starts to print? I want to synchronize it with arduino controlled device.
Is it possible to get the event when the printer starts to print? |
Is it possible to get the event when the printer starts to print?I want to buy Zebra ZD410, but i want to know is it possible to get event in C# or C++ when the printer starts to print? I want to synchronize it with arduino controlled device. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi Artem,
Unfortunately no, It can be set up to send an event when it finishes printing, but not when it starts. You can do a few things to fudge it by reading the status continuously and checking the numberOfFormatsInReceiveBuffer.
Robin