登录
首页 » Visual C++ » VC modbus

VC modbus

于 2014-06-07 发布 文件大小:1875KB
0 168
下载积分: 1 下载次数: 31

代码说明:

  VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)

文件列表:

yiwei
.....\Debug
.....\.....\mscomm.obj,47859,2011-04-17
.....\.....\StdAfx.obj,105854,2011-04-17
.....\.....\vc60.idb,205824,2011-04-17
.....\.....\vc60.pdb,364544,2011-04-17
.....\.....\yiwei.exe,118878,2011-04-17
.....\.....\yiwei.ilk,234648,2011-04-17
.....\.....\yiwei.obj,15087,2011-04-17
.....\.....\yiwei.pch,5501952,2011-04-17
.....\.....\yiwei.pdb,312320,2011-04-17
.....\.....\yiwei.res,2880,2011-04-17
.....\.....\yiweiDlg.obj,40297,2011-04-17
.....\mscomm.cpp,8569,2010-02-20
.....\mscomm.h,3221,2010-02-20
.....\ReadMe.txt,3561,2010-02-20
.....\res

.....\...\yiwei.rc2,397,2010-02-20
.....\Resource.h,867,2010-02-20
.....\StdAfx.cpp,207,2010-02-20
.....\StdAfx.h,1054,2010-02-20
.....\yiwei.aps,21492,2011-04-17
.....\yiwei.clw,1306,2011-04-17
.....\yiwei.cpp,2049,2010-02-20
.....\yiwei.dsp,4564,2010-02-20
.....\yiwei.dsw,577,2010-02-20
.....\yiwei.h,1313,2010-02-20
.....\yiwei.ncb,74752,2011-04-17
.....\yiwei.opt,54784,2011-04-17
.....\yiwei.plg,1795,2011-04-17
.....\yiwei.rc,6184,2010-02-20
.....\yiweiDlg.cpp,10275,2010-02-20
.....\yiweiDlg.h,1541,2010-02-20
工程步骤.doc,45568,2011-05-22

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

发表评论

0 个回复

  • 4beda6ed-8732-4ee3-982c-f572682c455b
    转载,自己需要一些串口程序与控件的应用知识,希望能够和大家共同学习,共同进步!(reproduce, they need some serial procedures and controls the application of knowledge, and we hope to be able to learn together. common progress!)
    2007-01-06 11:09:31下载
    积分:1
  • XWP
    XWP仪表参数的读取,是帮1个朋友编写的(Instrument parameters XWP read, is to help a friend prepare the)
    2007-11-28 12:07:41下载
    积分:1
  • VC6.0MFC
    vc++制作串口调试助手,用vc6.0开发环境,一步一步教大家制作串口调试助手(vc++ production serial debugging assistant with vc6.0 development environment, step by step teach you making serial debugging assistant)
    2013-07-18 16:02:31下载
    积分:1
  • VCPP-Code4
    VC++环境下用MSComm控件进行串口通讯编程 模型飞机测控平台(VC++ environment serial communication programming model aircraft monitoring platform with MSComm control)
    2014-05-10 10:27:17下载
    积分:1
  • Serial_Communication
    一个用Visual C++编写的串口通信的例程,实现了一些串口属性的设置。(A use of Visual C++, prepared by serial communication routines to achieve a number of serial port property settings.)
    2009-03-21 19:18:06下载
    积分:1
  • kcom
    this is visual c++ 6 project it is a Serial port excerszier software
    2010-05-31 15:51:55下载
    积分:1
  • serial
    可以向串口发送数据,或从指定串口接收数据 VC源码-基础编程-源程序代码免费注册下载(Can send data to a serial port, or from specified serial ports receive data source-basic programming VC-source code downloaded free registration )
    2011-12-12 11:39:33下载
    积分:1
  • serial
    很好的串口通信源程序,可以设置端口号,波特率,数据位 停止位校验位(a very complete source serial communications,it is helpful for everybody)
    2009-05-22 10:47:15下载
    积分:1
  • SerialPortComm
    此程序是一个串口调试助手。可以实现16进制发送接收。用MFC编写。(This program is a serial debugging assistants can realize hexadecimal to send and receive written in MFC )
    2013-07-14 20:57:36下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载