mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

Can not implement multiple time printing #98

Open salihinalfarizi opened 2 years ago

salihinalfarizi commented 2 years ago

i try to implement multiple time time printing with one call print function. but the printer only can connect or success if i use odd numbers (1,3,5,7,9) and will failed if i use even numbers (2,4,6,8,10)

do you have documentation for multiple time printing or have you try it guys?