
Chapter 18. Bluetooth
489
Run-time errors:
Error code Meaning
05h
Parameter out of the range
34h
Bad file name or number. (The Bluetooth communications device
file is not opened)
F0h
Mismatch parameter number
F1h
Mismatch parameter type
F2h
Out of string variable space
105h
Power-off detected.
622h
No response from Bluetooth interface
Example:
Read and display Bluetooth device address.
OPEN "COM4:I,0" AS #4 ' Open Bluetooth communications device file
PARA% = .btDevAdr
CALL "BT.FN3" .fcBTDevInf PARA%,DATA$
' Read Bluetooth device address
PRINT DATA$ ' Display Bluetooth device address
CLOSE #4 ' Close Bluetooth communications device file
Comentários a estes Manuais