在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C++串口通信与工程应用实践

Visual C++串口通信与工程应用实践

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.88M
  • 下载次数:10
  • 浏览次数:63
  • 发布时间:2021-03-06
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C++串口通信与工程应用实践
【实例截图】
【核心代码】
e8847164-62ef-4221-913a-6c29010b101c
└── Visual C++串口通信与工程应用实践
├── 07
│   └── ComDiag
│   ├── ComDiag.aps
│   ├── ComDiag.clw
│   ├── ComDiag.cpp
│   ├── ComDiagDlg.cpp
│   ├── ComDiagDlg.h
│   ├── ComDiag.dsp
│   ├── ComDiag.dsw
│   ├── ComDiag.h
│   ├── ComDiag.ncb
│   ├── ComDiag.opt
│   ├── ComDiag.plg
│   ├── ComDiag.rc
│   ├── Debug
│   │   ├── ComDiagDlg.obj
│   │   ├── ComDiag.exe
│   │   ├── ComDiag.obj
│   │   ├── ComDiag.pdb
│   │   ├── ComDiag.res
│   │   ├── mscomm.obj
│   │   ├── SetupDlg.obj
│   │   ├── StdAfx.obj
│   │   └── vc60.pdb
│   ├── mscomm.cpp
│   ├── mscomm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── ComDiag.ico
│   │   └── ComDiag.rc2
│   ├── Resource.h
│   ├── SetupDlg.cpp
│   ├── SetupDlg.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 08
│   ├── mscomm.cpp
│   ├── mscomm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SetupDlg.cpp
│   ├── SetupDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TTYReceiveMSComm.aps
│   ├── TTYReceiveMSComm.clw
│   ├── TTYReceiveMSComm.cpp
│   ├── TTYReceiveMSCommDlg.cpp
│   ├── TTYReceiveMSCommDlg.h
│   ├── TTYReceiveMSComm.dsp
│   ├── TTYReceiveMSComm.dsw
│   ├── TTYReceiveMSComm.h
│   ├── TTYReceiveMSComm.ncb
│   ├── TTYReceiveMSComm.opt
│   ├── TTYReceiveMSComm.plg
│   └── TTYReceiveMSComm.rc
├── 09
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SetupDlg.cpp
│   ├── SetupDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TTYSendApi.aps
│   ├── TTYSendApi.clw
│   ├── TTYSendApi.cpp
│   ├── TTYSendApiDoc.cpp
│   ├── TTYSendApiDoc.h
│   ├── TTYSendApi.dsp
│   ├── TTYSendApi.dsw
│   ├── TTYSendApi.h
│   ├── TTYSendApi.ncb
│   ├── TTYSendApi.opt
│   ├── TTYSendApi.plg
│   ├── TTYSendApi.rc
│   ├── TTYSendApiView.cpp
│   └── TTYSendApiView.h
├── 11
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Tapi14.cpp
│   ├── Tapi14.h
│   ├── TAPI32.LIB
│   ├── TapiNew.aps
│   ├── TapiNew.clw
│   ├── TapiNew.cpp
│   ├── TapiNewDlg.cpp
│   ├── TapiNewDlg.h
│   ├── TapiNew.dsp
│   ├── TapiNew.dsw
│   ├── TapiNew.h
│   ├── TapiNew.ncb
│   ├── TapiNew.opt
│   ├── TapiNew.plg
│   └── TapiNew.rc
├── 12
│   ├── mscomm.cpp
│   ├── mscomm.h
│   ├── PC2MCU.APS
│   ├── PC2MCU.clw
│   ├── PC2MCU.cpp
│   ├── PC2MCUDlg.cpp
│   ├── PC2MCUDlg.h
│   ├── PC2MCU.dsp
│   ├── PC2MCU.dsw
│   ├── PC2MCU.h
│   ├── PC2MCU.ncb
│   ├── PC2MCU.opt
│   ├── PC2MCU.plg
│   ├── PC2MCU.rc
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 13
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── PC2PLC.APS
│   ├── PC2PLC.clw
│   ├── PC2PLC.cpp
│   ├── PC2PLCDoc.cpp
│   ├── PC2PLCDoc.h
│   ├── PC2PLC.dsp
│   ├── PC2PLC.dsw
│   ├── PC2PLC.h
│   ├── PC2PLC.ncb
│   ├── PC2PLC.opt
│   ├── PC2PLC.plg
│   ├── PC2PLC.rc
│   ├── PC2PLCView.cpp
│   ├── PC2PLCView.h
│   ├── PLC2PC.mwp
│   ├── PLC程序使用说明.txt
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SetupDlg.cpp
│   ├── SetupDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── 无标题
│   └── 无标题1
├── 14
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── PC2PC.APS
│   ├── PC2PC.clw
│   ├── PC2PC.cpp
│   ├── PC2PCDoc.cpp
│   ├── PC2PCDoc.h
│   ├── PC2PC.dsp
│   ├── PC2PC.dsw
│   ├── PC2PC.h
│   ├── PC2PC.ncb
│   ├── PC2PC.opt
│   ├── PC2PC.plg
│   ├── PC2PC.rc
│   ├── PC2PCView.cpp
│   ├── PC2PCView.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SetupDlg.cpp
│   ├── SetupDlg.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 15
│   ├── fax32.dll
│   ├── FaxMachine.aps
│   ├── FaxMachine.clw
│   ├── FaxMachine.cpp
│   ├── FaxMachineDlg.cpp
│   ├── FaxMachineDlg.h
│   ├── FaxMachine.dsp
│   ├── FaxMachine.dsw
│   ├── FaxMachine.h
│   ├── FaxMachine.ncb
│   ├── FaxMachine.opt
│   ├── FaxMachine.plg
│   ├── FaxMachine.rc
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── SmarFaxh.h
│   ├── SmartFax.dll
│   ├── SmartFax.lib
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 17
│   ├── PC端Client.rar
│   └── 组态王端程序.rar
├── 18
│   ├── MoniControl.aps
│   ├── MoniControl.clw
│   ├── MoniControl.cpp
│   ├── MoniControlDlg.cpp
│   ├── MoniControlDlg.h
│   ├── MoniControl.dsp
│   ├── MoniControl.dsw
│   ├── MoniControl.h
│   ├── MoniControl.ncb
│   ├── MoniControl.opt
│   ├── MoniControl.plg
│   ├── MoniControl.rc
│   ├── mscomm.cpp
│   ├── mscomm.h
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 19
│   ├── CJButton.cpp
│   ├── CJButton.h
│   ├── CJControlBar.cpp
│   ├── CJControlBar.h
│   ├── CJTabctrlBar.cpp
│   ├── CJTabCtrlBar.h
│   ├── ComWorkFlow.cpp
│   ├── ComWorkFlow.h
│   ├── DataFlow.cpp
│   ├── DataFlow.h
│   ├── DB
│   │   ├── GPS-COM.ldb
│   │   └── GPS-COM.mdb
│   ├── DlgComConfig.cpp
│   ├── DlgComConfig.h
│   ├── DlgLogin.cpp
│   ├── DlgLogin.h
│   ├── exe
│   │   ├── GpsServer.exe
│   │   └── Map51POI.html
│   ├── GPSPublic.cpp
│   ├── GPSPublic.h
│   ├── GpsServer.aps
│   ├── GpsServer.clw
│   ├── GpsServer.cpp
│   ├── GpsServer.dep
│   ├── GpsServerDoc.cpp
│   ├── GpsServerDoc.h
│   ├── GpsServer.dsp
│   ├── GpsServer.dsw
│   ├── GpsServer.h
│   ├── GpsServer.mak
│   ├── GpsServer.ncb
│   ├── GpsServer.opt
│   ├── GpsServer.plg
│   ├── GpsServer.rc
│   ├── GpsServerView.cpp
│   ├── GpsServerView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Map51POI.html
│   ├── PUBLIC.H
│   ├── ReadMe.txt
│   ├── Resource.h
│   ├── RSComConfig.cpp
│   ├── RSComConfig.h
│   ├── RSUser.cpp
│   ├── RSUser.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── ThreadCom.cpp
│   ├── ThreadCom.h
│   ├── ViewBase.cpp
│   ├── ViewBase.h
│   ├── ViewComData.cpp
│   ├── ViewComData.h
│   ├── ViewLog.cpp
│   ├── ViewLog.h
│   ├── ViewNemaData.cpp
│   ├── ViewNemaData.h
│   ├── ViewReceiveData.cpp
│   ├── ViewReceiveData.h
│   ├── ViewReceivePosition.cpp
│   ├── ViewReceivePosition.h
│   ├── ViewSendData.cpp
│   ├── ViewSendData.h
│   ├── ViewTreeCom.cpp
│   └── ViewTreeCom.h
├── 图像单步处理版本2
│   ├── AmplitudeDlg.cpp
│   ├── AmplitudeDlg.h
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── ClassifyDlg.cpp
│   ├── ClassifyDlg.h
│   ├── Debug
│   │   ├── AmplitudeDlg.obj
│   │   ├── AmplitudeDlg.sbr
│   │   ├── ChildFrm.obj
│   │   ├── ChildFrm.sbr
│   │   ├── ClassifyDlg.obj
│   │   ├── ClassifyDlg.sbr
│   │   ├── demo1Doc.obj
│   │   ├── demo1Doc.sbr
│   │   ├── demo1.exe
│   │   ├── demo1.obj
│   │   ├── demo1.pdb
│   │   ├── demo1.res
│   │   ├── demo1.sbr
│   │   ├── demo1View.obj
│   │   ├── demo1View.sbr
│   │   ├── FourierTrans.obj
│   │   ├── FourierTrans.sbr
│   │   ├── GeometryMoveDlg.obj
│   │   ├── GeometryMoveDlg.sbr
│   │   ├── GeometryTrans.obj
│   │   ├── GeometryTrans.sbr
│   │   ├── GrayTrans.obj
│   │   ├── GrayTrans.sbr
│   │   ├── HistogramDrawDlg.obj
│   │   ├── HistogramDrawDlg.sbr
│   │   ├── HistSegmentDlg.obj
│   │   ├── HistSegmentDlg.sbr
│   │   ├── ImageDib.obj
│   │   ├── ImageDib.sbr
│   │   ├── ImageEnhance.obj
│   │   ├── ImageEnhance.sbr
│   │   ├── ImageFreqEnhance.obj
│   │   ├── ImageFreqEnhance.sbr
│   │   ├── ImgSegment.obj
│   │   ├── ImgSegment.sbr
│   │   ├── LinearStepParamDlg.obj
│   │   ├── LinearStepParamDlg.sbr
│   │   ├── MainFrm.obj
│   │   ├── MainFrm.sbr
│   │   ├── MedianSmoothDlg.obj
│   │   ├── MedianSmoothDlg.sbr
│   │   ├── Morphology.obj
│   │   ├── Morphology.sbr
│   │   ├── NeiAverSmoothDlg.obj
│   │   ├── NeiAverSmoothDlg.sbr
│   │   ├── PlateTrans.obj
│   │   ├── PlateTrans.sbr
│   │   ├── RotateDlg.obj
│   │   ├── RotateDlg.sbr
│   │   ├── ShowFeatureDlg.obj
│   │   ├── ShowFeatureDlg.sbr
│   │   ├── StdAfx.obj
│   │   ├── StdAfx.sbr
│   │   ├── StrechWindowDlg.obj
│   │   ├── StrechWindowDlg.sbr
│   │   ├── ThreshStrechDlg.obj
│   │   ├── ThreshStrechDlg.sbr
│   │   ├── vc60.pdb
│   │   ├── WaveletTrans.obj
│   │   ├── WaveletTrans.sbr
│   │   ├── Zoomdlg.obj
│   │   ├── Zoomdlg.sbr
│   │   ├── ZoomInterpolationDlg.obj
│   │   └── ZoomInterpolationDlg.sbr
│   ├── demo1.aps
│   ├── demo1.clw
│   ├── demo1.cpp
│   ├── demo1Doc.cpp
│   ├── demo1Doc.h
│   ├── demo1.dsp
│   ├── demo1.dsw
│   ├── demo1.h
│   ├── demo1.ncb
│   ├── demo1.opt
│   ├── demo1.plg
│   ├── demo1.rc
│   ├── demo1View.cpp
│   ├── demo1View.h
│   ├── FourierTrans.cpp
│   ├── FourierTrans.h
│   ├── GeometryMoveDlg.cpp
│   ├── GeometryMoveDlg.h
│   ├── GeometryTrans.cpp
│   ├── GeometryTrans.h
│   ├── GrayTrans.cpp
│   ├── GrayTrans.h
│   ├── Histogram.cpp
│   ├── HistogramDrawDlg.cpp
│   ├── HistogramDrawDlg.h
│   ├── Histogram.h
│   ├── HistSegmentDlg.cpp
│   ├── HistSegmentDlg.h
│   ├── ImageDib.cpp
│   ├── ImageDib.h
│   ├── ImageEnhance.cpp
│   ├── ImageEnhance.h
│   ├── ImageFreqEnhance.cpp
│   ├── ImageFreqEnhance.h
│   ├── ImgSegment.cpp
│   ├── ImgSegment.h
│   ├── LinearStepParamDlg.cpp
│   ├── LinearStepParamDlg.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MedianSmoothDlg.cpp
│   ├── MedianSmoothDlg.h
│   ├── Morphology.cpp
│   ├── Morphology.h
│   ├── NeiAverSmoothDlg.cpp
│   ├── NeiAverSmoothDlg.h
│   ├── PlateTrans.cpp
│   ├── PlateTrans.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── demo1Doc.ico
│   │   ├── demo1.ico
│   │   ├── demo1.rc2
│   │   ├── OK.bmp
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── RotateDlg.cpp
│   ├── RotateDlg.h
│   ├── ShowFeatureDlg.cpp
│   ├── ShowFeatureDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StrechWindowDlg.cpp
│   ├── StrechWindowDlg.h
│   ├── ThreshStrechDlg.cpp
│   ├── ThreshStrechDlg.h
│   ├── VA_C__Documents and Settings_Administrator_Local Settings_Application Data_VisualAssist_vc6_history_
│   ├── WaveletTrans.cpp
│   ├── WaveletTrans.h
│   ├── Zoomdlg.cpp
│   ├── Zoomdlg.h
│   ├── ZoomInterpolationDlg.cpp
│   └── ZoomInterpolationDlg.h
└── 附录
├── mscomm.cpp
├── mscomm.h
├── PSTN_FileTrans.aps
├── PSTN_FileTrans.clw
├── PSTN_FileTrans.cpp
├── PSTN_FileTransDlg.cpp
├── PSTN_FileTransDlg.h
├── PSTN_FileTrans.dsp
├── PSTN_FileTrans.dsw
├── PSTN_FileTrans.h
├── PSTN_FileTrans.ncb
├── PSTN_FileTrans.opt
├── PSTN_FileTrans.plg
├── PSTN_FileTrans.rc
├── ReadMe.txt
├── Resource.h
├── StdAfx.cpp
└── StdAfx.h

21 directories, 424 files

标签:

实例下载地址

Visual C++串口通信与工程应用实践

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警