登录
首页 » Visual C++ » VC++ 串口调试精灵源代码

VC++ 串口调试精灵源代码

于 2018-03-25 发布 文件大小:37KB
0 258
下载积分: 1 下载次数: 6

代码说明:

  VC串口调试软件的源代码,还可以,挺好用(The source code of VC serial debug software)

文件列表:

www.NewXing.com\串口精灵源代码\CommWizard.aps, 22924 , 2007-01-04
www.NewXing.com\串口精灵源代码\CommWizard.clw, 2221 , 2007-03-06
www.NewXing.com\串口精灵源代码\CommWizard.cpp, 2157 , 2011-04-14
www.NewXing.com\串口精灵源代码\CommWizardDlg.cpp, 9707 , 2011-04-14
www.NewXing.com\串口精灵源代码\mscomm.cpp, 8607 , 2011-04-14
www.NewXing.com\串口精灵源代码\SettingDlg.cpp, 1862 , 2011-04-14
www.NewXing.com\串口精灵源代码\StdAfx.cpp, 250 , 2011-04-14
www.NewXing.com\串口精灵源代码\CommWizard.dsp, 4796 , 2002-03-04
www.NewXing.com\串口精灵源代码\CommWizard.dsw, 589 , 2002-03-03
www.NewXing.com\串口精灵源代码\CommWizard.h, 1406 , 2011-04-14
www.NewXing.com\串口精灵源代码\CommWizardDlg.h, 2077 , 2011-04-14
www.NewXing.com\串口精灵源代码\mscomm.h, 3259 , 2011-04-14
www.NewXing.com\串口精灵源代码\Resource.h, 1277 , 2011-04-14
www.NewXing.com\串口精灵源代码\SettingDlg.h, 1377 , 2011-04-14
www.NewXing.com\串口精灵源代码\StdAfx.h, 1092 , 2011-04-14
www.NewXing.com\串口精灵源代码\res\CommWizard.ico, 1078 , 2002-03-03
www.NewXing.com\串口精灵源代码\CommWizard.ncb, 173056 , 2007-03-06
www.NewXing.com\串口精灵源代码\CommWizard.opt, 54784 , 2007-03-06
www.NewXing.com\串口精灵源代码\CommWizard.plg, 2087 , 2004-03-04
www.NewXing.com\串口精灵源代码\CommWizard.rc, 7523 , 2002-03-16
www.NewXing.com\串口精灵源代码\res\CommWizard.rc2, 402 , 2002-03-03
www.NewXing.com\串口精灵源代码\ReadMe.txt, 3651 , 2002-03-03
www.NewXing.com\串口精灵源代码\Debug, 0 , 2007-06-13
www.NewXing.com\串口精灵源代码\res, 0 , 2006-12-30
www.NewXing.com\串口精灵源代码, 0 , 2007-03-06

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

发表评论

0 个回复

  • VC-Dialog
    说明:  一个对话框的示劣,它的价值就在按钮可以扩大对话诓的尺寸。不过带滚动条的对话诓的价值将是更大的。说明再清楚也不如上载的文件有价值好 (a dialog box showing the poor, the value of the buttons on the dialogue could be expanded to the size invincible. But with the rolling of the dialogue invincible value will be greater. Note clearly not contained in the document as good value)
    2005-11-11 15:51:47下载
    积分:1
  • the4th
    利用socket实现简单文件传输,mfc实现,很简单(Simple file transfer using socket, mfc achieve)
    2013-10-20 15:37:24下载
    积分:1
  • Test
    win7 x64 过TP源码,看雪大神发的,学习必备(win7 x64 pass tp,win7 x64 pass tp,win7 x64 pass tp.)
    2015-10-29 11:40:19下载
    积分:1
  • ModbusV1.024
    Modbus调试精灵采用vc编写,运行时不需要其它任何文件。可以调试具有modbus协议的所有设备,软件非常小巧,但功能强大,是现场工程调试人员必备软件。(Modbus debug vc prepared using the wizard, run-time does not require any other document. Can debug Modbus protocol with all the equipment, software is very compact, but powerful, is the field engineering staff necessary software debugging.)
    2007-09-27 08:53:58下载
    积分: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
  • mfc
    mfc进度条,实现多个进度显示!很有帮助,帮助了解多个进度条的显示,(mfc progress bar, to achieve more progress display,)
    2013-11-07 21:37:27下载
    积分:1
  • cvisc
    FLAC3D中粘塑性蠕变本构模型,供大家参考进行二次开发(FLAC3D in viscoplastic creep constitutive model for reference secondary development)
    2020-12-09 15:29:27下载
    积分:1
  • CSmtp
    使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by // christopher w. backen <immortal@cox.net> // More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
    2010-05-26 13:06:49下载
    积分:1
  • WinPing
    MFC界面的PING程序 输入主机地址或者IP地址 发送五次ICMP请求(PING procedure MFC interface type the host address or IP address to send five ICMP request)
    2008-04-26 22:05:18下载
    积分:1
  • splitter
    基于单文档,分割windows窗口,设置分割的形式(Based on a single document, split windows windows)
    2013-10-14 09:38:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载