Hi, Every body
How to know my serial1 connect alreay when i want to connect a new device again?
Dim serial1 As Serial
SelectedDevice.Name = lt1l.Get(res)
SelectedDevice.Mac = PairedDevices.Get(SelectedDevice.Mac)
serial1.Connect(SelectedDevice) 'convert the name to mac address and connect
How to know my serial1 connect alreay when i want to connect a new device again?
Dim serial1 As Serial
SelectedDevice.Name = lt1l.Get(res)
SelectedDevice.Mac = PairedDevices.Get(SelectedDevice.Mac)
serial1.Connect(SelectedDevice) 'convert the name to mac address and connect