登录
首页 » Visual C++ » 99507959Modbus1.0

99507959Modbus1.0

于 2011-07-06 发布 文件大小:3143KB
0 253
下载积分: 1 下载次数: 143

代码说明:

  VC编写的串口调试软件,内含Modbus协议类 支持对Modbus通讯调试-VC prepared serial debugging software category includes Modbus protocol support for Modbus communications debugging

文件列表:

Modbus串口调试软件1.0
.....................\com
.....................\...\ComData.cpp,16120,2008-12-17
.....................\...\comdata.h,4663,2008-12-17
.....................\...\COM_SET_VALUE.cpp,797,2005-03-30
.....................\...\COM_SET_VALUE.h,760,2005-03-30
.....................\...\ConstVariant.h,950,2001-12-21
.....................\...\Crack.cpp,7501,2001-12-20
.....................\...\Crack.h,777,2001-12-20
.....................\...\FOData.cpp,10059,2005-05-10
.....................\...\FOData.h,1304,2005-05-09
.....................\...\MsgPSPWnd.cpp,28771,2006-10-19
.....................\...\MsgPSPWnd.h,5821,2005-12-16
.....................\...\Pjsecure.cpp,4030,2004-10-20
.....................\...\Pjsecure.h,755,2004-10-19
.....................\...\PlugPPBase.cpp,1440,2005-04-13
.....................\...\PlugPPBase.h,2776,2005-05-10
.....................\...\Protocal.cpp,2125,2006-10-19
.....................\...\Protocal.h,789,2006-10-19
.....................\...\RectLight.cpp,3820,2005-01-24
.....................\...\RectLight.h,1770,2005-01-21
.....................\...\RegisteCode.cpp,14930,2005-04-18
.....................\...\RegisteCode.h,1656,2005-04-18
.....................\...\SerialPort.cpp,20213,2008-12-18
.....................\...\serialport.h,3476,2008-12-17
.....................\...\SPData.cpp,449,2004-11-23
.....................\...\SPData.h,781,2004-12-27
.....................\...\UniButton.cpp,15327,2005-01-24
.....................\...\UniButton.h,5577,2005-01-24
.....................\ComData.cpp,16454,2006-09-28
.....................\ComData.h,4685,2008-12-17
.....................\ConfigDlg.cpp,3739,2008-12-17
.....................\ConfigDlg.h,1758,2008-12-17
.....................\DlgChar.cpp,7396,2008-12-22
.....................\DlgChar.h,1713,2008-12-17
.....................\DlgMain.cpp,24399,2008-12-22
.....................\DlgMain.h,3301,2008-12-22
.....................\DlgModbus.cpp,4232,2008-12-18
.....................\DlgModbus.h,1449,2006-10-19
.....................\DlgVerity.cpp,3279,2006-09-23
.....................\DlgVerity.h,1421,2006-09-23
.....................\EditEx.cpp,5171,2008-12-22
.....................\EditEx.h,1506,2008-12-22
.....................\EditMenu.cpp,2992,2008-12-22
.....................\EditMenu.h,1168,2000-12-20
.....................\MenuInit.cpp,3807,2000-12-20
.....................\MenuInit.h,951,2000-12-20
.....................\ModBus.cpp,66350,2006-10-20
.....................\ModBus.h,4837,2006-10-19
.....................\ModbusRTU.aps,48652,2008-12-22
.....................\ModbusRTU.clw,5470,2006-11-10
.....................\ModbusRTU.cpp,2095,2008-12-22
.....................\ModbusRTU.dsp,5463,2006-09-28
.....................\ModbusRTU.dsw,524,2006-09-16
.....................\ModbusRTU.exe,675840,2008-12-22
.....................\ModbusRTU.h,1357,2006-09-16
.....................\ModbusRTU.ncb,10284032,2008-12-22
.....................\ModbusRTU.opt,60928,2006-11-10
.....................\ModbusRTU.plg,1344,2006-10-20
.....................\ModbusRTU.rc,17557,2008-12-22
.....................\ModbusRTU.sln,882,2008-12-17
.....................\ModbusRTU.vcproj,12865,2008-12-22
.....................\ModbusRTU.vcproj.0673B919EACB49E.Administrator.user,1427,2008-12-22
.....................\ModbusRTU.vcproj.RH-WULINGYU.Administrator.user,1419,2008-12-22
.....................\ReadMe.txt,3633,2006-09-16
.....................\res
.....................\...\icon1.ico

.....................\...\ModbusRTU.rc2,401,2006-09-16
.....................\resource.h,3347,2008-12-22
.....................\StdAfx.cpp,211,2006-09-16
.....................\StdAfx.h,1054,2006-09-16
.....................\Subclass.cpp,7391,2008-12-17
.....................\Subclass.h,2031,2000-12-20
.....................\Verity.cpp,6401,2008-12-22
.....................\Verity.h,1028,2008-12-22

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

发表评论

0 个回复

  • chap3
    用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
    2020-07-04 14:20:01下载
    积分:1
  • medo
    设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)
    2021-03-22 16:29:16下载
    积分:1
  • ShowSaveBMP
    使用CDib类实现显示与保存BMP文件,VC++经典编程学习源码,很好的参考资料。(Use the CDib class to display and save the BMP file, VC++ classic learning programming source code, a good reference.)
    2013-11-25 11:53:05下载
    积分:1
  • Symotion_Overview
    Symotion是一种用于运动控制的实时工业总线,基于10/100M以太网物理层,应用层使用canopen及精简协议。可应用于运动控制器,电机驱动器,PLC,编码器光栅尺与其它工业现场执行器互连。symotion总线提供安全、开放、低成本及高性能应用。(Symotion is a synchronous real-time FieldBus for Motion control . Build on a 10/100M Ethernet physical layer , and Canopen or reduced protocol Layer. interconnect between motion controllers, Motor drives, I/O modules, encoder devices and other actuators. Symotion provides Safety , Open , low cost and high performance in all applications.)
    2011-08-16 12:41:16下载
    积分:1
  • GETWEButf-8
    MFC获取网页的utf-8中文源码 适用于VS2013 可以查看源码,同样适用于VS2008(i Can t speak english...)
    2014-01-21 21:09:23下载
    积分:1
  • Cinfodlg
    sock配置学习(sock configuration learning)
    2004-09-29 10:18:16下载
    积分:1
  • lib
    将字符串转为整形用标准C实现在Brew平台上(string to integer use c on Brew platform)
    2009-11-18 15:33:00下载
    积分:1
  • 2DMapEditor
    基于MFC的2D地图编辑器,实现了在小地图中预览的功能,资源文件目录需要设置一下。其他只要改改数据就能直接使用了。可以用于学习和实践中。(MFC-based 2D map editor, realized in a small map preview function, need to set the resource file directory. Other change to change as long as the data can be used directly. Can be used to learn and practice.)
    2015-04-13 10:08:30下载
    积分:1
  • SpecialSourceCode
    介绍了窗口编程的几种特效显示的方法。比如动态切分,百叶窗等。(Introduction of the window show the effects of several programming approach. For example, dynamic segmentation, blinds and so on.)
    2008-01-30 15:05:28下载
    积分:1
  • the-procedure-for-electrinic-map
    基于VISUAL c++的电子地图管理系统,具有读取文件、排序、检索、更新、退出功能,注意,测试时需将程序放在D盘使用,或者将内部的.dat文件放在D盘。(Electronic map management system, has read the file, sort, retrieve, update, exit feature)
    2013-08-21 17:09:55下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载