嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Visual C 串口通信开发与编程实践源代码
该学习资料是周韧研老师所编写的《VisualC 串口通信开发入门与编程实践》这本书的源代码,是一本很好的串口通信的书籍
.
├── 周韧研 Visual C 串口通信开发与编程实践代码
│ ├── Ch1
│ │ └── 113
│ │ ├── MIL.log
│ │ ├── cnoise.m
│ │ ├── cpplot.m
│ │ ├── noisetb.ic0
│ │ ├── noisetb.lis
│ │ ├── noisetb.sp
│ │ ├── noisetb.st0
│ │ └── noisetb.tr0
│ ├── Ch4
│ │ └── HelloWorld
│ │ ├── HelloWorld.cpp
│ │ ├── HelloWorldVC6.dsp
│ │ ├── HelloWorldVC6.dsw
│ │ ├── HelloWorldVC7.sln
│ │ ├── HelloWorldVC7.suo
│ │ ├── HelloWorldVC7.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Ch5
│ │ ├── HelloWorld
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ └── HelloWorldVC7.exe
│ │ │ ├── HelloWorld.cpp
│ │ │ ├── HelloWorldVC6.dsp
│ │ │ ├── HelloWorldVC6.dsw
│ │ │ ├── HelloWorldVC7.sln
│ │ │ ├── HelloWorldVC7.suo
│ │ │ ├── HelloWorldVC7.vcproj
│ │ │ ├── PPP.txt
│ │ │ ├── Release
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── HelloWorldVC6.exe
│ │ │ │ └── HelloWorldVC7.exe
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── cstest
│ │ │ ├── CSerial
│ │ │ │ ├── Serial.cpp
│ │ │ │ ├── Serial.h
│ │ │ │ ├── SerialEx.cpp
│ │ │ │ ├── SerialEx.h
│ │ │ │ ├── SerialMFC.h
│ │ │ │ ├── SerialWnd.cpp
│ │ │ │ └── SerialWnd.h
│ │ │ ├── HelloWorld
│ │ │ │ ├── HelloWorld.dsp
│ │ │ │ ├── HelloWorld.dsw
│ │ │ │ ├── HelloWorld.sln
│ │ │ │ ├── HelloWorld.suo
│ │ │ │ ├── HelloWorld.vcproj
│ │ │ │ └── main.cpp
│ │ │ ├── Listener
│ │ │ │ ├── Listener.dsp
│ │ │ │ ├── Listener.dsw
│ │ │ │ ├── Listener.sln
│ │ │ │ ├── Listener.suo
│ │ │ │ ├── Listener.vcproj
│ │ │ │ └── main.cpp
│ │ │ ├── MFCCommAssist
│ │ │ │ ├── MFCCommAssist.cpp
│ │ │ │ ├── MFCCommAssist.dsp
│ │ │ │ ├── MFCCommAssist.dsw
│ │ │ │ ├── MFCCommAssist.h
│ │ │ │ ├── MFCCommAssist.rc
│ │ │ │ ├── MFCCommAssist.sln
│ │ │ │ ├── MFCCommAssist.suo
│ │ │ │ ├── MFCCommAssist.vcproj
│ │ │ │ ├── MFCCommAssistDlg.cpp
│ │ │ │ ├── MFCCommAssistDlg.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── MFCCommAssist.ico
│ │ │ │ │ ├── MFCCommAssist.manifest
│ │ │ │ │ └── MFCCommAssist.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── stdafx.cpp
│ │ │ │ └── stdafx.h
│ │ │ └── OvListener
│ │ │ ├── OvListener.dsp
│ │ │ ├── OvListener.dsw
│ │ │ ├── OvListener.sln
│ │ │ ├── OvListener.suo
│ │ │ ├── OvListener.vcproj
│ │ │ └── main.cpp
│ │ └── guitest
│ │ ├── SimpleDialog
│ │ │ ├── SimpleDialog.dsp
│ │ │ ├── SimpleDialog.dsw
│ │ │ ├── main.rc
│ │ │ ├── resource.h
│ │ │ └── tp.rct
│ │ └── SimpleWin
│ │ ├── SimpleWin.dsp
│ │ ├── SimpleWin.dsw
│ │ ├── SimpleWin.sln
│ │ ├── SimpleWin.suo
│ │ ├── SimpleWin.vcproj
│ │ └── main.cpp
│ ├── Ch6
│ │ ├── MTTest
│ │ │ ├── MTTest.pro
│ │ │ ├── MTTest.suo
│ │ │ ├── main.cpp
│ │ │ ├── mtconsole.cpp
│ │ │ ├── mtconsole.h
│ │ │ ├── mttest.cpp
│ │ │ ├── mttest.h
│ │ │ └── mttest.ui
│ │ ├── QtComAssist
│ │ │ ├── main.cpp
│ │ │ ├── qextserialbase.cpp
│ │ │ ├── qextserialbase.h
│ │ │ ├── qextserialport.cpp
│ │ │ ├── qextserialport.h
│ │ │ ├── qtcomassist.cpp
│ │ │ ├── qtcomassist.h
│ │ │ ├── qtcomassist.ui
│ │ │ ├── win_qextserialport.cpp
│ │ │ └── win_qextserialport.h
│ │ ├── QtConsoleCom
│ │ │ ├── QtConsoleCom.suo
│ │ │ ├── main.cpp
│ │ │ ├── qextserialbase.cpp
│ │ │ ├── qextserialbase.h
│ │ │ ├── qextserialport.cpp
│ │ │ ├── qextserialport.h
│ │ │ ├── uithread.h
│ │ │ ├── win_qextserialport.cpp
│ │ │ └── win_qextserialport.h
│ │ ├── TextViewer
│ │ │ ├── dlgmain.cpp
│ │ │ ├── dlgmain.h
│ │ │ ├── dlgmain.ui
│ │ │ └── main.cpp
│ │ └── hello_qt
│ │ ├── main.cpp
│ │ └── temp.pro
│ ├── ch10
│ │ └── 例程10-1SIEMENS系统采集:OnSerialMsg.cpp
│ ├── ch12
│ │ ├── 例程12.1关节脉冲式功能模块代码:CPMovj.cpp
│ │ ├── 例程12.2直线脉冲式功能模块代码:CPMovl.cpp
│ │ ├── 例程12.3关节坐标式功能模块代码:CMovj.cpp
│ │ ├── 例程12.4直线坐标式功能模块代码:CMovl.cpp
│ │ └── 例程12.5单步运动功能模块:SingleOperation.cpp
│ ├── ch7
│ │ ├── 例程7-1封面设计:CStartUpDlg.cpp
│ │ ├── 例程7-2主界面设计:CCommtestDlg.cpp
│ │ └── 例程7-3主程序调用配置对话框类:ConfigDlg.cpp
│ ├── ch9
│ │ ├── 例程9-1Xmodem传输协议的实现函数:xm_serDgetc.cpp
│ │ ├── 例程9-2CHECKSUM校验方法:check.cpp
│ │ ├── 例程9-3串口到以太网口文件传输源程序:xm_send.cpp
│ │ └── 例程9-4以太网口到串口文件传输源程序:net_send.cpp
│ └── 目录.txt
└── 好例子网_周韧研Visual C 串口通信开发与编程实践代码.zip
29 directories, 131 files