S santosh kumar sharma New Member Sep 12, 2018 #1 hi , i am android developer and i have developed an app for dairy and currently i have to receive serial data of weighing scale through bluetooth in my android app. Please suggest how B4A or B4R help me.
hi , i am android developer and i have developed an app for dairy and currently i have to receive serial data of weighing scale through bluetooth in my android app. Please suggest how B4A or B4R help me.
Erel B4X founder Staff member Licensed User Longtime User Sep 12, 2018 #2 You will need to rewrite your app with B4A. 1. Bluetooth tutorial: Android Bluetooth / BluetoothAdmin Tutorial 2. The same code will work with any Bluetooth device. You just need to initialize AsyncStreams in non-prefix mode and implement the relevant protocol. Upvote 0
You will need to rewrite your app with B4A. 1. Bluetooth tutorial: Android Bluetooth / BluetoothAdmin Tutorial 2. The same code will work with any Bluetooth device. You just need to initialize AsyncStreams in non-prefix mode and implement the relevant protocol.