搜索资源列表
com2TCP_Client
- 本程序侦听一个tcp端口,并打开一个串口。 将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。
TCP2com
- 本程序侦听一个tcp端口,并打开一个串口。将串口收到的数据转发给每个连接上来的客户端,将tcp客户端收到的数据转发到串口。 之前发的com2TCP_Client.rar文件介绍有误。com2TCP_Client.rar是主动连接到一个tcp服务器,并把串口收到的数据转给那个tcp侦听服务器。
TCPClient
- 使用TCP/IP协议进行聊天通信和串口转发的客户端程序-Using TCP/IP protocol communications and serial forwarding chat client
TcpSrvToComm
- TCP服务器端程序与串口结合,自动将客户端发送的数据转发到串口,也自动将从串口收到的数据转发到连接TCP服务器的客户端-TCP server-side program with the serial combination of automatically forwarding the client sends data to the serial port, it automatically forwards the data received from the serial port to
TcpClientToUart
- 程序将来自TCP服务端发送过来的数据转到串口发送出去,将接收的串口数据转发到TCP服务端,架起了TCP与串口通讯之间的桥梁。(The program will send data from the TCP server to the serial port to send out, and will receive the serial data forwarded to the TCP server, set up a bridge between TCP and serial communi