FranciscoPV94 / fp_bt_printer

Package for connect and print data on thermal printer
Other
4 stars 6 forks source link

Print image slowly #1

Open acimkompor opened 1 year ago

acimkompor commented 1 year ago

I tested it very well, but when the receipt has an image, when printing the image it is very slow, but it has passed the printed image which is very good. Maybe an update is needed to fix this problem.

Thank you

romainpurchla commented 1 year ago

Hey,

You can use chunkSizeBytes parameter to increase printing speed

FranciscoPV94 commented 1 year ago

I tested it very well, but when the receipt has an image, when printing the image it is very slow, but it has passed the printed image which is very good. Maybe an update is needed to fix this problem.

Thank you

Hello acimkompor, yes you can use chunkSizeBytes parameter in printData for change printing speed, but if the image is very heavy and you reduce that, it may not complete your print.

greetings, thanks for using fp_bt_printer!