Comunicazione Bluetooth
Il Bluetooth è un protocollo di comunicazione wireless per lo scambio di dati su brevi distanze utilizzando trasmissioni radio a lunghezza d’onda corta. I dispositivi più comuni con funzionalità Bluetooth includono i computer portatili, i telefoni e i sensori wireless.
Utilizzare l’interfaccia Bluetooth in MATLAB® per trasmettere e ricevere dati ASCII e binari. Questa interfaccia utilizza il profilo della porta seriale (SPP) Bluetooth. È possibile identificare qualsiasi dispositivo SPP Bluetooth e stabilire una connessione bidirezionale con tale dispositivo da MATLAB.
Per comunicare con un dispositivo Bluetooth il computer deve essere dotato di un adattatore Bluetooth incorporato o esterno. Per maggiori informazioni, vedere Configure Bluetooth Communication Settings.
Per simulare, analizzare e testare i sistemi di comunicazione Bluetooth, vedere Bluetooth Toolbox.
Funzioni
Argomenti
- Bluetooth Communication Overview
Learn about the basic concepts of Bluetooth communication.
- Configure Bluetooth Communication Settings
Establish a connection between MATLAB and your Bluetooth device.
- Transmit Data Using Bluetooth Communication
Write and read both text and binary data with a Bluetooth device.
- Use Callbacks for Bluetooth Communication
Enhance instrument communication by executing a callback function when a specified event occurs on the device.
- Transition Your Code to bluetooth Interface
Connect to Bluetooth devices using
bluetooth
instead ofBluetooth
.
Risoluzione dei problemi
Troubleshooting Bluetooth Communication
Troubleshoot the Bluetooth interface.
Resolve Bluetooth Connection Errors
Troubleshoot connecting to a Bluetooth device.
Resolve Bluetooth Warning: Unable to Read Any Data
Troubleshoot when you receive no data and you get the warning message: Bluetooth unable to read any data.
Resolve Bluetooth Warning: Unable to Read All Data
Troubleshoot when you receive some data and you get the warning message: Bluetooth unable to read all requested data.