CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serialport api

搜索资源列表

  1. 多串口多线程工业控制实现

    2下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:94690
    • 提供者:li
  1. TestColtTempator

    0下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:76404
    • 提供者:郑金华
  1. SMS

    0下载:
  2. 在调试ICU通信设备的时候,由于串口通信老出现故障,所以就怀疑CF实现的SerialPort类是否有问题,所以最后决定用纯API函数实现串口读写。
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:8168
    • 提供者:huobing
  1. 232_TCPIP

    0下载:
  2. 程序的最大缺陷:   Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性更需要自己保证,因为串口协议标准只是定义在物理层和数据链路层
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:38910
    • 提供者:Lee
  1. SerialPort

    0下载:
  2. 利用windows API函数编写的串口通信程序,本程序的目的是发送一个字节的控制字给系统的控制端.-Using windows API function prepared by the serial communication program, the purpose of this procedure is to send a byte control word to the system console.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3693899
    • 提供者:宇竞
  1. Serialport

    0下载:
  2. Csharp 窜口通信类 ,性能比窜口控件好用,直接调用windows API实现-Csharp channeling port communication class, performance, easy to use than the channeling port control, direct calls to windows API to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45128
    • 提供者:冯上远
  1. SerialPort

    0下载:
  2. 用API编写的串口类,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据-function used API, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:5983
    • 提供者:陈虎
  1. Examples_Of_SerialCommunication(vc)

    0下载:
  2. 串口编程的诸多例子,包括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
  3. 所属分类:Com Port

    • 发布日期:2017-05-26
    • 文件大小:8849570
    • 提供者:j-wu06
  1. android-serialport-api

    0下载:
  2. linux下串口驱动,通过串口终端,实现在电脑上打印信息。-under linux serial port driver, print the information in the computer through the serial port terminal.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-06
    • 文件大小:44633
    • 提供者:陈翼飞
  1. android-serialport-api

    0下载:
  2. android串口测试源代码,非常好,我找了很久了-android serial test source code, very good, I am looking for a long time
  3. 所属分类:android

    • 发布日期:2017-11-03
    • 文件大小:222387
    • 提供者:xu
  1. android-serialport-api

    0下载:
  2. android下串口操作源码~ 亲测可用-android serial operation source under test can be pro ~
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:129085
    • 提供者:ddd
  1. android-serialport-api

    0下载:
  2. 安卓串口通讯的测试范例,进行了官方小bug 的修改及处理,测试没任何问题,没有找到安卓类别请管理员处理一下-Andrews serial communications test case for the official small bug fixes and handling, testing without any problems
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:128012
    • 提供者:232323
  1. android-serialport-api

    0下载:
  2. android 平台 串口调试程序,可以列出多个串口-The android platform serial debugger,
  3. 所属分类:android开发

    • 发布日期:2015-06-26
    • 文件大小:195584
    • 提供者:xubinglin
  1. android-serialport-api

    0下载:
  2. 这个是开源的安卓串口操作项目,如果你要学习安卓串口编程,那么这个是非常好的源码用来入门。-This is an open source project Andrews serial operation, if you want to learn Andrews serial programming, then this is a very good source to get started.
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:395993
    • 提供者:陈才
  1. SerialPort

    0下载:
  2. 一个简单的串口调试助手实现,没有采用第三方框架,全部是调用Windows API实现的。-A simple serialport software without others framwork
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-19
    • 文件大小:29246061
    • 提供者:胡学礼
  1. Serialport

    0下载:
  2. WINODWS下利用WIN32 API进行的异步重叠式串口通信编程,适合串口通信初学者使用-WINODWS under the use of API WIN32 asynchronous overlapping serial communication programming, suitable for beginners to use serial communication
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-13
    • 文件大小:1977
    • 提供者:刘庆宇
  1. android-serialport-api

    0下载:
  2. android蓝牙串口小程序,蓝牙串口助手,欢迎交流-Android Bluetooth serial port procedures, Bluetooth serial assistant, welcomed the exchange
  3. 所属分类:android

    • 发布日期:2017-05-05
    • 文件大小:254978
    • 提供者:魏彦兆
  1. android-serialport-api

    0下载:
  2. 关于android的串口通信开发(完整代码 值得拥有)-serial communication development
  3. 所属分类:android

    • 发布日期:2017-12-11
    • 文件大小:44169
    • 提供者:周伟
  1. 串口SerialPort和API调用源码

    0下载:
  2. 基于C#实现串口通信,可以调用API,方便个人使用(Based on C# to achieve serial communication, you can call API, convenient for personal use)
  3. 所属分类:界面编程

  1. android-serialport-api

    1下载:
  2. Android 串口调试工具app,用于Android平台的串口调试,比如:设置串口波特率,串口设备ttyS*等等(Android serial debugging tool app, for the serial port debugging of Android platform, such as: set serial port rate, serial port device ttyS* and so on.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:208896
    • 提供者:thomas_2018
« 1 23 »
搜珍网 www.dssz.com