Denso BHT-200QW Especificações Página 501

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 587
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 500
Chapter 18. Bluetooth
493
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:
Discover remote devices and display results
DIM BDADDR$(7)[12] ' Allocate space for 8 devices
OPEN "COM4:I,30,0" AS #4 ' Discover remote devices
CALL "BT.FN3" .fcBTInqRes NUM%,BDADDR$()
' Read discovery results
CLOSE #4 ' Close Bluetooth communications device file
FOR I%=0 TO NUM%-1
PRINT BDADDR$(I%) ' Display device address
NEXT
Vista de página 500
1 2 ... 496 497 498 499 500 501 502 503 504 505 506 ... 586 587

Comentários a estes Manuais

Sem comentários