giorgiofellipe / cordova-plugin-datecs-printer

Cordova plugin to print on Mobile Bluetooth ESC/POS Printers - Tested on Datecs DPP-250 Printer
MIT License
73 stars 60 forks source link

Errors on socket "Broken pipe" and "Connection reset by peer" #108

Open erikchagas opened 6 years ago

erikchagas commented 6 years ago

Hi,

I'm trying to print a fiscal receipt that's originally a pdf file. I first convert it to a jpg file and use the base 64 string to print the image. The issue is that while printing in a Leopard A6 everthing works fine, printing in a Datecs DPP-450 always results in half printed receipts along with 2 types of errors, sometimes "Broken pipe" and sometimes "Connection reset by peer". I'm aware of the #5 issue, which is very similar to my problem, but ended up closed with no solution. I wonder if anybody experienced something like it and if there is any clue of what may be causing the situation.

Thanks in advance.