Reckless Member Licensed User Feb 8, 2021 #1 I have a device that working via bluetooth Can I use ble library to connect to device and write data?
I have a device that working via bluetooth Can I use ble library to connect to device and write data?
Erel B4X founder Staff member Licensed User Longtime User Feb 9, 2021 #2 Worth reading: https://www.b4x.com/glossary/bluetooth/ If it is a BLE peripheral then yes. Upvote 0
Reckless Member Licensed User Feb 9, 2021 #3 Thank you If target be BLE, so can I make readwrite stream with iPhone? Erel said: Worth reading: https://www.b4x.com/glossary/bluetooth/ If it is a BLE peripheral then yes. Click to expand... Upvote 0
Thank you If target be BLE, so can I make readwrite stream with iPhone? Erel said: Worth reading: https://www.b4x.com/glossary/bluetooth/ If it is a BLE peripheral then yes. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2021 #4 There is no stream with BLE. If the device is a BLE peripheral device then you can use iBLE library to connect to it. Upvote 0
There is no stream with BLE. If the device is a BLE peripheral device then you can use iBLE library to connect to it.
Erel B4X founder Staff member Licensed User Longtime User Feb 11, 2021 #6 You can of course also read and write. Upvote 0