Here is what I want to do: 1. set up a web server waiting to http request like : http://localhost:8888/getdata 2. in handler getdata, use jSerial to get data from COM Port 3. response http request with the data When I run http://localhost:8888/, the root page returns ok. When I create a UI to...
The jSerial library allows you to open and communicate with other devices through the computer COM ports. It can also be used to communicate with Bluetooth devices over a virtual com port. (jBluetooth library is now available: https://www.b4x.com/android/forum/threads/jbluetooth-library.60184/)...
Hi everyone, someone of you knows if is it possible for an USB Bluetooth 4.0 dongle to work like an iBeacon on a Windows 10 pc? Thanks for the attention.