搜索资源列表
CRC16check
- 在做西门子PLC通讯时,用到modbus通讯,因此用VC++编了这个简单的modbusRTU通讯校验的CRC16校验程序,能校验比较长的数据。希望对有用的朋友一点帮助。-In Siemens PLC communication, to use modbus communications, so with VC++ compiled this simple modbusRTU communication CRC16 checksum verification procedures to verif
SimpleModBusSlave8
- 简单的modbus通讯程序,可以用在各种单片机通讯中-Simple modbus communication program, can be used in a variety of single-chip communications
ModbusCommunicationTest
- MFC modbus上位机编写过程中,做的最简单的通信测试-MFC modbus PC in the process of writing, do the most simple communication test
jamod-master
- modbus java实现从站主站,经测试可用,操作简单方便,内有java测试程序(Modbus Java from the station master station, the test is available, simple and convenient operation, there are java test procedures)
MCGS_嵌入版_ModBusTCP
- MODBUS/TCP是简单的、中立厂商的用于管理和控制自动化设备的 MODBUS系列通讯协议的派生产品,显而易见,它覆盖了使用TCP/IP协议的“Intranet”和“Internet”环境中MODBUS报文的用途。(MODBUS / TCP is a simple, neutral vendor's derivative product for the MODBUS series of communication protocols used to manage and control aut
示波器生成类附源码实例
- 虚拟仪器比传统仪器功能更强、可扩展性更好、性价比也更高,是未来测量测试行业的发展方向。完成了一种对马达故障波形进行显示分析的虚拟示波器软件设计,为马达故障分析提供了定量的分析工具。软件采用面向对象的软件设计思想来编写,按照功能划分为5个模块:虚拟示波器界面设计、异步串口通信、Modbus协议软件包、波形傅里叶分析、波形存储访问五大模块,使用VC++基于对话框的应用程序框架完成了这5个模块的详细设计和实现;通过测试,该虚拟示波器操作简单、测量准确,能满足使用要求(Compared with tra
Example VB
- VB_TEST simple source code ModBus protocol debugger support rtu, ascii, vb source code
EasyModbusTCPExample
- 用C#開發Modbus主站原始碼,非常簡單容易使用,只要幾個指令呼叫即可完成(Using C# to develop the Modbus master station original code, very simple and easy to use, as long as a few instruction calls can be completed)
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)