搜索资源列表
ComDebug
- 用串口通讯工具,功能:1、对数据可以以16进制或字符形式收发,2、定时发送指定数据,3、根据接受指定字符自动回复。-using serial communications tools and functions : 1, the data can be 16 characters or form band transceiver, 2, regularly sending specific data, 3, under the designated characters automatic re
communicatecpp
- 这是一个串口通讯的例子,实现简单的串口接受发送数据的功能。-This is a serial communication example, a simple serial port to accept this data.
COMM
- 串口通讯是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控
TT62_GPRS_DTU
- TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
ne2000
- NE2000----串口到网络的通讯模块,实现单片机等的串口到网络的通信和数据传输。该程序为NE2000的驱动程序-NE2000----PROGRAME
uartcom
- linux 串口编程通讯测试,通过对文件的打开操作,来打开串口;通过对文件的读写,实现发送和接受数据-linux serial communications test program, through the file open operation, to open the serial port adoption of the document read, write, send and receive data to achieve
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
LABVIEW-internet-communication
- labview实现网络数据传输并采用串口与下位机通讯-labview network data transmission and the use of serial communication with the lower machine
ComVirt4(free)
- 虚拟串口软件,通讯数据没有限制,非常稳定,是一款程序调试的好帮手-ComVirt
SerialPortDemo
- 串口通讯,接收、发送串口数据,解决接收数据不全,数据丢失,按照协议解析数据-Serial communication, receiving, sending serial data to solve receives incomplete data, data loss, parses the data according to the agreement
uart_print
- void uart_init():uart初始化配置,配置相应IO口状态、奇偶校验选择以及波特率等参数。 unsigned char uart_max_data_get(unsigned char *buf) :通过协议计算等获取串口通讯的最大数据长度,用于判断这一帧数据接收完全 unsigned char uart_recive(unsigned char *buf):串口接收函数,接收到的数据存储在buf中。
TestMSComm
- MFC控件做的串口通讯程序,显示下位机发送过来的数据和串口状态,并将接收到的数据写入记录文件。-A serial communication program based on MFC, display the data sent by a machine and show the port state, and to write the received data into the recording file.
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