登录
首页 » Visual C++ » SerialPort_VS2010_MFC

SerialPort_VS2010_MFC

于 2020-10-10 发布 文件大小:2301KB
0 743
下载积分: 1 下载次数: 356

代码说明:

  基于SerialPort的串口调试助手代码,运行平台VS2010,MFC工程文件(Based on the serial debugging assistant SerialPort code, run the platform VS2010, MFC project file)

文件列表:

串口调试助手
............\串口助手源程序
............\..............\AnimateDlgIcon.cpp,1833,1998-12-23
............\..............\AnimateDlgIcon.h,980,1998-12-23
............\..............\Debug
............\..............\.....\SCOMM.exe,6312960,2013-04-12
............\..............\HYPERLINK.CPP,13096,1998-08-12
............\..............\HYPERLINK.H,3323,1998-08-12
............\..............\LABEL.CPP,4622,1998-05-27
............\..............\LABEL.H,2093,1998-05-27
............\..............\PushPin.cpp,5893,2001-06-23
............\..............\PushPin.h,1310,2001-06-23
............\..............\ReadMe.txt,3561,2001-05-16
............\..............\RES
............\..............\...\ANIM.BMP


............\..............\...\CURSOR1.CUR,326,2001-05-17

............\..............\...\GREEN.ICO
............\..............\...\ICON_GRE.ICO,3262,2001-06-09
............\..............\...\ICON_NOT.ICO,1078,1998-04-24
............\..............\...\icon_not1.ico,766,2001-06-07
............\..............\...\ICON_ON.ICO,1078,1998-04-24
............\..............\...\ICON_ON1.ICO,766,2001-06-07
............\..............\...\OFF.ICO,766,2000-12-09
............\..............\...\Pinned.bmp,238,2001-06-24
............\..............\...\Pinned2.bmp,238,2001-06-23
............\..............\...\RED.ICO,766,2000-12-09
............\..............\...\SCOMM.RC2,397,2001-05-16
............\..............\...\UNPINNED.BMP,238,2001-06-23
............\..............\...\xiaofengstudio.bmp,11654,2001-06-24
............\..............\...\xiaofengstudio.ico,3262,2001-05-17
............\..............\resource.h,3341,2009-03-13
............\..............\SCOMM.APS,34944,2012-04-24
............\..............\SCOMM.clw,3738,2012-04-24
............\..............\Scomm.cpp,2521,2002-08-26
............\..............\SCOMM.DSP,5257,2004-02-18
............\..............\SCOMM.DSW,533,2001-05-16
............\..............\SCOMM.H,1311,2001-06-12
............\..............\SCOMM.NCB,590848,2012-04-24
............\..............\SCOMM.OPT,112640,2012-04-24
............\..............\SCOMM.plg,1216,2012-04-24
............\..............\SCOMM.rc,12419,2009-03-14
............\..............\SCOMM.sln,876,2013-03-21
............\..............\SCOMM.vcxproj,8532,2013-03-21
............\..............\SCOMM.vcxproj.filters,3727,2013-03-21
............\..............\SCOMM.vcxproj.user,143,2013-03-21
............\..............\SCOMMDlg.cpp,29573,2013-03-21
............\..............\SCOMMDlg.h,4024,2004-02-27
............\..............\SerialPort.cpp,19287,2004-02-20
............\..............\SerialPort.h,2747,2004-02-20
............\..............\StdAfx.cpp,207,2001-05-16
............\..............\StdAfx.h,1109,2001-06-17

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

发表评论

0 个回复

  • SCommTest1
    该源代码主要是实现串口通信,并将所传输的内容实现保存。(The source code is mainly realize serial communication, and the transmission of content preservation.)
    2007-10-25 21:18:20下载
    积分:1
  • DK20DieselizeDynamotor
    485通讯接口模块的编程应用,监控显示,检测报警显示,上下值的设置输入输出的结构(485 Communications Interface Module programming applications, monitor display, alarm detection showed that the whole value of the structure of input and output settings)
    2008-08-10 22:12:38下载
    积分:1
  • test1
    VB环境下简单的串口测试程序,测试两台主机通过串口是否能够实现数据传送,可以传送数字、字符串及汉字。(VB environment, a simple serial test program, test whether two hosts can be achieved through the serial data transfer, can send numbers, strings and characters.)
    2010-06-09 10:11:16下载
    积分:1
  • VCPP-Serial-host-computer
    实现串口通信的编程,关于类以及继承的一些使用方法,新手可以参考。(Serial communication programming, use classes and inheritance, the novice can refer to.)
    2013-05-03 09:07:54下载
    积分:1
  • vb
    说明:  串口编程调试精灵是一种串口编程的调试精灵(Wizard is a serial programming and debugging, the debug serial port programming wizard)
    2010-04-07 19:58:48下载
    积分:1
  • PC-based-serial-communication
    基于Visual C++串口与下位机通信(Based on Visual C++ serial PC program to communicate with the microcontroller)
    2014-12-06 22:17:30下载
    积分:1
  • 实现双机互联
    一个简单的串口实现双机互联,,比较实用,有兴趣可以(a simple dual-serial connectivity, and more practical, interested can s)
    2005-05-19 16:57:35下载
    积分:1
  • comm
    Windows串口编程 (Windows serial programming)
    2020-06-30 11:20:02下载
    积分:1
  • yunKong0
    串口调试工具,加油(serial debugging tools refueling.)
    2007-04-23 16:20:52下载
    积分:1
  • Com_N
    本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。(Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx control and registration method, the procedure is used in the static link library, for the in the absence of vc for the machine can also run, giving the larger point.)
    2005-07-31 09:50:35下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载