基本信息
源码名称:VS2005 C++串口通信程序
源码大小:7.41M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
VS2005 C 串口通信程序
05和VC6.0还是有些区别的,论坛上没找到05的,自己写的串口通信程序,写的时候参考了csdn上不少通信例程,发现很多都坑爹,肯定都有这样那样的错误,这个是改好了的版本,解决了多线程,unicode和多字节等问题,希望...

.
├── VS2005 C 串口通信程序_comtest.rar
└── comtest
    ├── comtest
    │   ├── Debug
    │   │   ├── BuildLog.htm
    │   │   ├── SerialPortControl.obj
    │   │   ├── comtest.exe.embed.manifest
    │   │   ├── comtest.exe.embed.manifest.res
    │   │   ├── comtest.exe.intermediate.manifest
    │   │   ├── comtest.obj
    │   │   ├── comtest.pch
    │   │   ├── comtest.res
    │   │   ├── comtestDlg.obj
    │   │   ├── mt.dep
    │   │   ├── stdafx.obj
    │   │   ├── vc80.idb
    │   │   └── vc80.pdb
    │   ├── ReadMe.txt
    │   ├── SerialPortControl.cpp
    │   ├── SerialPortControl.h
    │   ├── comtest.aps
    │   ├── comtest.cpp
    │   ├── comtest.h
    │   ├── comtest.rc
    │   ├── comtest.vcproj
    │   ├── comtest.vcproj.MLF-1BA84ED7997.Administrator.user
    │   ├── comtestDlg.cpp
    │   ├── comtestDlg.h
    │   ├── res
    │   │   ├── comtest.ico
    │   │   └── comtest.rc2
    │   ├── resource.h
    │   ├── stdafx.cpp
    │   └── stdafx.h
    ├── comtest.ncb
    ├── comtest.sln
    ├── comtest.suo
    └── debug
        ├── comtest.exe
        ├── comtest.ilk
        └── comtest.pdb

5 directories, 36 files