搜索资源列表
serial
- 串口初始化及 串口的接收和发送函数,代码
attest
- 这是自己编写的串口测试程序,用于向串口发送AT命令,并接收串口来的数据
SeriesPort.rar
- 可以实现串口文件的传输,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据,Serial port can transfer files, function to detect threads serial data receiver will send a message, call message processing function to receive data
vxWorks_UDP_implement
- vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
MSCOMM
- wince系统下的MFC工具下编写的一个串口程序,可以测试多个串口,在串口之间可以发送和接收数据-MFC tool wince system prepared under a serial program, can test multiple serial ports, the serial port can send and receive data between
irda-back
- 实现网络+串口 红外接收、发送,批量传输VC++源码-Network+ Serial infrared receiver, sending, bulk transmission VC++ Source
CSocket
- CSocket类的应用。程序包括一个服务端和一个客户端,服务器程序接收到客户端发送的数据后,将数据从串口发送-CSocket class applications. Procedures, including a service client and a client, the server program to receive data sent by the client will send data from the serial port
chuankou
- 串口发送接收模块,可以完成串口板载调试功能-Send serial port receiver module, to be completed onboard serial debugging
Form1
- 串口发送接收数据,串口发送接收数据 -Sending and receiving serial data, serial port serial port to send receive data to send receive data
53607895dosCOM
- TC下串口是怎样发送数据和接收数据程序的,通过232可以收发数据-TC is under the serial port to send data and receive data on how the procedure, can send and receive data through the 232
Ais
- AIS数据解析程序,可以接收和发送AIS的信息。-AIS message program
tcp_ip-communication-programming
- 本例中,我们首先要用WinSockets类来编写一个C/S(Client/Server)程序,C/S程序包含一个服务器端和一个客户端,服务器程序接收到客户端程序发来的数据后,将数据从串口1(COM1)发送出去,我们可以用串口调试助手来接收这些数据。-In this case, first we WinSockets class to write a C/S (Client/Server) program, C/S program includes a server and a client, t
RS485bridgepure
- RS485串口通信测试小程序,能正常发送和接收数据。-RS485 serial communications test program normally send and receive data.
ip2com
- 从网口接收数据,发送到com口,从com口接收数据发送到网口,使用了对串口操作、多线程、socket编程等技巧。有makefile和测试程序-Receiving data from the network port to send to the com port, receive data from the com port to send to a network port, use the serial operation, multi-threading, socket programmi
socket
- 使用套接字和串口混合编程,将串口接收数据,使用套接字发送-Use socket and serial port programming, serial port receives the data, use the socket to send
MF4
- 422串口卡通信例子,可以自己设置通道接收发送,可以自己之间通信-422 serial card communication example, can set up their own channel transmission and reception can be communication between
modemcomm
- 通过可选择的串口发送接收消息操控MC703-a code use mscommt to ransmit message by com, control HUAWEI mc703,
version15
- 通过选择串口发送控制信息和接收返回数据,运用多线程来与硬件设备交互,并将接收的数据显示出来。-Through the selection of the serial port to send control information and receives the returned data, the use of multiple threads to interact with hardware devices, and the received data is displayed.
uart_print
- void uart_init():uart初始化配置,配置相应IO口状态、奇偶校验选择以及波特率等参数。 unsigned char uart_max_data_get(unsigned char *buf) :通过协议计算等获取串口通讯的最大数据长度,用于判断这一帧数据接收完全 unsigned char uart_recive(unsigned char *buf):串口接收函数,接收到的数据存储在buf中。
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