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

99507959Modbus1.0

于 2011-07-06 发布 文件大小:3143KB
0 310
下载积分: 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 个回复

  • StandardSingle_Point_Positioning
    说明:  程序实现了GPS+BDS双系统双频标准单点定位。(The dual system dual frequency standard single point positioning is realized.)
    2020-12-28 20:16:18下载
    积分:1
  • Chess
    三个机器人扫地,最短时间,用C++6.0编写,MFC界面,研究生课程作业,最优控制(Three robots sweeping the shortest time, with the C++6.0 writing, MFC interface, graduate course work, optimal control)
    2013-06-18 15:57:26下载
    积分:1
  • 真二叉树重构
    但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
    2019-04-21 16:54:36下载
    积分:1
  • A100004403-21497
    dulib 界面编程,方法简单,实现简单,运行简单。(dulib programming interface, simple, simple, simple operation.)
    2013-07-04 15:15:49下载
    积分:1
  • mod_demod
    三种模拟调制与解调的算法,三种模拟调制为:AM,FM,SSB(Three types of analog modulation and demodulation algorithms, three types of analog modulation for: AM, FM, SSB)
    2003-01-12 14:07:01下载
    积分:1
  • test
    VC6连接Redis服务器示例,系统:win32 xp sp3,编译器:VC6,无依赖(VC6 connect Redis server example, the system: win32 xp sp3, compiler: VC6, no reliance)
    2013-10-09 15:20:12下载
    积分:1
  • ImageProcessing_Measure
    说明:  图像打开,直线,角度,圆面积的测量。 代码比较容易看懂,可以在此基础上扩展(images open, linear, angle, round area measurements. Code is easier to read, on the basis of this expansion)
    2006-04-10 22:40:45下载
    积分:1
  • 屏幕闪烁
    该程序关于BMP位图的导入、显示及相关操作,通过定时器的使用来实现屏幕闪烁(procedures on the bitmap BMP import, display and related operations, through the use of timers to achieve scintillation screen)
    2005-07-05 09:11:45下载
    积分:1
  • Whuaawei-WCDMC
    WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典 (WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
    2012-08-05 11:42:44下载
    积分:1
  • dllregshex_src
    使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件(Using shellext to register and unregister a DLL with Com/ATL object)
    2020-11-05 11:39:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载