Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Not able to get the scanned data for Zebra barcode scanners #581

Closed
aditya-babu1 opened this issue Oct 18, 2023 · 4 comments
Closed

Not able to get the scanned data for Zebra barcode scanners #581

aditya-babu1 opened this issue Oct 18, 2023 · 4 comments
Labels
bug Something isn't working cannot reproduce

Comments

@aditya-babu1
Copy link

Describe the bug
We are able to connect with the Zebra Barcode device(DS2278 model), but after scanning data transmission is not happening, does this plugin support all the devices in low energy mode?

Plugin version:

  • @capacitor-community/bluetooth-le: 2.2.3
@aditya-babu1 aditya-babu1 added the bug Something isn't working label Oct 18, 2023
@pwespi
Copy link
Member

pwespi commented Oct 18, 2023

Yes, this plugin should support all Bluetooth Low Energy devices (however not Bluetooth classic).

Do you know the Bluetooth Low Energy protocol used by this Zebra device? You will have to use startNotifications with a specific service and characteristic to obtain any data.

@aditya-babu1
Copy link
Author

aditya-babu1 commented Oct 18, 2023

yes The Zebra device which we are using has the appropriate low-energy barcodes(Cradle Bluetooth Low Energy, HID Bluetooth Low Energy, SSI Bluetooth LE) for using in Bluetooth Low Energy mode => Tried all of these
yes @pwespi, we tried using startNotifications with all service and characteristic ids having notify/indicate true individually, also tried enabling notifications using appropriate descriptor id and then used startNotifications with appropriate service and characteristic id, but data-transfer is not happening from zebra barcode scanner, do you see anything wrong here, can you please help on this?

@pwespi
Copy link
Member

pwespi commented Oct 19, 2023

Do you have the specification of the Zebra device? Maybe you need to write some configuration to a characteristic to enable the data transmission.

@aditya-babu1
Copy link
Author

@pwespi, No I am not able to find the developer manual for DS2278 model, but found a developer manual for zebra printers, there it's suggesting to write some configuration to a characteristic to enable the data transmission.
do you know if there is any standard way to get the appropriate service and characteristic ids for enabling data transmission?
Developer manual for zebra printers
https://www.zebra.com/content/dam/zebra/software/en/application-notes/AppNote-BlueToothLE-v4.pdf

@capacitor-community capacitor-community locked and limited conversation to collaborators Oct 24, 2023
@pwespi pwespi converted this issue into discussion #587 Oct 24, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working cannot reproduce
Projects
None yet
Development

No branches or pull requests

2 participants