La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Communication Bluetooth
Le Bluetooth est un protocole de télécommunications qui permet d’échanger des données sur de petites distances grâce à des émissions radio à ondes courtes. Les dispositifs courants intégrant des fonctionnalités Bluetooth sont notamment les ordinateurs portables, les téléphones et les capteurs sans fil.
L’utilisation de l’interface Bluetooth dans MATLAB® permet d’émettre et de recevoir des données ASCII et binaires. Cette interface utilise le profil Bluetooth SPP (Serial Port Profile). Il est possible d’identifier tout dispositif Bluetooth SPP et d’établir une connexion bidirectionnelle avec lui depuis MATLAB.
Pour communiquer avec un dispositif Bluetooth, votre ordinateur doit être doté d’un adaptateur Bluetooth intégré ou externe. Pour plus d’informations, consultez Configure Bluetooth Communication Settings.
Pour simuler, analyser et tester des systèmes de communications Bluetooth, consultez Bluetooth Toolbox.
Fonctions
Rubriques
- 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
.
Résolution des problèmes
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.