CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 串口操作类

搜索资源列表

  1. MYSerialPort

    0下载:
  2. 用CserialPort类实现的串口中断接收程序,并可发送字符串。可多串口操作。-With CserialPort class implements the serial interrupt reception process, and send the string. Can be multi-serial operation.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:3894384
    • 提供者:徐永杰
  1. CCommLib

    0下载:
  2. 自己写的串口通信类库,为异步读操作,使用时直接将lib文件加载如程序,判断串口是否可以,打开串口,读、写串口,关闭等,自己写的,满足一定的需求,不太完善-serial communication class library for the asynchronous read operation, use lib file is loaded directly into such programs to determine whether the serial port, open the ser
  3. 所属分类:Com Port

    • 发布日期:2017-06-02
    • 文件大小:14355434
    • 提供者:shadow
  1. SerialExample

    0下载:
  2. 串口编程实例,包含对串口操作的封装类。 可是高效的实现串口操作-Examples of serial programming, including the operation of the serial type of package. However, the realization of high-performance serial operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:79840
    • 提供者:yl
  1. uart

    0下载:
  2. 这是一个VC下 开发的串口通讯类,可独立进行串口操作-This is developed under a VC type of serial communication, serial port can operate independently
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4073
    • 提供者:yewenyu
  1. Serialport

    0下载:
  2. 串口通信类,很实用的,稳定性比较好。方便操作-Serial communications, a very practical, stability is better. Convenient operation
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6339
    • 提供者:李江涛
  1. serialport1

    0下载:
  2. 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h-Recently, when sorting the documents found in
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:40446
    • 提供者:flashvip
  1. SerialPort

    0下载:
  2. CSharp 的串口控制类,采用文件操作的方式,挺不错的。-CSharp class serial control, the use of file operations the way, very good.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:3087
    • 提供者:张强
  1. VCserialoperation!

    0下载:
  2. VC串口操作 !介绍了在串口操作方面使用的相关函数,与C++类与函数设计技巧!更容易掌握面向对象程序设计!了解封装!了解串口编程!-VC serial operation! Describes the operational use of the serial correlation function, and C++ class design skills with the function! Better understand the object-oriented programming!
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:933517
    • 提供者:Slardar
  1. cnCOMM

    0下载:
  2. 一个封装得比较完整的COM串口通讯类接口,支持同步、异步操作,调用方法也简便,在BC、VC,、GCC等下编译通过,不过用时候需要配置一些参数,否则会报错导致通讯失败。 -Get a more complete package COM serial communications interface, supports synchronous, asynchronous operation, call the method is also simple, in BC, VC,, GCC wait
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:19354
    • 提供者:陈文仪
  1. WaveTest

    0下载:
  2. 服务端读取音频文件,通过串口发送出去,客户端通过串口接收音频文件并播放音频。main随便写的,主要是提供了串口操作的C++类和wav音频文件处理的C++类。- 英语 中文(简体) 日语 The server reads the audio file sent through the serial port, the client via the serial port to receive
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:5152078
    • 提供者:黄仲庭
  1. serial-VC

    0下载:
  2. 一个VC串口编程的实例,使用了serialport类封装串口操作-serialport class for VC serial port
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:1917167
    • 提供者:ximing
  1. Linux.cuankobianc

    0下载:
  2. 主要讲解了Linux 操作串口的架构。 添加串口硬件时,首先通过驱动程序,采集串口当中的数据,内核通过提供read、write 、select、open、close 供应用程序调用,在设计串口通信类,就是对这几个函数的运用。 -Mainly on the architecture of the Linux operating serial. Add serial hardware driver, collecting serial data which the kernel by p
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:4291747
    • 提供者:shifa
  1. cnComm

    0下载:
  2. 使用方法:自己重新写一个串口操作源文件cmd.c或者cmd.cpp.在cmd.c或者cmd.cpp中定义头文件#include "cnComm.h".定义串口类-To Usage: own re-write a serial operation source file cmd.c or cmd.cpp cmd.c, or cmd.cpp in defining the header file# include "cnComm.h define the serial port class
  3. 所属分类:Com Port

    • 发布日期:2017-11-01
    • 文件大小:16177
    • 提供者:lanh
  1. SerialPortConnection

    0下载:
  2. 串口操作,使用自带的类进行处理串口,仅供大家参考-Serial operation, the use of own class for handling serial
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:5794
    • 提供者:张氏医
  1. TestSerialPort2013

    0下载:
  2. 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 -Found another way of the development of the serial organize files when a serial program o
  3. 所属分类:Network Security

    • 发布日期:2017-11-25
    • 文件大小:41811
    • 提供者:ncepustar
  1. user

    0下载:
  2. 串口使用方法,使用CSerialPort类进行多串口操作-Serial use
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-17
    • 文件大小:54504
    • 提供者:赵亮
  1. widget_self

    0下载:
  2. 串口基类的操作和使用 串口基类的操作和使用-Serial base class operation and use the serial port operation and use of the base class
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1709
    • 提供者:wyb
  1. CShapeSerialPort

    0下载:
  2. C# 串口调试程序+源码下载,代码中包括了一个串口开发辅助类,在这个类中几乎包括了全部的串口调试操作功能,本程序也可以看作是围绕这个串口调试类所编写的实例,运行注意,请确保你的计算机中有串口,未扫描到该计算机的COM口,请添加硬件后重新打开程序!测试时的串口号,默认COM1,程序根据结束字节来判断是否全部获取完成。-C# serial debugger+ source code download includes a serial code development helper class, i
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:24750
    • 提供者:王强
  1. ExtCommPort

    0下载:
  2. 说明:.net1.1已测可用的串口通讯类,对公有版本有修改 适用环境:.net 1.1及以上 功能:串口操作通讯 包含内容:串口通讯类CommPort(),字符转换类HexCon-Descr iption:. Net1.1 measured available serial communications, public version of the applicable environmental modifications:. Net 1.1 and above functions
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:3627
    • 提供者:道壹
  1. CSharp-DemoCShapeSerialPort

    0下载:
  2. C# 串口调试程序+源码下载,代码中包括了一个串口开发辅助类,在这个类中几乎包括了全部的串口调试操作功能,本程序也可以看作是围绕这个串口调试类所编写的实例,运行注意,请确保你的计算机中有串口,未扫描到该计算机的COM口,请添加硬件后重新打开程序!测试时的串口号,默认COM1,程序根据结束字节来判断是否全部获取完成。-C# serial debugger+ source code download, code development support includes a serial port c
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:22361
    • 提供者:ypudn52
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com