cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
How to print image and text from HTML tag?
I got HTML content containing image and some text. I can print text just fine. I'm experiencing issue with the image. Anyone facing the same issue?
Thanks
What does this have to do with Bluetooth LE?
I'm having issue with printing image by using bluetoothle.write(). Can you advise me how to print out image?
Bluetooth LE just transfers bytes. Reconstructing those bytes into text, images or whatever is out of scope of the plugin. Check out the helper functions to turn strings into bytes and bytes into encodedString for talking with the plugin.