P PeterPaulGumpal Member Licensed User Jul 26, 2018 #1 Hi Everyone, could someone point me pls to the direction of how to install the missing libraries used in this example: https://www.b4x.com/android/forum/t...-arduinos-with-rsoftwareserial-library.65779/ (Missing Libraries AsyncStream and RSoftwareSerial)
Hi Everyone, could someone point me pls to the direction of how to install the missing libraries used in this example: https://www.b4x.com/android/forum/t...-arduinos-with-rsoftwareserial-library.65779/ (Missing Libraries AsyncStream and RSoftwareSerial)
DonManfred Expert Licensed User Longtime User Jul 26, 2018 #2 PeterPaulGumpal said: RSoftwareSerial Click to expand... https://www.b4x.com/android/forum/pages/results/?query=RSoftwareSerial 1st link PeterPaulGumpal said: AsyncStream Click to expand... https://www.b4x.com/android/forum/pages/results/?query=AsyncStreams 1st link points to the docs... https://www.b4x.com/android/help/randomaccessfile.html#asyncstreams randomaccessfile is the library where it is part of. Upvote 0
PeterPaulGumpal said: RSoftwareSerial Click to expand... https://www.b4x.com/android/forum/pages/results/?query=RSoftwareSerial 1st link PeterPaulGumpal said: AsyncStream Click to expand... https://www.b4x.com/android/forum/pages/results/?query=AsyncStreams 1st link points to the docs... https://www.b4x.com/android/help/randomaccessfile.html#asyncstreams randomaccessfile is the library where it is part of.
Erel B4X founder Staff member Licensed User Longtime User Jul 26, 2018 #3 Is this a B4A or B4R question? Upvote 0
P PeterPaulGumpal Member Licensed User Jul 27, 2018 #4 Hi Erel, this should be B4A. I am looking for a sample B4A project that can exchange data fro and to Arduino Bluetooth component. Upvote 0
Hi Erel, this should be B4A. I am looking for a sample B4A project that can exchange data fro and to Arduino Bluetooth component.
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2018 #5 As DonManfred wrote, AsyncStreams is available in RandomAccessFile library. https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content Upvote 0
As DonManfred wrote, AsyncStreams is available in RandomAccessFile library. https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content