CSerial类在vs2015中开发的简单串口通信程序

上传者: movenostop | 上传时间: 2021-09-26 16:05:21 | 文件大小: 53.3MB | 文件类型: RAR
该例程在VS2015开发环境中,使用CSerial类,实现了串口通信。可发送和接收字符串,设置串口常见属性,并支持在此基础上改写。

文件下载

资源详情

[{"title":"( 44 个子文件 53.3MB ) CSerial类在vs2015中开发的简单串口通信程序","children":[{"title":"MFCApplication2","children":[{"title":".vs","children":[{"title":"MFCApplication2","children":[{"title":"v14","children":[{"title":".suo <span style='color:#111;'> 64.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"MFCApplication2.sdf <span style='color:#111;'> 88.13MB </span>","children":null,"spread":false},{"title":"MFCApplication2","children":[{"title":"stdafx.cpp <span style='color:#111;'> 148B </span>","children":null,"spread":false},{"title":"MFCApplication2.cpp <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"res","children":[{"title":"MFCApplication2.rc2 <span style='color:#111;'> 686B </span>","children":null,"spread":false},{"title":"MFCApplication2.ico <span style='color:#111;'> 66.19KB </span>","children":null,"spread":false}],"spread":true},{"title":"stdafx.h <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"MFCApplication2.aps <span style='color:#111;'> 107.13KB </span>","children":null,"spread":false},{"title":"targetver.h <span style='color:#111;'> 240B </span>","children":null,"spread":false},{"title":"MFCApplication2.vcxproj.user <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"MFCApplication2.h <span style='color:#111;'> 497B </span>","children":null,"spread":false},{"title":"MFCApplication2Dlg.cpp <span style='color:#111;'> 5.99KB </span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"MFCApplication2.vcxproj <span style='color:#111;'> 10.67KB </span>","children":null,"spread":false},{"title":"SerialPort.cpp <span style='color:#111;'> 17.13KB </span>","children":null,"spread":false},{"title":"MFCApplication2.vcxproj.filters <span style='color:#111;'> 2.24KB </span>","children":null,"spread":false},{"title":"MFCApplication2Dlg.h <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc140.pdb <span style='color:#111;'> 8.66MB </span>","children":null,"spread":false},{"title":"SerialPort.obj <span style='color:#111;'> 78.90KB </span>","children":null,"spread":false},{"title":"stdafx.obj <span style='color:#111;'> 898.96KB </span>","children":null,"spread":false},{"title":"MFCApplication2.tlog","children":[{"title":"CL.write.1.tlog <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"CL.read.1.tlog <span style='color:#111;'> 71.26KB </span>","children":null,"spread":false},{"title":"rc.write.1.tlog <span style='color:#111;'> 254B </span>","children":null,"spread":false},{"title":"rc.read.1.tlog <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false},{"title":"CL.command.1.tlog <span style='color:#111;'> 3.14KB </span>","children":null,"spread":false},{"title":"MFCApplication2.lastbuildstate <span style='color:#111;'> 156B </span>","children":null,"spread":false},{"title":"link.write.1.tlog <span style='color:#111;'> 934B </span>","children":null,"spread":false},{"title":"link.command.1.tlog <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"rc.command.1.tlog <span style='color:#111;'> 404B </span>","children":null,"spread":false},{"title":"link.read.1.tlog <span style='color:#111;'> 5.72KB </span>","children":null,"spread":false}],"spread":false},{"title":"vc140.idb <span style='color:#111;'> 2.26MB </span>","children":null,"spread":false},{"title":"MFCApplication2.res <span style='color:#111;'> 68.62KB </span>","children":null,"spread":false},{"title":"MFCApplication2.pch <span style='color:#111;'> 58.63MB </span>","children":null,"spread":false},{"title":"MFCApplication2Dlg.obj <span style='color:#111;'> 70.48KB </span>","children":null,"spread":false},{"title":"MFCApplication2.log <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"MFCApplication2.obj <span style='color:#111;'> 68.30KB </span>","children":null,"spread":false}],"spread":false},{"title":"SerialPort.h <span style='color:#111;'> 2.92KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 3.92KB </span>","children":null,"spread":false},{"title":"MFCApplication2.rc <span style='color:#111;'> 12.70KB </span>","children":null,"spread":false}],"spread":false},{"title":"MFCApplication2.sln <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"ipch","children":[{"title":"MFCAPPLICATION2-31847cd6","children":[{"title":"MFCAPPLICATION2-e9b81fa8.ipch <span style='color:#111;'> 95.56MB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Debug","children":[{"title":"MFCApplication2.pdb <span style='color:#111;'> 7.80MB </span>","children":null,"spread":false},{"title":"MFCApplication2.ilk <span style='color:#111;'> 1.61MB </span>","children":null,"spread":false},{"title":"MFCApplication2.exe <span style='color:#111;'> 217.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • mk205 :
    是CSerialPort类,不是CSerial类,骗子,分还这么贵。
    2019-12-03
  • qq1112880 :
    感觉不好用,另外在网上又找了一个。
    2018-07-06
  • l66666250 :
    这个应该是在2015的上面开发的,并且下载后找到了有exe的可执行文件,但是在代码中没有文档注释,看起来有些吃力
    2018-02-13
  • lfh001001 :
    网络不好,没下载成功。重新下载还需要评论?
    2017-11-30
  • wen6318 :
    大概看了下,好像没多大用处。等我具体看完再回来评论。
    2017-05-03

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明