在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《Visual C++ Turbo C串口通信编程实践》随书光盘源代码以及串口调试工具

《Visual C++ Turbo C串口通信编程实践》随书光盘源代码以及串口调试工具

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.83M
  • 下载次数:9
  • 浏览次数:215
  • 发布时间:2021-01-17
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Visual C++ turbo c++ 串口通信 c++

实例介绍

【实例简介】
龚建伟的Visual C Turbo C串口通信编程实践随书光盘

【实例截图】

from clipboard

【核心代码】
5544fb36-0214-4f90-b228-5f488ee827ab
└── 龚建伟_Visual C _Turbo C串口通信编程实践(光盘)
├── 01
│   ├── 0102
│   │   └── scommtest
│   │   ├── MSCOMM.CPP
│   │   ├── MSCOMM.H
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── SCommTest.ico
│   │   │   ├── SCommTest.rc2
│   │   │   └── Thumbs.db
│   │   ├── RESOURCE.H
│   │   ├── SCommTest.aps
│   │   ├── SCommTest.clw
│   │   ├── SCommTest.cpp
│   │   ├── SCommTestDlg.cpp
│   │   ├── SCommTestDlg.h
│   │   ├── SCommTest.dsp
│   │   ├── SCommTest.dsw
│   │   ├── SCommTest.h
│   │   ├── SCommTest.ncb
│   │   ├── SCommTest.opt
│   │   ├── SCommTest.plg
│   │   ├── SCommTest.rc
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 0103
│   └── comrx.cpp
├── 02
│   ├── 0201
│   │   ├── SerialPort_demo原作者
│   │   │   ├── CommTest
│   │   │   │   ├── ColorStatic.cpp
│   │   │   │   ├── ColorStatic.h
│   │   │   │   ├── COMMTEST.001
│   │   │   │   ├── COMMTEST.APS
│   │   │   │   ├── COMMTEST.CLW
│   │   │   │   ├── COMMTEST.CPP
│   │   │   │   ├── commtestDlg.cpp
│   │   │   │   ├── commtestDlg.h
│   │   │   │   ├── COMMTEST.DSP
│   │   │   │   ├── CommTest.dsw
│   │   │   │   ├── COMMTEST.H
│   │   │   │   ├── CommTest.ncb
│   │   │   │   ├── CommTest.opt
│   │   │   │   ├── COMMTEST.PLG
│   │   │   │   ├── COMMTEST.RC
│   │   │   │   ├── ConfigDlg.cpp
│   │   │   │   ├── ConfigDlg.h
│   │   │   │   ├── README.DOC
│   │   │   │   ├── ReadMe.txt
│   │   │   │   ├── RES
│   │   │   │   │   ├── COMMTEST.ICO
│   │   │   │   │   └── COMMTEST.RC2
│   │   │   │   ├── Resource.h
│   │   │   │   ├── SerialPort.cpp
│   │   │   │   ├── SerialPort.h
│   │   │   │   ├── StdAfx.cpp
│   │   │   │   └── StdAfx.h
│   │   │   └── CommTest.rar
│   │   └── Serialport类文件原作者
│   │   ├── SerialPort.cpp
│   │   └── SerialPort.h
│   ├── 0202
│   │   └── SerialPortTest
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── SerialPortTest.ico
│   │   │   ├── SerialPortTest.rc2
│   │   │   └── Thumbs.db
│   │   ├── RESOURCE.H
│   │   ├── SerialPort.cpp
│   │   ├── SerialPort.h
│   │   ├── SerialPortTest.aps
│   │   ├── SerialPortTest.clw
│   │   ├── SerialPortTest.cpp
│   │   ├── SerialPortTestDlg.cpp
│   │   ├── SerialPortTestDlg.h
│   │   ├── SerialPortTest.dsp
│   │   ├── SerialPortTest.dsw
│   │   ├── SerialPortTest.h
│   │   ├── SerialPortTest.ncb
│   │   ├── SerialPortTest.opt
│   │   ├── SerialPortTest.plg
│   │   ├── SerialPortTest.rc
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 0203
│   │   └── SerialPortTest2
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── SerialPortTest2Doc.ico
│   │   │   ├── SerialPortTest2.ico
│   │   │   ├── SerialPortTest2.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── SerialPort.cpp
│   │   ├── SerialPort.h
│   │   ├── SerialPortTest2.aps
│   │   ├── SerialPortTest2.clw
│   │   ├── SerialPortTest2.cpp
│   │   ├── SerialPortTest2Doc.cpp
│   │   ├── SerialPortTest2Doc.h
│   │   ├── SerialPortTest2.dsp
│   │   ├── SerialPortTest2.dsw
│   │   ├── SerialPortTest2.h
│   │   ├── SerialPortTest2.ncb
│   │   ├── SerialPortTest2.opt
│   │   ├── SerialPortTest2.plg
│   │   ├── SerialPortTest2.rc
│   │   ├── SerialPortTest2View.cpp
│   │   ├── SerialPortTest2View.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 0204
│   ├── NNTest
│   │   ├── NNTest.aps
│   │   ├── NNTest.clw
│   │   ├── NNTest.cpp
│   │   ├── NNTestDlg.cpp
│   │   ├── NNTestDlg.h
│   │   ├── NNTest.dsp
│   │   ├── NNTest.dsw
│   │   ├── NNTest.h
│   │   ├── NNTest.ncb
│   │   ├── NNTest.opt
│   │   ├── NNTest.plg
│   │   ├── NNTest.rc
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── NNTest.ico
│   │   │   └── NNTest.rc2
│   │   ├── Resource.h
│   │   ├── SerialPort.cpp
│   │   ├── SerialPort.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 改进后的类文件
│   ├── SerialPort.cpp
│   └── SerialPort.h
├── 03
│   ├── 0303
│   │   ├── SDIComm
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── MSCOMM.CPP
│   │   │   ├── MSCOMM.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── RES
│   │   │   │   ├── SDICommDoc.ico
│   │   │   │   ├── SDIComm.ico
│   │   │   │   ├── SDIComm.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── SDIComm.aps
│   │   │   ├── SDIComm.clw
│   │   │   ├── SDIComm.cpp
│   │   │   ├── SDICommDoc.cpp
│   │   │   ├── SDICommDoc.h
│   │   │   ├── SDIComm.dsp
│   │   │   ├── SDIComm.dsw
│   │   │   ├── SDIComm.h
│   │   │   ├── SDIComm.ncb
│   │   │   ├── SDIComm.opt
│   │   │   ├── SDIComm.plg
│   │   │   ├── SDIComm.rc
│   │   │   ├── SDICommView.cpp
│   │   │   ├── SDICommView.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── SDICOMM.ZIP
│   ├── 0304
│   │   └── MSCommMultiPort
│   │   ├── MSCOMM.CPP
│   │   ├── MSCOMM.H
│   │   ├── MSCommMultiPort.aps
│   │   ├── MSCommMultiPort.clw
│   │   ├── MSCommMultiPort.cpp
│   │   ├── MSCommMultiPortDlg.cpp
│   │   ├── MSCommMultiPortDlg.h
│   │   ├── MSCommMultiPort.dsp
│   │   ├── MSCommMultiPort.dsw
│   │   ├── MSCommMultiPort.h
│   │   ├── MSCommMultiPort.ncb
│   │   ├── MSCommMultiPort.opt
│   │   ├── MSCommMultiPort.plg
│   │   ├── MSCommMultiPort.rc
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── MSCommMultiPort.ico
│   │   │   └── MSCommMultiPort.rc2
│   │   ├── RESOURCE.H
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 0305
│   └── ModemComm
│   ├── ModemComm.aps
│   ├── ModemComm.clw
│   ├── ModemComm.cpp
│   ├── ModemCommDlg.cpp
│   ├── ModemCommDlg.h
│   ├── ModemComm.dsp
│   ├── ModemComm.dsw
│   ├── ModemComm.h
│   ├── ModemComm.ncb
│   ├── ModemComm.opt
│   ├── ModemComm.plg
│   ├── ModemComm.rc
│   ├── mscomm.cpp
│   ├── mscomm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── ModemComm.ico
│   │   └── ModemComm.rc2
│   ├── Resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 04
│   ├── 0406
│   │   └── Term
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── TermDoc.ico
│   │   │   ├── Term.ico
│   │   │   └── Term.rc2
│   │   ├── RESOURCE.H
│   │   ├── SetupDlg.cpp
│   │   ├── SetupDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Term.aps
│   │   ├── Term.clw
│   │   ├── Term.cpp
│   │   ├── TermDoc.cpp
│   │   ├── TermDoc.h
│   │   ├── Term.dsp
│   │   ├── Term.dsw
│   │   ├── Term.h
│   │   ├── Term.ncb
│   │   ├── Term.opt
│   │   ├── Term.plg
│   │   ├── Term.rc
│   │   ├── TermView.cpp
│   │   └── TermView.h
│   └── 0407
│   └── ApiComm
│   ├── ApiComm.aps
│   ├── ApiComm.clw
│   ├── ApiComm.cpp
│   ├── ApiCommDlg.cpp
│   ├── ApiCommDlg.h
│   ├── ApiComm.dsp
│   ├── ApiComm.dsw
│   ├── ApiComm.h
│   ├── ApiComm.ncb
│   ├── ApiComm.opt
│   ├── ApiComm.plg
│   ├── ApiComm.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── ApiComm.ico
│   │   └── ApiComm.rc2
│   ├── Resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 05
│   ├── SCOMMV23
│   │   ├── AnimateDlgIcon.cpp
│   │   ├── AnimateDlgIcon.h
│   │   ├── HYPERLINK.CPP
│   │   ├── HYPERLINK.H
│   │   ├── LABEL.CPP
│   │   ├── LABEL.H
│   │   ├── PushPin.cpp
│   │   ├── PushPin.h
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── ANIM.BMP
│   │   │   ├── choosepath.ico
│   │   │   ├── COMM.ICO
│   │   │   ├── CURSOR1.CUR
│   │   │   ├── GJWTECH1.ICO
│   │   │   ├── GREEN.ICO
│   │   │   ├── ICON_GRE.ICO
│   │   │   ├── icon_not1.ico
│   │   │   ├── ICON_NOT.ICO
│   │   │   ├── ICON_ON1.ICO
│   │   │   ├── ICON_ON.ICO
│   │   │   ├── OFF.ICO
│   │   │   ├── Pinned2.bmp
│   │   │   ├── Pinned.bmp
│   │   │   ├── RED.ICO
│   │   │   ├── SCOMM.RC2
│   │   │   ├── UNPINNED.BMP
│   │   │   ├── xiaofengstudio.bmp
│   │   │   └── xiaofengstudio.ico
│   │   ├── RESOURCE.H
│   │   ├── SCOMM.APS
│   │   ├── SCOMM.clw
│   │   ├── Scomm.cpp
│   │   ├── SCOMMDlg.cpp
│   │   ├── SCOMMDlg.h
│   │   ├── SCOMM.DSP
│   │   ├── SCOMM.DSW
│   │   ├── SCOMM.H
│   │   ├── SCOMM.NCB
│   │   ├── SCOMM.OPT
│   │   ├── SCOMM.plg
│   │   ├── SCOMM.RC
│   │   ├── SerialPort.cpp
│   │   ├── SerialPort.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── SCOMMV23.rar
├── 06
│   ├── 0603
│   │   ├── GSerial.cpp
│   │   └── Gserial.h
│   ├── 0604
│   │   ├── GSerial.cpp
│   │   └── Gserial.h
│   └── comrxtx.cpp
├── 07
│   ├── 0703
│   │   ├── CRCProgram
│   │   │   ├── CRCProgram.aps
│   │   │   ├── CRCProgram.clw
│   │   │   ├── CRCProgram.cpp
│   │   │   ├── CRCProgramDlg.cpp
│   │   │   ├── CRCProgramDlg.h
│   │   │   ├── CRCProgram.dsp
│   │   │   ├── CRCProgram.dsw
│   │   │   ├── CRCProgram.h
│   │   │   ├── CRCProgram.ncb
│   │   │   ├── CRCProgram.opt
│   │   │   ├── CRCProgram.plg
│   │   │   ├── CRCProgram.rc
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CRCProgram.ico
│   │   │   │   └── CRCProgram.rc2
│   │   │   ├── resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── CRCProgram.rar
│   └── 0704
│   └── SerialPortTest
│   ├── ReadMe.txt
│   ├── RES
│   │   ├── OFF.ICO
│   │   ├── RED.ICO
│   │   ├── SerialPortTest.ico
│   │   ├── SerialPortTest.rc2
│   │   └── Thumbs.db
│   ├── RESOURCE.H
│   ├── SerialPort.cpp
│   ├── SerialPort.h
│   ├── SerialPortTest.aps
│   ├── SerialPortTest.clw
│   ├── SerialPortTest.cpp
│   ├── SerialPortTestDlg.cpp
│   ├── SerialPortTestDlg.h
│   ├── SerialPortTest.dsp
│   ├── SerialPortTest.dsw
│   ├── SerialPortTest.h
│   ├── SerialPortTest.ncb
│   ├── SerialPortTest.opt
│   ├── SerialPortTest.plg
│   ├── SerialPortTest.rc
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 08
│   ├── 0801
│   │   └── keilc
│   │   ├── scommtest
│   │   ├── scommtest.lnp
│   │   ├── scommtest.M51
│   │   ├── scommtest.Opt
│   │   ├── scommtest_Opt.Bak
│   │   ├── scommtest.plg
│   │   ├── scommtest.Uv2
│   │   ├── scommtest_Uv2.Bak
│   │   ├── test0c.c
│   │   ├── test0c.LST
│   │   └── test0c.OBJ
│   └── 0802
│   ├── 实例一
│   │   └── example1.c
│   └── 实例二
│   └── example2.c
├── 09
│   ├── 0901
│   │   └── NPort5400setup.exe
│   ├── 0903
│   │   ├── ReadCompass
│   │   │   ├── 921.mdb
│   │   │   ├── ChildFrm.cpp
│   │   │   ├── ChildFrm.h
│   │   │   ├── Draw.cpp
│   │   │   ├── Draw.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── mscomm.cpp
│   │   │   ├── mscomm.h
│   │   │   ├── ReadCompass.aps
│   │   │   ├── ReadCompass.clw
│   │   │   ├── ReadCompass.cpp
│   │   │   ├── ReadCompassDoc.cpp
│   │   │   ├── ReadCompassDoc.h
│   │   │   ├── ReadCompass.dsp
│   │   │   ├── ReadCompass.dsw
│   │   │   ├── ReadCompass.h
│   │   │   ├── ReadCompass.ncb
│   │   │   ├── ReadCompass.opt
│   │   │   ├── ReadCompass.plg
│   │   │   ├── ReadCompass.rc
│   │   │   ├── ReadCompassSet.cpp
│   │   │   ├── ReadCompassSet.h
│   │   │   ├── ReadCompassView.cpp
│   │   │   ├── ReadCompassView.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ReadCompassDoc.ico
│   │   │   │   ├── ReadCompass.ico
│   │   │   │   ├── ReadCompass.rc2
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── 调试助手2.1----9.3.exe
│   ├── 0904
│   │   ├── SClient
│   │   │   ├── MySocket.cpp
│   │   │   ├── MySocket.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── RES
│   │   │   │   ├── SClient.ico
│   │   │   │   └── SClient.rc2
│   │   │   ├── RESOURCE.H
│   │   │   ├── SClient.aps
│   │   │   ├── SClient.clw
│   │   │   ├── SClient.cpp
│   │   │   ├── SClientDlg.cpp
│   │   │   ├── SClientDlg.h
│   │   │   ├── SClient.dsp
│   │   │   ├── SClient.dsw
│   │   │   ├── SClient.h
│   │   │   ├── SClient.ncb
│   │   │   ├── SClient.opt
│   │   │   ├── SClient.plg
│   │   │   ├── SClient.rc
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── SServer
│   │   ├── AcceptSocket.cpp
│   │   ├── AcceptSocket.h
│   │   ├── ListenSocket.cpp
│   │   ├── ListenSocket.h
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── SServer.ico
│   │   │   └── SServer.rc2
│   │   ├── RESOURCE.H
│   │   ├── SerialPort.cpp
│   │   ├── SerialPort.h
│   │   ├── SServer.aps
│   │   ├── SServer.clw
│   │   ├── SServer.cpp
│   │   ├── SServerDlg.cpp
│   │   ├── SServerDlg.h
│   │   ├── SServer.dsp
│   │   ├── SServer.dsw
│   │   ├── SServer.h
│   │   ├── SServer.ncb
│   │   ├── SServer.opt
│   │   ├── SServer.plg
│   │   ├── SServer.rc
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 0905
│   │   └── CommSocket
│   │   ├── CommSocket.aps
│   │   ├── CommSocket.clw
│   │   ├── CommSocket.cpp
│   │   ├── CommSocketDlg.cpp
│   │   ├── CommSocketDlg.h
│   │   ├── CommSocket.dsp
│   │   ├── CommSocket.dsw
│   │   ├── CommSocket.h
│   │   ├── CommSocket.ncb
│   │   ├── CommSocket.opt
│   │   ├── CommSocket.plg
│   │   ├── CommSocket.rc
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── CommSocket.ico
│   │   │   └── CommSocket.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── WSocket.cpp
│   │   └── WSocket.h
│   ├── 0906
│   │   ├── DisplayCon
│   │   │   ├── DisplayCon.aps
│   │   │   ├── DisplayCon.clw
│   │   │   ├── DisplayCon.cpp
│   │   │   ├── DisplayConDlg.cpp
│   │   │   ├── DisplayConDlg.h
│   │   │   ├── DisplayCon.dsp
│   │   │   ├── DisplayCon.dsw
│   │   │   ├── DisplayCon.h
│   │   │   ├── DisplayCon.ncb
│   │   │   ├── DisplayCon.opt
│   │   │   ├── DisplayCon.plg
│   │   │   ├── DisplayCon.rc
│   │   │   ├── EDITEX.CXX
│   │   │   ├── EDITEX.HXX
│   │   │   ├── LOGFONT.HXX
│   │   │   ├── mscomm.cpp
│   │   │   ├── mscomm.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── DisplayCon.ico
│   │   │   │   └── DisplayCon.rc2
│   │   │   ├── resource.fd
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── RemoteCon
│   │   ├── mscomm.cpp
│   │   ├── mscomm.h
│   │   ├── ReadMe.txt
│   │   ├── RemoteCon.aps
│   │   ├── RemoteCon.clw
│   │   ├── RemoteCon.cpp
│   │   ├── RemoteConDlg.cpp
│   │   ├── RemoteConDlg.h
│   │   ├── RemoteCon.dsp
│   │   ├── RemoteCon.dsw
│   │   ├── RemoteCon.h
│   │   ├── RemoteCon.ncb
│   │   ├── RemoteCon.opt
│   │   ├── RemoteCon.plg
│   │   ├── RemoteCon.rc
│   │   ├── res
│   │   │   ├── RemoteCon.ico
│   │   │   └── RemoteCon.rc2
│   │   ├── resource.fd
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 0907
│   ├── MyQQClient
│   │   ├── LoginLoad.cpp
│   │   ├── LoginLoad.h
│   │   ├── MainSocket.cpp
│   │   ├── MainSocket.h
│   │   ├── Message.h
│   │   ├── MyQQClient.aps
│   │   ├── MyQQClient.clw
│   │   ├── MyQQClient.cpp
│   │   ├── MyQQClientDlg.cpp
│   │   ├── MyQQClientDlg.h
│   │   ├── MyQQClient.dsp
│   │   ├── MyQQClient.dsw
│   │   ├── MyQQClient.h
│   │   ├── MyQQClient.ncb
│   │   ├── MyQQClient.opt
│   │   ├── MyQQClient.plg
│   │   ├── MyQQClient.rc
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MyQQClient.ico
│   │   │   └── MyQQClient.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── TypeDef.h
│   ├── MyQQ.rar
│   └── MyQQServer
│   ├── ClientSocket.cpp
│   ├── ClientSocket.h
│   ├── Message.h
│   ├── MyQQServer.aps
│   ├── MyQQServer.clw
│   ├── MyQQServer.cpp
│   ├── MyQQServerDlg.cpp
│   ├── MyQQServerDlg.h
│   ├── MyQQServer.dsp
│   ├── MyQQServer.dsw
│   ├── MyQQServer.h
│   ├── MyQQServer.ncb
│   ├── MyQQServer.opt
│   ├── MyQQServer.plg
│   ├── MyQQServer.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── MyQQServer.ico
│   │   └── MyQQServer.rc2
│   ├── Resource.h
│   ├── ServerSocket.cpp
│   ├── ServerSocket.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── Typedef.h
├── 12
│   ├── COMMHOOK.CPP
│   ├── COMMHOOK.H
│   ├── COMMHOOK.VXD
│   └── SerialPortVxD
│   ├── CHT.log
│   ├── COMMHOOK.h
│   ├── MyListCtrl.cpp
│   ├── MyListCtrl.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── SerialPortVxD.ico
│   │   └── SerialPortVxD.rc2
│   ├── resource.h
│   ├── SerialPortVxD.aps
│   ├── SerialPortVxD.clw
│   ├── SerialPortVxD.cpp
│   ├── SerialPortVxDDlg.cpp
│   ├── SerialPortVxDDlg.h
│   ├── SerialPortVxD.dsp
│   ├── SerialPortVxD.dsw
│   ├── SerialPortVxD.h
│   ├── SerialPortVxD.ncb
│   ├── SerialPortVxD.opt
│   ├── SerialPortVxD.plg
│   ├── SerialPortVxD.rc
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 13
│   └── 1304
│   └── Demo(p3atRobotControl)
│   ├── Command.h
│   ├── demo.aps
│   ├── demo.clw
│   ├── demo.cpp
│   ├── demoDlg.cpp
│   ├── demoDlg.h
│   ├── demo.dsp
│   ├── demo.dsw
│   ├── demo.h
│   ├── demo.ncb
│   ├── demo.opt
│   ├── demo.plg
│   ├── demo.rc
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 33.BMP
│   │   ├── demo.ico
│   │   ├── demo.rc2
│   │   ├── Drawing1.bmp
│   │   ├── ICON_NOT.ICO
│   │   ├── ICON_ON.ICO
│   │   └── IMGP03256.bmp
│   ├── Resource.h
│   ├── SerialPort.cpp
│   ├── SerialPort.h
│   ├── SetCurStatus.h
│   ├── SetMovementStatus.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 串口调试助手
│   ├── help.htm
│   └── 串口调试助手V2.2.exe
└── 光盘使用说明.txt

89 directories, 587 files

实例下载地址

《Visual C++ Turbo C串口通信编程实践》随书光盘源代码以及串口调试工具

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警