Hello:
Is it possible to have a delay on serial.connected ?
I tried "callsubdelayed", but it does not work
Thank you:
Exp:
Serial1.Connect3(##########,1)
Delay before next line or until return true or false
Do something with true or false............
end sub
Private Sub Serial1_Connected (Success As Boolean) As Boolean
If Success Then
Log("Bt_Connected ")
Return True
Else
Log("Bt_Connected")
Return False
End If
End Sub
Is it possible to have a delay on serial.connected ?
I tried "callsubdelayed", but it does not work
Thank you:
Exp:
Serial1.Connect3(##########,1)
Delay before next line or until return true or false
Do something with true or false............
end sub
Private Sub Serial1_Connected (Success As Boolean) As Boolean
If Success Then
Log("Bt_Connected ")
Return True
Else
Log("Bt_Connected")
Return False
End If
End Sub