Printing large images over BLE is slow when using ViewShot for non-ASCII text #1405
Unanswered
irfanqutabbjs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue / Use Case:
I am trying to print receipts that include Urdu text. The printer does not support Urdu characters natively, so I cannot print plain text.
Workaround:
react-native-view-shot.BleManager.write.I would appreciate guidance or suggestions on the following:
Are there better ways to stream large ESC/POS raster images over BLE to reduce printing time?
Is there a recommended way to split or buffer large byte arrays in
react-native-ble-managerfor faster printing?Any suggestions for reliably printing non-ASCII text (like Urdu) on thermal printers without losing speed or quality?
If others have experience printing captured views with BLE thermal printers, any performance tips would be very helpful.
Any help, code examples, or advice would be greatly appreciated!
Code Example:
Beta Was this translation helpful? Give feedback.
All reactions