Dim Serial1 As Serial
.........
Sub Button1_Click
Dim pairedDevices As Map
pairedDevices = Serial1.GetPairedDevices ; <-this, application crash, and close. Not have log, or error result for debug.
if pairedDevices.Size > 0 then
End If
....
End Sub
Bluetooth on the phone is activate and paired.
.........
Sub Button1_Click
Dim pairedDevices As Map
pairedDevices = Serial1.GetPairedDevices ; <-this, application crash, and close. Not have log, or error result for debug.
if pairedDevices.Size > 0 then
End If
....
End Sub
Bluetooth on the phone is activate and paired.
Last edited: