When I connect to an ethernet Star Micro printer, I can use the Star Micro SDK which lets when there is a problem (lets say printer is out of paper or went offline). However, when I print to a USB Star Micro printer or the built in printer, I have to us the Clover SDK. So I am using ImagePrintJob and that works most of the time, but how can I get notified when there is a printing problem? The print() method doesn't throw any exceptions and there are no callbacks.
Thanks, Rom