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

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

于 2018-01-07 发布 文件大小:86KB
0 222
下载积分: 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 个回复

  • Windows-Sockets
    本书主要介绍了如何用API函数进行网络间通信(The book introduces how to use the API function communication networks)
    2013-03-08 23:59:51下载
    积分:1
  • 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
  • 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
  • TheExam
    局域网考试系统 VC++ 在线考试系统 Access SQL Server VC++在线考试系统可连接Access 或SQL Server(LAN VC++ Online Test System Test System Access SQL Server VC++ online examination system can be connected to Access or SQL Server)
    2011-05-16 10:32:25下载
    积分:1
  • 111
    说明:  实时视频传输有很大的实用价值,对采集到的原始视频信息进行压缩编码,获取己编码视频流是实现实时视频传输和QoS研究的关键。(Real-time video transmission are of great practical value of collected information for the original video coding, video streaming access to their own code is to achieve real-time video transmission and the key QoS.)
    2009-08-01 11:04:37下载
    积分:1
  • udt.sdk.4.9.tar
    UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
    2012-01-16 10:53:35下载
    积分:1
  • ping
    基于ping的源代码,实现原始套接字编程(Ping-based source code, to achieve the raw socket programming)
    2011-07-10 10:18:44下载
    积分:1
  • FPGA
    说明:  实现人脸识别,通过硬件FPGA来进行实现(Realize face recognition, realize face recognition by hardware FPGA)
    2020-12-23 10:19:07下载
    积分:1
  • CSocket-TCP
    说明:  基于CSocket的TCP多人聊天程序 平常自己练习用的!(CSocket of TCP-based chat program over usual practice their own use!)
    2010-04-05 09:24:58下载
    积分:1
  • mfcping
    说明:  这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。(It is a very good example of programming on the network to achieve the ping process, for learning network programming staff is very rare material.)
    2008-10-07 13:19:18下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载