基本信息
源码名称:VisualC++串口通信编程实践包括串口调试助手源代码-
源码大小:1.04M
文件格式:.rar
开发语言:C/C++
更新时间:2023-10-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
VisualC 串口通信编程实践包括串口调试助手源代码-

.
├── 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