搜索资源列表
CPortv3.1
- CPort v3.1 串口控件-CPort v3.1 serial control ... ... ... ... ...
cport
- 这是个完成端口例子,希望对学习完成端口方面有一些帮助.-This is a complete port example, and I hope to complete the study ports have some help.
Cportv2.0.ZIP
- Serial Communications Library for C/C++ ,Cport is a registered trademark of Bri Productions. All other product and brand names are trademarks or registered trademarks of their respective holders -Serial Communications Library for C / C, Cp
Source
- 串口测试软件,使用到CPort控件,实现自动测试,手工测试
RadioData_0908
- 使用Cport控件开发的串口通讯软件,用于无线电台遥测使用,分站点轮询、点检两种方式,采集到的数据保存在MSSQL2000数据库中便于日后查看。
cport v3.1
- 串口编程 控件
CPORT
- CPORT中文版详细说明书,适合用于COM口的编程!-CPORT
CPORT
- 用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial communication lines to the co
CPort
- CSerialPort是基于多线程的,其工作流程如下:首先设置好串口参数,再开启串口监测工作线程,串口监测工作线程监测到串口接收到的数据、流控制事件或其它串口事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理,这是对接收数据而言的;发送数据可直接向串口发送。 -CSerialPort is based on multi-threaded, its workflow is as follows: First, set the serial port parameters, and
cport3.10
- Cport串口通讯-C++ builder/Delphi can be used Cport serial communication program!
CPort串口的delphi应用
- spcomm和CPort都是delphi的串口控件,cport的好处是实时性更好,包里面有详细说明及例程。