搜索资源列表
TcpComm-tcp转串口
- 串口数据转通过TCP协议转发到服务端,服务端的数据通过tcp转发到串口-serial data transfer through TCP transmitted to the server, the server through the data transmitted to the serial tcp
Com2TCP_0.02_src.rar
- 物件化實作串口編程,一個源碼同時包含Server和Client,可以做到Com to TCP和TCP to Com。,Object implementations of serial programming, a source at the same time contains the Server and Client, can be done Com to TCP and TCP to Com.
CommSocket
- 基于TCP/IP的串口通讯编程,客服端和服务端的源程序都有,供大家一起学习研究。-Based on TCP/IP Serial Communication programming, customer service client and server have the source code for the U.S. research study together.
Gprspc
- 采用cb平台开以,利用spcom组件实现串口和GPRS模块通讯,通过GPRS网络对TCP/IP服务器进行数据通讯,本程序对串口和GPRS模块通讯有限好参考价值-Cb platform used to open to the use of components spcom implementation GPRS module serial port and communications, through the GPRS network to TCP/IP server for data comm
server
- 串口tcp/ip用labwindows制作的程序-Serial port tcp/ip with the production process labwindows
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
CommunicationTestTool
- 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。-The main function is as follows: 1. Serial por
TCPtoCom
- 这是个TCP与串口互转工具,可以将TCP数据转成串口数据,通过串口发送下来,也可以将串口数据转成TCP数据,发送上去.此工具支持的TCP协议有:TCP服务器与TCP客户端.-This is a TCP and serial referrals and tools can be TCP data into serial data through the serial port to send down the serial data can also be transferred into TCP
src
- 串口服务器程序,主机通过网络连接串口服务器,透传从主机传过来的数据,支持tcp server、tcp client、udp-Serial server program, the host server via a network connection port, pass-through from the host pass over the data to support tcp server, tcp client, udp
RT_ThreadPLwipRunSTM32
- stm32跑RT_Thread实时系统+lwip实现多线程TCP服务器,并将数据转发到串口-stm32 run RT_Thread real-time system+ lwip achieve multi-threaded TCP server, and forwards the data to the serial port
SPCOMM-a-TCP-Client-and-Server
- 具有串口及TCP网络助手调试功能,带有可控制小车和机械臂的控制按键,可选择串口或TCP控制按键,外加具有图像显示功能。-Has a serial port and TCP Network Assistant debugging features, with the car and can be controlled manipulator control buttons, optional serial or TCP control buttons, plus an image display
qt_tool
- 嵌入式串口及网络编程,使用QT4.8.0运行-serial and tcp server/client
NETCONN_TCP
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP服务器,网络调试助手做TCP客户端,TCP连接以一个任务的方式来运行的,网络调试助手尝试连接开发板,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据-The experiment
NETCONN_TCP-client
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP客户端,网络调试助手做TCP服务器,TCP连接以一个任务的方式来运行的,开发板尝试连接网络调试助手,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment
net-serial-data-upload-tool
- 乐联网的串口数据上传工具,通过tcp传数据到服务器,一个实用小软件-Le networking serial data upload tool, through the TCP data to the server, a practical software
CustomControl
- Qt 多功能调试工具,支持串口调试、红外模块调试、二维码生成,TCP的服务端和客户端的调试等-Qt multi function debugging tools, support for serial debugging, infrared module debugging, the generation of two-dimensional code, TCP server and the client s debugging, etc.
Server
- 工程实现一个多线程的C语言服务器,这个服务器被移植到arm开发板中用来读取串口,网口的数据,并传输到网络中,通过Tcp与其他客户端程序通信。-Project to implement a multi-threaded C language server, the server is transplanted to arm development board to read serial data network port, and transmitted to the network via T
serial
- 嵌入式tcp服务端的程序,亲自测试能够使用-Embedded TCP server program, personally test can be used!!!
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
STM32F407_uCOS-III lwip(20160827)
- 主要实现功能: 1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c) 2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c) 3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址)) 4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c) 5 usb串口信息打印(115200波特率) 6 注意:使