La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Communication TCP/IP
Le protocole TCP (Transmission Control Protocol) est un protocole de transport qui se superpose au protocole IP (Internet Protocol). Il s’agit de l’un des protocoles réseau les plus utilisés. Le support MATLAB® pour la communication avec des clients TCP/IP vous permet d’utiliser la communication par sockets réseau pour vous connecter à des hôtes distants depuis MATLAB afin de lire et d’écrire des données binaires et ASCII.
Utilisez tcpclient
pour créer un client TCP/IP qui se connecte à un serveur ou à du hardware et exécuter des opérations de lecture et d’écriture.
Fonctions
Applications
TCP/IP Explorer | Connect to and communicate with TCP/IP server (depuis R2021b) |
Hardware Manager | Discover and get started with your hardware (depuis R2022a) |
Rubriques
- TCP/IP Communication Overview
Use network socket communication to connect to remote hosts from MATLAB for reading and writing data over TCP/IP.
- Create TCP/IP Client and Configure Settings
Connect to remote hosts or hardware from MATLAB for reading and writing data over TCP/IP.
- Use Callbacks for TCP/IP Communication
Enhance TCP/IP communication by executing a callback function when a specified event occurs.
- Write and Read Data over TCP/IP Interface
Write and read data to and from the remote host connected to the
tcpclient
object. - Configure Connection in TCP/IP Explorer
Specify the server to connect to in the TCP/IP Explorer app.
- Get Started with Hardware Manager
Get the apps and add-ons to access your hardware from MATLAB.
Résolution des problèmes
Troubleshooting TCP/IP Client Interface
Troubleshoot the TCP/IP client interface.
Resolve TCP/IP Client Connection Errors
Troubleshoot creating a TCP/IP client.
Resolve TCP/IP Client Warning: Unable to Read Any Data
Troubleshoot when you receive no data and you get the warning message: 'tcpclient' unable to read any data.