Is it possible to connect bluetooth device which supports bluetooth 2.1 + edr version? #129
Unanswered
iamalwaysnewbie
asked this question in
Q&A
Replies: 2 comments 3 replies
|
Just taking a quick look - it looks like this uses the HID profile. This library doesn't support any of the I couldn't see anything regarding API or development info in their data sheet (or anywhere else). You can give it a shot and if you think it's half working, feel free to open a ticket / pull request if you get stuff sorted. It doesn't look like (and I'm not bluetooth expert) that that specification wouldn't allow serial communication. |
3 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wanna build application which handle scanned data using bluetooth scanner.
And I am using PM3 model made by Point Mobile manufacturer. It supports bluetooth 2.1 + edr version.
(https://pointmobile.com/en/products-bluetoothscanner/PM3)
Is it Possible to use this library?
All reactions