文件名称:twomobussouce
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-02
- 文件大小:
- 117kb
- 下载次数:
- 1次
- 提 供 者:
- kpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Modbus通信的两个例子,源代码都可以在VC6.0下顺利编译成功。内附有实现文档。Modbus TCP 源代码-编程举例源码,一个TCP/IP 主机是Modbus/TCP 读取寄存器的源代码,只需修改TCP/IP 的接口,部分就可以在以下环境下使用:
1. 命令行的JAVA 应用程序
2. UNIX 下基于命令行的C 应用程序
3. Win32 下基于命令行的C 应用程序-Two examples, source code Modbus communication can be successfully compiled successfully under VC6.0. Enclosing implementation documentation. Modbus TCP source code- Programming example source code, a TCP/IP host is Modbus/TCP registers read the source code, just modify the TCP/IP interface, and some can be used in the following environments:
1 JAVA command line application
2 under the UNIX command line based C applications
3. Win32 application under C-based command line
1. 命令行的JAVA 应用程序
2. UNIX 下基于命令行的C 应用程序
3. Win32 下基于命令行的C 应用程序-Two examples, source code Modbus communication can be successfully compiled successfully under VC6.0. Enclosing implementation documentation. Modbus TCP source code- Programming example source code, a TCP/IP host is Modbus/TCP registers read the source code, just modify the TCP/IP interface, and some can be used in the following environments:
1 JAVA command line application
2 under the UNIX command line based C applications
3. Win32 application under C-based command line
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mobus的简易通信的两个例子\MODBUS VC\AAA.APS
.........................\.........\AAA.clw
.........................\.........\AAA.cpp
.........................\.........\AAA.dsp
.........................\.........\AAA.dsw
.........................\.........\AAA.h
.........................\.........\AAA.rc
.........................\.........\AAADlg.cpp
.........................\.........\AAADlg.h
.........................\.........\MODBUS_SERVER.cpp
.........................\.........\MODBUS_SERVER.h
.........................\.........\MODBUS_SHARE.cpp
.........................\.........\MODBUS_SHARE.h
.........................\.........\PORT.cpp
.........................\.........\PORT.h
.........................\.........\ReadMe.txt
.........................\.........\res\AAA.ico
.........................\.........\...\AAA.rc2
.........................\.........\Resource.h
.........................\.........\StdAfx.cpp
.........................\.........\StdAfx.h
.........................\.odbusCommunicationTest\ConfigDlg.cpp
.........................\.......................\ConfigDlg.h
.........................\.......................\ModbusTest.aps
.........................\.......................\ModbusTest.clw
.........................\.......................\ModbusTest.cpp
.........................\.......................\ModbusTest.dsp
.........................\.......................\ModbusTest.dsw
.........................\.......................\ModbusTest.h
.........................\.......................\ModbusTest.rc
.........................\.......................\ModbusTestDlg.cpp
.........................\.......................\ModbusTestDlg.h
.........................\.......................\ReadMe.txt
.........................\.......................\res\ModbusTest.ico
.........................\.......................\...\ModbusTest.rc2
.........................\.......................\Resource.h
.........................\.......................\SerialPort.cpp
.........................\.......................\SerialPort.h
.........................\.......................\StdAfx.cpp
.........................\.......................\StdAfx.h
.........................\modbus源代码.pdf
.........................\MODBUS通讯+C语言源代码.doc
.........................\...... VC\res
.........................\.odbusCommunicationTest\res
.........................\MODBUS VC
.........................\ModbusCommunicationTest
mobus的简易通信的两个例子