Bluetooth
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Bluetooth
Has anyone built a library to use Windows Bluetooth? I want to send data to my Windows program from my Android App.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Bluetooth
doesn't hidapi do bluetooth?
https://github.com/libusb/hidapi
https://github.com/libusb/hidapi
Re: Bluetooth
I too am looking for a way To communicate with an Android computer from a Windows PC via bluetooth. At the moment I'm feeling a bit lost. On the Android I can find and try to connect but it doesn't connect. I used MQTT over WiFi in the past but now need bluetooth. Any help out there other than a reference to a library I don't understand how to use? Thanks very much!