La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Communication série et USB
La communication série est le protocole de bas niveau le plus couramment utilisé pour connecter des dispositifs. En général, l’un de ces dispositifs est un ordinateur, et l’autre peut être un modem, une imprimante, du hardware Arduino®, un autre ordinateur ou un instrument scientifique comme un oscilloscope ou un générateur de fonctions. De nombreuses applications de port série vous permettent de communiquer avec votre instrument sans connaître en détail le fonctionnement du port. La communication via port série est établie avec un objet serialport
que vous créez dans l’espace de travail MATLAB®. Pour plus d’informations sur la création d’un objet serialport
, consultez Create Serial Port Object.
L’écriture ou la lecture de données nécessitent que l’objet serialport
et l’instrument aient des paramètres de communication identiques. Pour plus d’informations, consultez Configure Serial Port Communication Settings.
Fonctions
Applications
Serial Explorer | Communicate with devices connected to serial port (depuis R2021b) |
Hardware Manager | Discover and get started with your hardware (depuis R2022a) |
Rubriques
- Serial Port Overview
Basic features of serial port communication.
- Create Serial Port Object
Establish a connection between MATLAB and the device using the serial port.
- Configure Serial Port Communication Settings
Set properties associated with the device baud rate and serial data format.
- Write and Read Serial Port Data
Write and read both text and binary data with a serial port device.
- Use Callbacks for Serial Port Communication
Enhance instrument communication by executing a callback function when a specified event occurs on the device.
- Use Serial Port Control Pins
Signal the presence of connected devices and control the flow of data using control pins.
- Get Started with Hardware Manager
Get the apps and add-ons to access your hardware from MATLAB.
- Transition Your Code to serialport Interface
Connect to serial port devices using
serialport
instead ofserial
.
Résolution des problèmes
Troubleshooting Serial Port Interface
Troubleshoot the Serial Port interface.
Resolve Serial Port Connection Errors
Troubleshoot connecting to a serial port device.
Serialport Warning - Unable to Read All Data
Try these remedies when you receive some data, and you get the warning message: 'serialport' unable to read all requested data.
Serialport Warning - Unable to Read Any Data
Try these remedies when you receive no data, and you get the warning message: 'serialport' unable to read any data.