I'm working on an Arduino type board that transfers data via Bluetooth to a smartphone
I'm using Serial Bluetooth Terminal for the first tests, and I think it would be extremely useful to create a similar system with some special additions
So the question is: how to create a program similar to Serial Bluetooth Terminal using the B4A programming environments?
Updated implementation, based on B4XPages of https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/#content. The code is much simpler compared to the previous example. Note that you can call Serial.Listen without making the device discoverable. This is useful...