Hi Team,
When a device or machine is connected via Bluetooth in mobile, How do we read the data's? Anyone had achieved it, your responses are appreciated?
According to your use can you connected one device with Mobile (mobile application) via Bluetooth. Now wants to read the data from that device. If am getting your requirement correctly, you can follow below steps :
1. Establish the connection (pairing) with that external device. For this various Bluetooth components are available. Listing few :
https://www.outsystems.com/forge/component-overview/1637/bluetooth-serial-plugin
https://www.outsystems.com/forge/component-overview/2182/ble-plugin
2. After establishing the connection you can exchange the data with paired device. A sample is given on this link : https://www.outsystems.com/forge/component-overview/2555/bluetooth-serial-sample
Hope this helps. If face any difficulty let me know.