I am trying to print an image to a printer. I tried converting it to a Byte Array, Hexadecimal and Base64. Neither the Byte Array nor the Hexadecimal gives an output while the Base64 printed garbage.
Would appreciate any assistance.
Thanks
Steve
I am trying to print an image to a printer. I tried converting it to a Byte Array, Hexadecimal and Base64. Neither the Byte Array nor the Hexadecimal gives an output while the Base64 printed garbage.
Would appreciate any assistance.
Thanks
Steve
I found some info here about printing the images to a BLE printer
Admittedly, this is not a topic I am familiar with at all but does anything in the solution seem feasible?
Not too sure as this uses code to implement the solution. I converted the image to a byte array -
5 of 4125 lines
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc,
but I am not sure how to use this in the BLE Byte array block. I tried placing it a variable via a text block but that didn’t work. If I to create a list, would it be an entry for each one in this file ( 66,000 elements)?