搜索资源列表
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
Tcomm
- 串口数据传输,用Tcomm或MSComm控件,该 pas文件做了一个类-serial data transfer, or use Tcomm MSComm control, the paper has done a pas a Category
CommTest
- 一个使用SerialsPort类的多线程串口通信程序,告别使用MS控件的历史。
SCOMMV23
- 可实现串口通信与调试 ,功能强大,使用方便,区别于微软公司制作的mscomm类,作者自己编写了一个串口类,无需注册控件,自动生成release文件,在没有装VC的机器上也能运行
一个基于API的VB.net串口通讯类
- 一个基于API的Vb.net的串口通讯控件,使得串口编程更加方便-an API based on the Serial Communications Programming controls, making programming more convenient Serial
RegMscomm.h
- 注册MSCOMM控件类
serial-communication
- 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于Visual c++和Tubor C的,第二个是多线程串口编程工具Cserialport类得,第三个是控件MSCOmm串口编程的,第四个是windos API串口编程的,第五个是串口调试助手V2.2的源代码-Archive content is about serial programming, a total of five parts, the first is to test a small program, based
serial
- 改写的串口编程类,适合使用非控件编程使用,很好用的一个类.-To rewrite the serial programming categories, well used.
CSerialPorts
- 基于CSerialPort串口类的的出口通信,比用串口通信控件更方便。-Based on the export of the class CSerialPort serial communications, serial communication control than with more convenient.
comtesthelper
- 串口调试助手源程序 及编程详细过程 1.建立项目    2.在项目中插入MSComm控件  3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件    5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据-com test helper
SerialPort_UserBook
- NET Framework 2.0 类库包含了SerialPort 类,方便地实现了所需要串口通讯的多种功能,为了使MSComm编程方法快速转换到以SerialPort类为核心的串口通讯的设计方法,本文着重讨论了Visual Studio 6.0的MSComm控件和SerialPort 类设计方法的异同点-NET Framework 2.0 class library includes the SerialPort class, easy to realize the need for mult
nrComm.Lib.v7.11
- nrComm Lib包含了一些能工作在串口设备、数据,调制解调器,条码扫描和语音转换的控件、类和例行程序。-nrComm Lib contains the serial devices that can work, data, modem, bar code scanning and voice conversion controls, class, and routines.
VisualCofmrtech
- 在本书中,我们抛弃了Windows下串口通信中经常使用,但又被不恰当使用的MSCOMM控件,而是从基本的Windows API函数讲起,然后介绍它的类封装。在图形界面开发的部分,我们不仅介绍主流的MFC技术,而且对目前非常流行的Qt库中如何使用串口通信进行了详细说明。-VisualC++
Examples_Of_SerialCommunication(vc)
- 串口编程的诸多例子,包括mmscom控件的使用、SerialPort类的使用以及对windows api函数的介绍。另外还提供了一个非常有用的串口编程助手软件。-Serial programming of the many examples, including mmscom control the use of, SerialPort class to use as well as the introduction of the windows api function. It also pr
teach-VC-hand-by-hand
- 从零开始学VC系列教程 一.信息显示实验 二. 对话框及常用控件实验 三.串口通信与自定义消息 四.并口控制与类的使用 五.消息机制与自定义消息-vc study
scoom
- windows下C语言基于WIN32 API的同步方式读PC串口 不使用控件与类,全C实现。包含完整源代码和示例,注释清晰。分scom.h和scom.c文件。-windows based on the C language to read synchronously WIN32 API does not use the PC serial port control and class, all the C implementation. Contains the complete so