B4A Question Anyone tried BT chat example with a PC? - Beja    Jun 4, 2014 Hi All,
It looks like the BT chat example is designed to work between 2 Android devices.
http://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/
I utterly failed to... B4A Question Learning & Building App Based Around BT Chat App - udg (first post)    Aug 18, 2014 Hi Jan,
having a look at the library documentation, it seems it will suffice to concatenate the fol... B4A Question Help with search.. B4A chat example. - Beja    May 5, 2018 Hello fellow B4Aers
Searching the forum for mobile to mobile (B4A to B4A) BT chat returned zero hits.
Any pointer appreciated.
Best regards.... B4A Tutorial [B4XPages] Bluetooth Chat Example - Erel    Jun 22, 2023   (24 reactions) 95662
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 previo... B4A Question Bluethooth under Android 14 - mw71    Jan 25, 2024 Hello, since I have problems with the Bluethooth under Android 14, I have loaded the BT Chat Exampel on 2 devices to test it. Samsung A54 with Android 14 and and Lenovo Tab 8 with Android 10. - Android 14 connects to Android 10, everything is great - Android 10 connects to Android 14 - Connection is established - The connection is not recognized on Android 14 - the Serial_Connected is not called (I think) Is there a solution for this?... B4A Question Bluetooth and the dreaded "Error Starting Discovery Process" - again(Solved) - rodmcm    Jun 11, 2024 on. Still no go. However I can connect and communicate to my APP via a simple BT scanner (BT HC-05).
Installed latest BT Chat based on SDK 33. Same result - “Error starting discovery process”
So any... B4A Library SD: BT Printer Bluetooth - Star-Dust    Oct 16, 2024   (37 reactions) . A new, more comprehensive Android library for ESC/POS thermal printers will be released. (BT, BLE, LAN, USB) (here) (No WRAP, No Java Only B4A) BT_Printer library allows you to print text and image... B4i versione see Here, for ZEBRA printer Here) To print the QR CODES with your BT thermal printer... updates for 3 months. 71755 71781 SD_BT_Printer Author: Star-Dust Version: 0.21 BLE_Printer... SendBufferToPrinter BT_Printer Note: AddPermission(android.permission.ACCESS_COARSE_LOCATION... B4A Question Mqtt chat network error - postasat    Mar 21, 2018 Hello, I have a problem using mqtt chat with autodiscovery. I use a tablet as server and phones as client in a mqtt chat with autodiscovery. Both are connected in the same wifi network but the wifi network have no internet connection. If the phone have wifi on and mobile data on, when I start connection, the phone/client can't find the tablet/server and I have success=false in a few time in the "Private Sub client_Connected (Success As Boolean)". If I turn off the phone mobile... B4A Tutorial [B4X] MQTT Chat Room - Erel    Nov 18, 2019   (43 reactions)   tags: B4X, MQTT, Chat Room It's time to learn how to use MQTT: https://www.b4x.com/android/forum/threads/59471/#content It is simple and powerful. In most cases MQTT is the best solution for low level networks. Low level network means a network solution that is traditionally based on ServerSocket + Socket + AsyncStreams. In this example we implement a chat room with one or more users. The MQTT broker is embedded in...). B4XSerializator is very useful for cross platform communication. Users can join and leave the chat... B4A Question Raw ChatGPT class for B4X - JackKirk    Mar 14, 2023   (14 reactions) as a ChatGPT API has emerged, I have cobbled together the following raw ChatGPT class. You can take...-reference/chat Try Dim chat_string As String chat_string = "{... see raw input string 'Log(chat_string) 'You can add optional parameters by just adding them to the end, e.g.: 'chat_string = "{""model""...("https://api.openai.com/v1/chat/completions", chat_string) 'You can quite... Page: 1   2   3   4   5   6   7   |