Comunicación Bluetooth
Bluetooth es un protocolo de comunicación inalámbrica para el intercambio de datos en distancias cortas con transmisiones de radio de longitud de onda corta. Los dispositivos comunes con prestaciones Bluetooth incluyen ordenadores portátiles, teléfonos y sensores inalámbricos.
Utilice la interfaz Bluetooth en MATLAB® para transmitir y recibir datos binarios y ASCII. Esta interfaz utiliza el perfil de puerto de serie (SSP) Bluetooth. Puede identificar cualquier dispositivo SPP Bluetooth y establecer una conexión bilateral con ese dispositivo desde MATLAB.
Para comunicarse con un dispositivo Bluetooth, su ordenador debe tener un adaptador Bluetooth integrado o externo. Para obtener más información, consulte Configure Bluetooth Communication Settings.
Para simular, analizar y probar sistemas de comunicación por Bluetooth, consulte Bluetooth Toolbox.
Funciones
Temas
- 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
.
Solución de problemas
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.