-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zebra ZD410 bluetooth print issue from Android #3
Comments
Have you found solution ? I'm facing the same problem. |
Try BLE mode with Android native API. I found zebra SDK is buggy to connect to ZD410. It only works if I use native BLE android API This library works very well for me. https://github.com/Jasonchenlijian/FastBle. To debug zebra ZD410, you can try this app. https://play.google.com/store/apps/details?id=com.macdom.ble.blescanner&hl=en_AU . It helps me a lot Good luck |
Did anyone solved this issue without third party libraries? |
You actually don't have to use 3rd party libraries. Just use Zebra BTLE SDK for discovery and connection: https://techdocs.zebra.com/link-os/2-14/android_btle/ |
Hi guys,
Currently I'm using model ZD410 for bluetooth print, it's paired up with my device successfully, but when I try to connect it pops out this error:
Here is my code:
Is there something wrong with the printer or code?
Thanks
The text was updated successfully, but these errors were encountered: