B4A Question Creating a Bluetooth Classic paired device listbox - Erel (first post)    Aug 30, 2020   (1 reaction) Yes. Use Serial.GetPairedDevices.
Yes.
Also make sure not to initialize AsyncStreams in prefix mode, in this case. B4A Example Use a handheld Bluetooth scanner via SPP mode - KMatle    Oct 21, 2017   (5 reactions) #Region Module Attributes
#FullScreen: False
#IncludeTitle: true
#ApplicationLabel: Scan Example
#VersionCode: 1
#VersionName: V1.0
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#End Region
'Activity module
Sub Process_Globals
Dim serial1 As Se B4J Question Any equivalent to B4A Serial.GetPairedDevices? - udg    Oct 06, 2022 Public Sub Connect As ResumableSub
Dim PairedDevices As Map = Serial1.GetPairedDevices
Dim trovato As Boolean = False
For Each k As String In KPrinters <-- list of authorized printers
If PairedDevices.ContainsKey(k) Then
Log("Test Paired: "& Share My Creation B-POS - Simple point of sale - aeric (first post)    Feb 06, 2024   (2 reactions) Move value to Left side of comparison. Use Resultset instead of Cursor so it will be supported for B4i if it is going to be a B4 ' Ask the user to connect to a printer and return whether she tried or not ' If True then a subsequent Connected event will indicate success or failure Public Sub Connect B4A Question AsynchStreams doesn't find all devices - Erel (first post)    Jan 03, 2017 Call Serial.GetPairedDevices. B4A Tutorial Android Serial tutorial - Erel    Apr 04, 2018   (6 reactions) Sub mnuConnect_Click Dim PairedDevices As Map PairedDevices = Serial1.GetPairedDevices Dim l As List l.Initialize For i = 0 To PairedDevices.Size - 1 l.Add(PairedDevices.GetKeyAt(i)) 'add the friendly name to the list Next Dim res As Int res = InputList(l, "Ch B4A Library SD: BT Printer Bluetooth - Kevin Hartin (first post)    Oct 06, 2021   (1 reaction) API
'**********
'Initialize the object with the parent and event name
Public Sub Initialize(vCallback As Object, vEventName As String)
EventName = vEventName
CallBack = vCallback
Serial1.Initialize("Serial1")
Connected = False
ConnectedError = ""
End Sub
' Returns any error rai Spanish lista dispositivos bluetooth - josejad (first post)    Dec 21, 2022 Si en el IDE dejas el ratón sobre cualquier componente, te muestra una ayuda contextual, por ejemplo, al poner el ratón sobre la librería Serial, te muestra esto.
137165
Verás que en la parte de abajo hay un enlace a este tutorial
Si lo lees, verás que hay una parte que indica:
"When the user pre B4A Question OBDII app in the Play Store? - KMatle (first post)    Mar 17, 2021   (2 reactions) 10%y) ConnectBTN.Text="Connect" SendATBtn.Initialize("SendAT") Activity.AddView(SendATBtn,1%x,30%y,98%x,10%y) SendATBtn.Text="Send At Command" End Sub Sub ShowPairedDevices Dim PairedDevices As Map PairedDevices = serial1.GetPairedDevices Dim l As List B4A Question Serial Library - LewJ    Jul 31, 2024 Hi,I'm new to 4BX so very much in the learning curve. I created an app based on the BT tutorial and all worked fine, communicating with a PIC uP. Then, I tried using the same code using B4XPages. I cannot get it to work. The error I get is at this line of code" PairedDevices = Serial1.GetPairedDevi Page: 1   2   3   4   5   6   7   Powered by ColBERT |