I use the Zebra Android Scanner SDK to control my DS3678-SR barcode scanners with an Android 12 app.
When i create my app as 32 bit everything works fine, but when i create the app as 64 bit, I'm not able to trigger the scanners beeper or the scanners LED.
After I connected a scanner with the 32 bit version this scanner also works with the 64 bit version until the scanner is restarted.
Am I missing any kind of initialization for the scanner when using 64 bit?
Problem with Barcode Scanner SDK on Android 64 Bit// Expert user has replied. |
2 Replies
unfortunately, 64 bit is not yet supported
All Zebra printers supports multiple concurrent TCP connections. However, there is only one print engine on a printer. If print jobs are sent to the printer on all TCP connections at the same time, the print engine will be taken on a first come and first served basis. Check out this file https://www.zebra.com/content/dam/support-dam/en/documentation/unrestricted/geometry dash lite/guide/software/zpl-zbi2-pg-en.pdf#page=603 In other words, the printer will take the print job that arrives first, then take the job arrives second after the previous job finishes, and so on.