Hello,
My old app compiled withh Windows XP, B4A 5.20, for Android 4.0, does not works now, even compiled with Windows 10, BA4 12.80, for Android 10.
My app communicate with a HC05. Now the HC05 is not found.
It is not a surprise for me, but i don't know how to update it.
Please, could you show me an example ?
Thank you very much.
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...