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

99507959Modbus1.0

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

  • Lab0201_ddr
    DDR2 数据存储实验,学习用 Code Composer Studio 观察、修改、填充 DSP 内存单元的方法(DDR2 Experimental data storage)
    2014-04-17 21:20:30下载
    积分:1
  • network
    计算机网络讲义谢西仁的,非常出名第五版计算机网络讲义谢西仁的,非常出名第五版(West Yan Xie computer network notes, very well-known computer network notes the fifth edition of the West Yan Xie, very famous Fifth Edition)
    2010-05-27 17:53:22下载
    积分: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
  • 屏幕保护序基类
    说明:  就是个屏幕保护程序基类,希望对大家能够有所帮助.(screens is the base class protection program, we hope to be able to help.)
    2005-11-14 13:24:12下载
    积分:1
  • EthernetOperation
    这个程序是用VC++编程操作网卡的例子,可以实现网络连接的启动,禁用等(the procedure is to operate with VC Programming Network Card example, can achieve a network connecting the start of such banned)
    2020-07-29 17:18:38下载
    积分:1
  • 04_ScrollBarDemo
    基于MFC的,用C++语言编写的一个程序界面 使得界面有滚动条功能(Scroll bar interface function MFC-based, a program written C++ language interface)
    2012-09-14 20:55:31下载
    积分:1
  • VC_OpenDIB256
    说明:  一个打开并显示位图或者像素矩阵的程序 注意:本程序没有使用DOC/VIEW架构, 所以理解起来更容易,适合初学者。 本程序支持bmp、raw格式图像的读取(an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to understand and suitable for beginners. This program supports bmp, raw format images read)
    2006-05-15 22:09:45下载
    积分:1
  • gongziguanli
    MFC的数据库编程,学习MFC的好代码。(MFC program .you can learn well by it.)
    2012-11-16 20:34:25下载
    积分:1
  • cnakt
    一个原创的网络流量监控的例子,需要用到winpcap,(An original example of network traffic monitoring needs to use winpcap,)
    2018-09-29 23:48:43下载
    积分:1
  • 62
    说明:  大灰狼远程控制系统高仿8.62小马白加黑源码!过启动/过网购/过拦截/无提示上线(The Wolf remote control system of high imitation 8.62 pony white and black source! Before to start/shopping/interception/no tips online)
    2017-04-19 13:55:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载