资源列表
RFonline-上位机
- 一款将Zigbee和上位机通信的界面交互软件,Zigbee传感器接收到的信息通过串口与上位机相连,经过处理在软件上显示出来。(A Zigbee and the host computer communication interface interactive software, Zigbee sensor received information through the serial port and the host computer connected, after processing i
PPI
- 西门子S7-200的PPI通讯协议,支持复合指令读写(The SIEMENS S7-200 PPI protocol supports read and write of composite instructions)
51CTO下载-VB与三菱PLC
- VB与三菱PLC通信小例子 源代码,学习交流,非原创作品(vb connects with plc)
ni data acquisition and filter
- NI 数据采集卡,matlab 采集数据(NI data acquisition through MATLAB)
Serial_Digital_Scope V2_Cracked
- 虚拟串口示波器,将串口数据画成波形显示,特别适合飞控IMU数据显示(Virtual serial oscilloscope)
com0com-3.0.0.0-i386-and-x64-signed
- The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license.
485MODBUS串口通信_
- C# 实现上位机和下位机的通讯,485通讯(C# realizes the communication between the host computer and the lower computer, 485)
实验50 串口IAP实验
- STM32F4基础应用程序和串口对应基础程序,程序代码为C语言,清晰易懂(STM32F4 basic application and serial corresponding basic program, program code is C language, clear and easy to understand)
串口助手
- 这是一款实用C#语言写的串口助手,能实现串口数据收发,16进制及字符串显示(This is a practical C# language to write the serial assistant, to achieve serial data transceiver, 16 hexadecimal and string display)
串口监听
- C#利用串口监视精灵做的串吕监视案例。。。(C# serial port monitoring wizard to do string LV surveillance case...)
setup_pcommlite_1.6_12041917
- Product: PComm Lite 2000 Version: 1.6 Date: 04/19/2012 Company: Moxa Inc. Support Platform: ----------------- Windows 2000 Windows XP (x86/x64) Windows Server 2003 (x86/x64) Windows Vista (x86/x64) Windows Server 2008 (x86/
Xmodem
- XMODEM协议是一种串口通信中广泛用到的异步文件传输协议。分为标准Xmodem和1k-Xmodem两种,前者以128字节块的形式传输数据,后者字节块为1k即1024字节,并且每个块都使用一个校验和过程来进行错误检测。在校验过程中如果接收方关于一个块的校验和与它在发送方的校验和相同时,接收方就向发送方发送一个确认字节(ACK)。由于Xmodem需要对每个块都进行认可,这将导致性能有所下降,特别是延时比较长的场合,这种协议显得效率更低。(XMODEM protocol is a widely us