在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → VisualC++串口通信编程实践包括串口调试助手源代码-

VisualC++串口通信编程实践包括串口调试助手源代码-

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.04M
  • 下载次数:3
  • 浏览次数:9
  • 发布时间:2023-10-25
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】VisualC 串口通信编程实践包括串口调试助手源代码-

【实例截图】

from clipboard

【核心代码】

.
├── Visual C _Turbo C串口通信编程实践
│   ├── 第01章
│   │   ├── 0102
│   │   │   └── scommtest.zip
│   │   └── 0103
│   │       └── comrx.cpp
│   ├── 第02章
│   │   ├── 0201
│   │   │   ├── SerialPort_demo原作者
│   │   │   │   ├── CommTest
│   │   │   │   │   ├── COMMTEST.001
│   │   │   │   │   ├── COMMTEST.APS
│   │   │   │   │   ├── COMMTEST.CLW
│   │   │   │   │   ├── COMMTEST.CPP
│   │   │   │   │   ├── COMMTEST.DSP
│   │   │   │   │   ├── COMMTEST.H
│   │   │   │   │   ├── COMMTEST.PLG
│   │   │   │   │   ├── COMMTEST.RC
│   │   │   │   │   ├── ColorStatic.cpp
│   │   │   │   │   ├── ColorStatic.h
│   │   │   │   │   ├── CommTest.dsw
│   │   │   │   │   ├── CommTest.ncb
│   │   │   │   │   ├── CommTest.opt
│   │   │   │   │   ├── ConfigDlg.cpp
│   │   │   │   │   ├── ConfigDlg.h
│   │   │   │   │   ├── README.DOC
│   │   │   │   │   ├── RES
│   │   │   │   │   │   ├── COMMTEST.ICO
│   │   │   │   │   │   └── COMMTEST.RC2
│   │   │   │   │   ├── ReadMe.txt
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── SerialPort.cpp
│   │   │   │   │   ├── SerialPort.h
│   │   │   │   │   ├── StdAfx.cpp
│   │   │   │   │   ├── StdAfx.h
│   │   │   │   │   ├── commtestDlg.cpp
│   │   │   │   │   └── commtestDlg.h
│   │   │   │   └── CommTest.rar
│   │   │   └── Serialport类文件原作者
│   │   │       ├── SerialPort.cpp
│   │   │       └── SerialPort.h
│   │   ├── 0202
│   │   │   └── SerialPortTest
│   │   │       ├── RESOURCE.H
│   │   │       ├── ReadMe.txt
│   │   │       ├── SerialPort.cpp
│   │   │       ├── SerialPort.h
│   │   │       ├── SerialPortTest.aps
│   │   │       ├── SerialPortTest.clw
│   │   │       ├── SerialPortTest.cpp
│   │   │       ├── SerialPortTest.dsp
│   │   │       ├── SerialPortTest.dsw
│   │   │       ├── SerialPortTest.h
│   │   │       ├── SerialPortTest.ncb
│   │   │       ├── SerialPortTest.opt
│   │   │       ├── SerialPortTest.plg
│   │   │       ├── SerialPortTest.rc
│   │   │       ├── SerialPortTestDlg.cpp
│   │   │       ├── SerialPortTestDlg.h
│   │   │       ├── StdAfx.cpp
│   │   │       └── StdAfx.h
│   │   ├── 0203
│   │   │   └── SerialPortTest2
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── SerialPort.cpp
│   │   │       ├── SerialPort.h
│   │   │       ├── SerialPortTest2.aps
│   │   │       ├── SerialPortTest2.clw
│   │   │       ├── SerialPortTest2.cpp
│   │   │       ├── SerialPortTest2.dsp
│   │   │       ├── SerialPortTest2.dsw
│   │   │       ├── SerialPortTest2.h
│   │   │       ├── SerialPortTest2.ncb
│   │   │       ├── SerialPortTest2.opt
│   │   │       ├── SerialPortTest2.plg
│   │   │       ├── SerialPortTest2.rc
│   │   │       ├── SerialPortTest2Doc.cpp
│   │   │       ├── SerialPortTest2Doc.h
│   │   │       ├── SerialPortTest2View.cpp
│   │   │       ├── SerialPortTest2View.h
│   │   │       ├── StdAfx.cpp
│   │   │       └── StdAfx.h
│   │   └── 0204
│   │       ├── NNTest
│   │       │   ├── NNTest.aps
│   │       │   ├── NNTest.clw
│   │       │   ├── NNTest.cpp
│   │       │   ├── NNTest.dsp
│   │       │   ├── NNTest.dsw
│   │       │   ├── NNTest.h
│   │       │   ├── NNTest.ncb
│   │       │   ├── NNTest.opt
│   │       │   ├── NNTest.plg
│   │       │   ├── NNTest.rc
│   │       │   ├── NNTestDlg.cpp
│   │       │   ├── NNTestDlg.h
│   │       │   ├── ReadMe.txt
│   │       │   ├── Resource.h
│   │       │   ├── SerialPort.cpp
│   │       │   ├── SerialPort.h
│   │       │   ├── StdAfx.cpp
│   │       │   └── StdAfx.h
│   │       └── 改进后的类文件
│   │           ├── SerialPort.cpp
│   │           └── SerialPort.h
│   ├── 第03章
│   │   ├── 0303
│   │   │   ├── SDICOMM.ZIP
│   │   │   └── SDIComm
│   │   │       ├── Debug
│   │   │       ├── MSCOMM.CPP
│   │   │       ├── MSCOMM.H
│   │   │       ├── MainFrm.cpp
│   │   │       ├── MainFrm.h
│   │   │       ├── RES
│   │   │       │   ├── SDIComm.ico
│   │   │       │   ├── SDIComm.rc2
│   │   │       │   ├── SDICommDoc.ico
│   │   │       │   └── Toolbar.bmp
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── SDIComm.aps
│   │   │       ├── SDIComm.clw
│   │   │       ├── SDIComm.cpp
│   │   │       ├── SDIComm.dsp
│   │   │       ├── SDIComm.dsw
│   │   │       ├── SDIComm.h
│   │   │       ├── SDIComm.ncb
│   │   │       ├── SDIComm.opt
│   │   │       ├── SDIComm.plg
│   │   │       ├── SDIComm.rc
│   │   │       ├── SDICommDoc.cpp
│   │   │       ├── SDICommDoc.h
│   │   │       ├── SDICommView.cpp
│   │   │       ├── SDICommView.h
│   │   │       ├── StdAfx.cpp
│   │   │       └── StdAfx.h
│   │   ├── 0304
│   │   │   └── MSCommMultiPort
│   │   │       ├── Debug
│   │   │       ├── MSCOMM.CPP
│   │   │       ├── MSCOMM.H
│   │   │       ├── MSCommMultiPort.aps
│   │   │       ├── MSCommMultiPort.clw
│   │   │       ├── MSCommMultiPort.cpp
│   │   │       ├── MSCommMultiPort.dsp
│   │   │       ├── MSCommMultiPort.dsw
│   │   │       ├── MSCommMultiPort.h
│   │   │       ├── MSCommMultiPort.ncb
│   │   │       ├── MSCommMultiPort.opt
│   │   │       ├── MSCommMultiPort.plg
│   │   │       ├── MSCommMultiPort.rc
│   │   │       ├── MSCommMultiPortDlg.cpp
│   │   │       ├── MSCommMultiPortDlg.h
│   │   │       ├── RES
│   │   │       │   ├── MSCommMultiPort.ico
│   │   │       │   └── MSCommMultiPort.rc2
│   │   │       ├── RESOURCE.H
│   │   │       ├── ReadMe.txt
│   │   │       ├── StdAfx.cpp
│   │   │       └── StdAfx.h
│   │   └── 0305
│   │       └── ModemComm
│   │           ├── Debug
│   │           ├── ModemComm.aps
│   │           ├── ModemComm.clw
│   │           ├── ModemComm.cpp
│   │           ├── ModemComm.dsp
│   │           ├── ModemComm.dsw
│   │           ├── ModemComm.h
│   │           ├── ModemComm.ncb
│   │           ├── ModemComm.opt
│   │           ├── ModemComm.plg
│   │           ├── ModemComm.rc
│   │           ├── ModemCommDlg.cpp
│   │           ├── ModemCommDlg.h
│   │           ├── ReadMe.txt
│   │           ├── Resource.h
│   │           ├── StdAfx.cpp
│   │           ├── StdAfx.h
│   │           ├── mscomm.cpp
│   │           ├── mscomm.h
│   │           └── res
│   │               ├── ModemComm.ico
│   │               └── ModemComm.rc2
│   ├── 第04章
│   │   └── Term
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── RESOURCE.H
│   │       ├── ReadMe.txt
│   │       ├── SetupDlg.cpp
│   │       ├── SetupDlg.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── Term.aps
│   │       ├── Term.clw
│   │       ├── Term.cpp
│   │       ├── Term.dsp
│   │       ├── Term.dsw
│   │       ├── Term.h
│   │       ├── Term.ncb
│   │       ├── Term.opt
│   │       ├── Term.plg
│   │       ├── Term.rc
│   │       ├── TermDoc.cpp
│   │       ├── TermDoc.h
│   │       ├── TermView.cpp
│   │       └── TermView.h
│   ├── 第05章
│   │   └── SCOMMV23
│   │       ├── AnimateDlgIcon.cpp
│   │       ├── AnimateDlgIcon.h
│   │       ├── HYPERLINK.CPP
│   │       ├── HYPERLINK.H
│   │       ├── LABEL.CPP
│   │       ├── LABEL.H
│   │       ├── PushPin.cpp
│   │       ├── PushPin.h
│   │       ├── RESOURCE.H
│   │       ├── ReadMe.txt
│   │       ├── SCOMM.APS
│   │       ├── SCOMM.DSP
│   │       ├── SCOMM.DSW
│   │       ├── SCOMM.H
│   │       ├── SCOMM.NCB
│   │       ├── SCOMM.RC
│   │       ├── SCOMM.clw
│   │       ├── SCOMM.plg
│   │       ├── SCOMMDlg.cpp
│   │       ├── SCOMMDlg.h
│   │       ├── Scomm.cpp
│   │       ├── Scomm.opt
│   │       ├── SerialPort.cpp
│   │       ├── SerialPort.h
│   │       ├── StdAfx.cpp
│   │       └── StdAfx.h
│   ├── 第06章
│   │   ├── 0603
│   │   │   ├── GSerial.cpp
│   │   │   └── Gserial.h
│   │   ├── 0604
│   │   │   ├── GSerial.cpp
│   │   │   └── Gserial.h
│   │   └── comrxtx.cpp
│   ├── 第07章
│   │   └── SerialPortTest
│   │       ├── RESOURCE.H
│   │       ├── ReadMe.txt
│   │       ├── SerialPort.cpp
│   │       ├── SerialPort.h
│   │       ├── SerialPortTest.aps
│   │       ├── SerialPortTest.clw
│   │       ├── SerialPortTest.cpp
│   │       ├── SerialPortTest.dsp
│   │       ├── SerialPortTest.dsw
│   │       ├── SerialPortTest.h
│   │       ├── SerialPortTest.ncb
│   │       ├── SerialPortTest.opt
│   │       ├── SerialPortTest.plg
│   │       ├── SerialPortTest.rc
│   │       ├── SerialPortTestDlg.cpp
│   │       ├── SerialPortTestDlg.h
│   │       ├── StdAfx.cpp
│   │       └── StdAfx.h
│   ├── 第08章
│   │   ├── 0801
│   │   │   └── keilc
│   │   │       ├── scommtest
│   │   │       ├── scommtest.M51
│   │   │       ├── scommtest.Opt
│   │   │       ├── scommtest.Uv2
│   │   │       ├── scommtest.lnp
│   │   │       ├── scommtest.plg
│   │   │       ├── scommtest_Opt.Bak
│   │   │       ├── scommtest_Uv2.Bak
│   │   │       ├── test0c.LST
│   │   │       ├── test0c.OBJ
│   │   │       └── test0c.c
│   │   └── 0802
│   │       ├── 实例一
│   │       │   └── example1.c
│   │       └── 实例二
│   │           └── example2.c
│   ├── 第09章
│   │   ├── 0904
│   │   │   ├── SClient
│   │   │   │   ├── MySocket.cpp
│   │   │   │   ├── MySocket.h
│   │   │   │   ├── RESOURCE.H
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── SClient.aps
│   │   │   │   ├── SClient.clw
│   │   │   │   ├── SClient.cpp
│   │   │   │   ├── SClient.dsp
│   │   │   │   ├── SClient.dsw
│   │   │   │   ├── SClient.h
│   │   │   │   ├── SClient.ncb
│   │   │   │   ├── SClient.opt
│   │   │   │   ├── SClient.plg
│   │   │   │   ├── SClient.rc
│   │   │   │   ├── SClientDlg.cpp
│   │   │   │   ├── SClientDlg.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   └── SServer
│   │   │       ├── AcceptSocket.cpp
│   │   │       ├── AcceptSocket.h
│   │   │       ├── ListenSocket.cpp
│   │   │       ├── ListenSocket.h
│   │   │       ├── RESOURCE.H
│   │   │       ├── ReadMe.txt
│   │   │       ├── SServer.aps
│   │   │       ├── SServer.clw
│   │   │       ├── SServer.cpp
│   │   │       ├── SServer.dsp
│   │   │       ├── SServer.dsw
│   │   │       ├── SServer.h
│   │   │       ├── SServer.ncb
│   │   │       ├── SServer.opt
│   │   │       ├── SServer.plg
│   │   │       ├── SServer.rc
│   │   │       ├── SServerDlg.cpp
│   │   │       ├── SServerDlg.h
│   │   │       ├── SerialPort.cpp
│   │   │       ├── SerialPort.h
│   │   │       ├── StdAfx.cpp
│   │   │       └── StdAfx.h
│   │   ├── 0905
│   │   │   └── CommSocket
│   │   │       ├── CommSocket.aps
│   │   │       ├── CommSocket.clw
│   │   │       ├── CommSocket.cpp
│   │   │       ├── CommSocket.dsp
│   │   │       ├── CommSocket.dsw
│   │   │       ├── CommSocket.h
│   │   │       ├── CommSocket.ncb
│   │   │       ├── CommSocket.opt
│   │   │       ├── CommSocket.plg
│   │   │       ├── CommSocket.rc
│   │   │       ├── CommSocketDlg.cpp
│   │   │       ├── CommSocketDlg.h
│   │   │       ├── ReadMe.txt
│   │   │       ├── Resource.h
│   │   │       ├── StdAfx.cpp
│   │   │       ├── StdAfx.h
│   │   │       ├── WSocket.cpp
│   │   │       └── WSocket.h
│   │   └── 0906
│   │       ├── DisplayCon
│   │       │   ├── DisplayCon.aps
│   │       │   ├── DisplayCon.clw
│   │       │   ├── DisplayCon.cpp
│   │       │   ├── DisplayCon.dsp
│   │       │   ├── DisplayCon.dsw
│   │       │   ├── DisplayCon.h
│   │       │   ├── DisplayCon.ncb
│   │       │   ├── DisplayCon.opt
│   │       │   ├── DisplayCon.plg
│   │       │   ├── DisplayCon.rc
│   │       │   ├── DisplayConDlg.cpp
│   │       │   ├── DisplayConDlg.h
│   │       │   ├── EDITEX.CXX
│   │       │   ├── EDITEX.HXX
│   │       │   ├── LOGFONT.HXX
│   │       │   ├── ReadMe.txt
│   │       │   ├── Resource.h
│   │       │   ├── StdAfx.cpp
│   │       │   ├── StdAfx.h
│   │       │   ├── mscomm.cpp
│   │       │   ├── mscomm.h
│   │       │   └── resource.fd
│   │       └── RemoteCon
│   │           ├── Debug
│   │           ├── ReadMe.txt
│   │           ├── RemoteCon.aps
│   │           ├── RemoteCon.clw
│   │           ├── RemoteCon.cpp
│   │           ├── RemoteCon.dsp
│   │           ├── RemoteCon.dsw
│   │           ├── RemoteCon.h
│   │           ├── RemoteCon.ncb
│   │           ├── RemoteCon.opt
│   │           ├── RemoteCon.plg
│   │           ├── RemoteCon.rc
│   │           ├── RemoteConDlg.cpp
│   │           ├── RemoteConDlg.h
│   │           ├── Resource.h
│   │           ├── StdAfx.cpp
│   │           ├── StdAfx.h
│   │           ├── mscomm.cpp
│   │           ├── mscomm.h
│   │           ├── res
│   │           │   ├── RemoteCon.ico
│   │           │   └── RemoteCon.rc2
│   │           └── resource.fd
│   ├── 第10章
│   │   └── 1001
│   │       └── SmsTest.rar
│   ├── 第12章
│   │   ├── Commhook.vxd
│   │   └── SerialPortVxD
│   │       ├── CHT.log
│   │       ├── COMMHOOK.h
│   │       ├── MyListCtrl.cpp
│   │       ├── MyListCtrl.h
│   │       ├── ReadMe.txt
│   │       ├── SerialPortVxD.aps
│   │       ├── SerialPortVxD.clw
│   │       ├── SerialPortVxD.cpp
│   │       ├── SerialPortVxD.dsp
│   │       ├── SerialPortVxD.dsw
│   │       ├── SerialPortVxD.h
│   │       ├── SerialPortVxD.ncb
│   │       ├── SerialPortVxD.opt
│   │       ├── SerialPortVxD.plg
│   │       ├── SerialPortVxD.rc
│   │       ├── SerialPortVxDDlg.cpp
│   │       ├── SerialPortVxDDlg.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── res
│   │       │   ├── SerialPortVxD.ico
│   │       │   ├── SerialPortVxD.rc2
│   │       │   └── Thumbs.db
│   │       └── resource.h
│   └── 程序使用说明.txt
└── 好例子网_VisualC 串口通信编程实践包括串口调试助手源代码-.rar

61 directories, 370 files


实例下载地址

VisualC++串口通信编程实践包括串口调试助手源代码-

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警