在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C TurboC串口通信编程实践(第2版)随书光盘

Visual C TurboC串口通信编程实践(第2版)随书光盘

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.23M
  • 下载次数:6
  • 浏览次数:86
  • 发布时间:2020-08-03
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C TurboC串口通信编程实践(第2版)随书光盘
【实例截图】
【核心代码】
VisualCTurboC串口通信编程实践(第2版)龚建伟熊光明随书光盘
└── 串口通信编程实践
├── 串口调试助手
│   ├── help.htm
│   └── 串口调试助手V2.2.exe
├── 第01章
│   ├── 0102
│   │   ├── scommtest
│   │   │   ├── MSCOMM.CPP
│   │   │   ├── MSCOMM.H
│   │   │   ├── ReadMe.txt
│   │   │   ├── RES
│   │   │   │   ├── SCommTest.ico
│   │   │   │   └── SCommTest.rc2
│   │   │   ├── 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
│   │   └── scommtest.zip
│   └── 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
│   │   ├── 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章
│   └── 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
├── 第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
├── 第06章
│   ├── 0603
│   │   ├── GSerial.cpp
│   │   └── Gserial.h
│   ├── 0604
│   │   ├── GSerial.cpp
│   │   └── Gserial.h
│   └── comrxtx.cpp
├── 第07章
│   └── SerialPortTest
│   ├── ReadMe.txt
│   ├── RES
│   │   ├── OFF.ICO
│   │   ├── RED.ICO
│   │   ├── SerialPortTest.ico
│   │   └── SerialPortTest.rc2
│   ├── 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章
│   ├── 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
├── 第10章
│   └── 1001
│   ├── SmsTest
│   │   ├── Comm.cpp
│   │   ├── Comm.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── settings.ico
│   │   │   ├── SmsTestDoc.ico
│   │   │   ├── SmsTest.ico
│   │   │   ├── SmsTest.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── SettingsDlg.cpp
│   │   ├── SettingsDlg.h
│   │   ├── Sms.cpp
│   │   ├── Sms.h
│   │   ├── SmsTest.cpp
│   │   ├── SmsTestDoc.cpp
│   │   ├── SmsTestDoc.h
│   │   ├── SmsTest.dsp
│   │   ├── SmsTest.dsw
│   │   ├── SmsTest.h
│   │   ├── SmsTest.rc
│   │   ├── SmsTestView.cpp
│   │   ├── SmsTestView.h
│   │   ├── SmsTraffic.cpp
│   │   ├── SmsTraffic.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── SmsTest.rar
└── 第12章
├── 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

72 directories, 459 files

标签:

实例下载地址

Visual C TurboC串口通信编程实践(第2版)随书光盘

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警