views:

76

answers:

0

We currently use Nanoptix Paychex3 ticket printers on a fairly large project. We use a DLL provided by the manufacturer to send the print raw data directly to the printer, which works pretty well, but we have found that the usb port communication drops from time to time (as often as every 10 prints) and need to find a solution.

They have provided a windows print driver, which I am hoping will resolve the connectivity issues, but I am unsure which way would be best to tackle the print methods. Should I still send raw data to the printer or create a printdocument?

The project is written in c#, .Net 3.5 framework.

Any help is appreciated.