CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - cserialport

搜索资源列表

  1. cserialport

    0下载:
  2. 基于CSerialPort串口编程 实践
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3532
    • 提供者:李立
  1. CSerialPort

    0下载:
  2. 基于CSerialPort的串口多线程通信框架
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:63982
    • 提供者:soul
  1. CSerialPort多线程串口类

    1下载:
  2. CSerialPort多线程串口类,可以自己在MFC里定义消息函数接收数据,移植性强-CSerialPort multi-threaded serial classes can define their own message function in the MFC in the receive data, transplantation and strong
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-03-22
    • 文件大小:14499
    • 提供者:qiwenbo
  1. fudai.rar

    0下载:
  2. 包含了.h头文件和.cpp文件 Cserialport类,Contains. H header file and the. Cpp file type Cserialport
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:3334477
    • 提供者:wangdenuan
  1. CSerialPort-CommTest

    0下载:
  2. 串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:55701
    • 提供者:露珠
  1. CSerialPort

    1下载:
  2. 串口通讯实例,具有同步与异步功能,调用API实现-Examples of serial communication with synchronous and asynchronous functions
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:13451
    • 提供者:yunling
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:89248
    • 提供者:许书博
  1. Serial2009

    1下载:
  2. CSerialPort实例 用于使用CSerial在VC中的应用-CSerialPort
  3. 所属分类:Communication

    • 发布日期:2016-12-22
    • 文件大小:30697
    • 提供者:litianzuo
  1. SerialPortTest

    0下载:
  2. CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件-CSerialPort class header file and the c source file, package the VC in the serial communication of the api, facilitate the preparation of serial debugging software
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:6796
    • 提供者:hyf
  1. SerialPortTest2

    0下载:
  2. CSerialPort类串口通信程序,基于single document,CSerial Port类已修改过,进行了优化-CSerialPort Communication,based on single document,CSerial Port has been modified
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1983353
    • 提供者:张玲
  1. CSerialPortPortCommunicationClass

    0下载:
  2. CSerialPort串口类源代码,原版,使用价值高,值得学习,供大家分享。-CSerialPort serial port communication class.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:67456
    • 提供者:sun
  1. CSerialPort

    0下载:
  2. CSerialPort类,高效读写,异步同步-CSerialPort class, efficient, speaking, reading and writing, asynchronous synchronization
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:23268
    • 提供者:王威
  1. CserialPort-code

    0下载:
  2. CSerialPort源码,了解API是怎么操作串口工作的,本质上IO操作!-CSerialPort source code
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:6928
    • 提供者:林彭
  1. CSerialPort-master

    0下载:
  2. 串口通讯类,有许多人进行修改,得到一个比较完美实用的通讯类-CSerialPort class writed by a lot of person include foreign person
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:11890
    • 提供者:Andsen
  1. CSerialport

    0下载:
  2. CSerialPort类,第三方开发,可用于多串口编程和项目开发。-CSerialPort Class
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7118
    • 提供者:yuhuilee
  1. CSerialPort-master

    0下载:
  2. CSerialPort基类,已修改死锁bug。已在vs2010编译通过-CSerialPort base class has been modified deadlock bug. It has been compiled through vs2010
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:11379
    • 提供者:jiangjun
  1. CSerialPort-problem-

    0下载:
  2. CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:blacks
  1. CSerialPort-master

    0下载:
  2. CSerialPort-master CSerialport 类的源码-CSerialPort master source code
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:11945
    • 提供者:王宏博
  1. CSerialPort

    0下载:
  2. CSerialPort类 用于编写串口程序的API(The CSerialPort class is used to write the API of the serial program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:凌云飞
  1. CSerialPort-master (1)

    0下载:
  2. 串口通信类, 改进 ** 1) 增加 ClosePort ** 2) 增加 WriteToPort 两个方法 ** 3) 增加 SendData 与 RecvData 方法(cserialport class add:1.add closeport 2.add writetoport 3.add senddata and recvdata)
  3. 所属分类:通讯编程

    • 发布日期:2021-01-01
    • 文件大小:516096
    • 提供者:vdu
« 12 3 4 5 »
搜珍网 www.dssz.com