Comunicación TCP/IP
El protocolo de control de transmisión (TCP) es un protocolo de transporte superpuesto al protocolo de Internet (IP) y es uno de los protocolos de redes más utilizados. La compatibilidad de MATLAB® para la comunicación con un cliente TCP/IP le permite utilizar la comunicación de socket de red para conectarse a hosts remotos desde MATLAB para la lectura y escritura de datos ASCII y binarios.
Utilice tcpclient
para crear un cliente TCP/IP que se conecta a un servidor o hardware y realiza operaciones de lectura y escritura.
Funciones
Apps
TCP/IP Explorer | Connect to and communicate with TCP/IP server (desde R2021b) |
Hardware Manager | Discover and get started with your hardware (desde R2022a) |
Temas
- TCP/IP Communication Overview
Use network socket communication to connect to remote hosts from MATLAB for reading and writing data over TCP/IP.
- Crear cliente TCP/IP y configurar ajustes
Conéctese a hosts o hardware remotos desde MATLAB para leer y escribir datos a través de TCP/IP.
- Use Callbacks for TCP/IP Communication
Enhance TCP/IP communication by executing a callback function when a specified event occurs.
- Escribir y leer datos a través de la interfaz TCP/IP
Escriba y lea datos para y desde el host remoto conectado al objeto
tcpclient
. - 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.
Solución de problemas
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.