登录
首页 » Visual C++ » 两个VC++ Modbus通信例子源代码

两个VC++ Modbus通信例子源代码

于 2018-01-07 发布 文件大小:86KB
0 277
下载积分: 1 下载次数: 13

代码说明:

  modbbus rtu通讯例子,内附有实现文档(Modbbus RTU communication example, with an implementation document)

文件列表:

www.NewXing.com\MODBUS VC\ReadMe.txt, 3525 , 2005-08-02
www.NewXing.com\ModbusCommunicationTest\ReadMe.txt, 3651 , 2004-02-06
www.NewXing.com\MODBUS通讯%2BC语言源代码.doc, 95744 , 2012-09-13
www.NewXing.com\MODBUS VC\AAA.h, 1329 , 2013-12-02
www.NewXing.com\MODBUS VC\AAADlg.h, 1663 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ConfigDlg.h, 1681 , 2013-12-02
www.NewXing.com\MODBUS VC\MODBUS_SERVER.h, 1707 , 2013-12-02
www.NewXing.com\MODBUS VC\MODBUS_SHARE.h, 266 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ModbusTest.h, 1406 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ModbusTestDlg.h, 1803 , 2013-12-02
www.NewXing.com\MODBUS VC\PORT.h, 628 , 2013-12-02
www.NewXing.com\MODBUS VC\Resource.h, 1087 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\Resource.h, 1737 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\SerialPort.h, 3083 , 2013-12-02
www.NewXing.com\MODBUS VC\StdAfx.h, 1092 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\StdAfx.h, 1092 , 2013-12-02
www.NewXing.com\MODBUS VC\AAA.cpp, 2075 , 2013-12-02
www.NewXing.com\MODBUS VC\AAADlg.cpp, 10495 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ConfigDlg.cpp, 3085 , 2013-12-02
www.NewXing.com\MODBUS VC\MODBUS_SERVER.cpp, 9600 , 2013-12-02
www.NewXing.com\MODBUS VC\MODBUS_SHARE.cpp, 3436 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ModbusTest.cpp, 2154 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\ModbusTestDlg.cpp, 14660 , 2013-12-02
www.NewXing.com\MODBUS VC\PORT.cpp, 6773 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\SerialPort.cpp, 17854 , 2013-12-02
www.NewXing.com\MODBUS VC\StdAfx.cpp, 243 , 2013-12-02
www.NewXing.com\ModbusCommunicationTest\StdAfx.cpp, 250 , 2013-12-02
www.NewXing.com\MODBUS VC\AAA.APS, 21552 , 2013-08-15
www.NewXing.com\ModbusCommunicationTest\ModbusTest.aps, 39880 , 2004-07-15
www.NewXing.com\MODBUS VC\AAA.clw, 1505 , 2013-08-15
www.NewXing.com\ModbusCommunicationTest\ModbusTest.clw, 2634 , 2004-07-15
www.NewXing.com\MODBUS VC\AAA.dsp, 4361 , 2012-09-13
www.NewXing.com\ModbusCommunicationTest\ModbusTest.dsp, 4518 , 2004-03-10
www.NewXing.com\MODBUS VC\AAA.dsw, 531 , 2005-08-02
www.NewXing.com\ModbusCommunicationTest\ModbusTest.dsw, 543 , 2004-02-06
www.NewXing.com\MODBUS VC\res\AAA.ico, 1078 , 2005-08-02
www.NewXing.com\ModbusCommunicationTest\res\ModbusTest.ico, 1078 , 2004-02-06
www.NewXing.com\modbus源代码.pdf, 45943 , 2012-09-13
www.NewXing.com\MODBUS VC\AAA.rc, 6032 , 2005-08-03
www.NewXing.com\ModbusCommunicationTest\ModbusTest.rc, 11534 , 2004-07-15
www.NewXing.com\MODBUS VC\res\AAA.rc2, 395 , 2005-08-02
www.NewXing.com\ModbusCommunicationTest\res\ModbusTest.rc2, 402 , 2004-02-06
www.NewXing.com\MODBUS VC\res, 0 , 2013-08-15
www.NewXing.com\ModbusCommunicationTest\res, 0 , 2004-05-21
www.NewXing.com\MODBUS VC, 0 , 2013-08-15
www.NewXing.com\ModbusCommunicationTest, 0 , 2013-08-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LanTalk_sources
    Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
    2009-06-27 15:00:43下载
    积分:1
  • CPP_Socket
    windows客户端与服务器之间的网络通信代码(windows between the client and server network communications code)
    2013-07-11 23:32:54下载
    积分:1
  • AutoUpData
    本例为魔兽世界客户端自动更新程序,采用URLDownloadToFile异步机制实现.(World of Warcraft in this case the client automatically update procedure for the asynchronous mechanism URLDownloadToFile achieved.)
    2010-02-25 17:00:59下载
    积分:1
  • SendMail199985242001
    用vc实现邮件传输功能,主要采用winsock实现传输过程。有利于熟悉网络编程。(achieved using vc mail functionality, mainly winsock achieve transfer process. Help familiar with network programming.)
    2005-07-27 19:47:56下载
    积分:1
  • Scan
    局域网共享扫描MFC多线程编写 具有端口扫描 共享扫描 IP扫描 mac扫描等功能(MFC multi-threaded scanning local area network to share the preparation of a port scan scanner share scanner functions such as IP scanning mac)
    2009-10-21 20:15:30下载
    积分:1
  • netfileexedemo
    说明:  网络文件系统,十分好的文件传输代码,非常适合初学者(Network file system, file transfer is very good code, very suitable for beginners)
    2011-03-25 00:47:09下载
    积分:1
  • testnet
    raw socket编程,探测网络包。 vc++, win2000测试通过。(raw socket programming, detect network packets. vc++, win2000 test passed.)
    2012-11-28 16:31:24下载
    积分:1
  • STR
    structures for rf online 2/2/3 server
    2010-06-05 13:52:20下载
    积分:1
  • Server
    windows网络编程的工程文件和源代码,主要讲iocp模型的用法,实现一个管理系统。(windows network programming project file and source code, mainly about the use of iocp model, implement a management system.)
    2010-12-16 14:44:30下载
    积分:1
  • UDPSERAPP
    基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
    2014-09-19 11:46:58下载
    积分:1
  • 696516资源总数
  • 106474会员总数
  • 2今日下载