用lisp编写串口助手源代码_一个很好用的串口调试助手及源码

【实例简介】

一个很好用的串口调试助手及源码,功能相当强大,里面有基于VC6平台的测试demo及源码

【实例截图】

【核心代码】

CnComm

└── CnComm

├── CnComm.chm

├── Examples

│   ├── CBC

│   │   ├── CnCommTest.bpr

│   │   ├── CnCommTest.cpp

│   │   ├── CnCommTest.exe

│   │   ├── CnCommTest.res

│   │   ├── Unit1.cpp

│   │   ├── Unit1.ddp

│   │   ├── Unit1.dfm

│   │   └── Unit1.h

│   ├── doc_0.cpp

│   ├── doc_1.cpp

│   ├── doc_2.cpp

│   ├── doc_3.cpp

│   ├── EVC

│   │   ├── newres.h

│   │   ├── out1.txt

│   │   ├── out.txt

│   │   ├── ReadMe.txt

│   │   ├── res

│   │   │   ├── test.ico

│   │   │   └── test.rc2

│   │   ├── Resource.h

│   │   ├── StdAfx.cpp

│   │   ├── StdAfx.h

│   │   ├── test.aps

│   │   ├── test.cpp

│   │   ├── testDlg.cpp

│   │   ├── testDlg.h

│   │   ├── test.h

│   │   ├── test.rc

│   │   ├── test.vcb

│   │   ├── test.vcc

│   │   ├── test.vcl

│   │   ├── test.vco

│   │   ├── test.vcp

│   │   └── test.vcw

│   ├── VC6

│   │   ├── CnCommDlg.cpp

│   │   ├── CnCommDlg.h

│   │   ├── CnHyperlink.cpp

│   │   ├── CnHyperlink.h

│   │   ├── DcbDlg.cpp

│   │   ├── DcbDlg.h

│   │   ├── MemDC.h

│   │   ├── PropertiesDlg.cpp

│   │   ├── PropertiesDlg.h

│   │   ├── ReadMe.txt

│   │   ├── res

│   │   │   ├── LedOff.ico

│   │   │   ├── LedOn.ico

│   │   │   ├── VC6.ico

│   │   │   └── VC6.rc2

│   │   ├── resource.h

│   │   ├── SerialDlg.cpp

│   │   ├── SerialDlg.h

│   │   ├── StdAfx.cpp

│   │   ├── StdAfx.h

│   │   ├── TimeoutsDlg.cpp

│   │   ├── TimeoutsDlg.h

│   │   ├── VC6.APS

│   │   ├── VC6.clw

│   │   ├── VC6.cpp

│   │   ├── VC6.dsp

│   │   ├── VC6.dsw

│   │   ├── VC6.h

│   │   ├── VC6.ncb

│   │   ├── VC6.opt

│   │   ├── VC6.plg

│   │   └── VC6.rc

│   └── VS2005

│   ├── CnCommTest.cpp

│   ├── CnCommTestDlg.cpp

│   ├── CnCommTestDlg.h

│   ├── CnCommTest.h

│   ├── CnCommTestppc.aps

│   ├── CnCommTestppc.rc

│   ├── CnCommTest.sln

│   ├── CnCommTest.suo

│   ├── CnCommTest.vcproj

│   ├── CnCommTest.vcproj.wujian-PC.wujian.user

│   ├── CxLog.h

│   ├── DialogWide.cpp

│   ├── DialogWide.h

│   ├── ReadMe.txt

│   ├── res

│   │   ├── CnCommTest.ico

│   │   ├── CnCommTestppc.rc2

│   │   ├── LedOff.ico

│   │   └── LedOn.ico

│   ├── resourceppc.h

│   ├── stdafx.cpp

│   └── stdafx.h

├── Src

│   └── CnComm.h

└── VC6

├── CnCommDlg.cpp

├── CnCommDlg.h

├── CnComm.h

├── CnHyperlink.cpp

├── CnHyperlink.h

├── DcbDlg.cpp

├── DcbDlg.h

├── Debug

│   ├── CnCommDlg.obj

│   ├── CnCommDlg.sbr

│   ├── CnHyperlink.obj

│   ├── CnHyperlink.sbr

│   ├── DcbDlg.obj

│   ├── DcbDlg.sbr

│   ├── PropertiesDlg.obj

│   ├── PropertiesDlg.sbr

│   ├── SerialDlg.obj

│   ├── SerialDlg.sbr

│   ├── StdAfx.obj

│   ├── StdAfx.sbr

│   ├── TimeoutsDlg.obj

│   ├── TimeoutsDlg.sbr

│   ├── vc60.idb

│   ├── vc60.pdb

│   ├── VC6.bsc

│   ├── VC6.exe

│   ├── VC6.ilk

│   ├── VC6.obj

│   ├── VC6.pch

│   ├── VC6.pdb

│   ├── VC6.res

│   └── VC6.sbr

├── MemDC.h

├── PropertiesDlg.cpp

├── PropertiesDlg.h

├── ReadMe.txt

├── res

│   ├── LedOff.ico

│   ├── LedOn.ico

│   ├── VC6.ico

│   └── VC6.rc2

├── resource.h

├── SerialDlg.cpp

├── SerialDlg.h

├── StdAfx.cpp

├── StdAfx.h

├── TimeoutsDlg.cpp

├── TimeoutsDlg.h

├── VC6.APS

├── VC6.clw

├── VC6.cpp

├── VC6.dsp

├── VC6.dsw

├── VC6.h

├── VC6.ncb

├── VC6.opt

├── VC6.plg

└── VC6.rc

13 directories, 143 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值