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

搜索资源列表

  1. 多线程串口Modem远程数据通信

    0下载:
  2. 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission p
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:王永
  1. android-serialport-api

    3下载:
  2. android serialport官方实例,是学习android串口的必备资料,希望对大家有所帮助
  3. 所属分类:串口编程

  1. Term.rar

    0下载:
  2. 使用Windows API函数实现的串口通信,主要包括串口连接、串口设置、串口数据的发送接收以及串口的关闭,The use of Windows API function implementation of serial communication, including the serial connection, serial port settings, serial data send to receive, as well as turn off the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:61969
    • 提供者:海涛
  1. commdelphi.rar

    0下载:
  2. 自己写的串口收发程序,使用线程和windows api函数实现,对做串口通信有很大帮助。,Write their own serial transceivers, the use of threads and windows api function to do serial communication helps a lot.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:393640
    • 提供者:steven
  1. serialcom.rar

    0下载:
  2. 用VC++API函数写的串口类,使串口控制简单化,Using VC++ API function to write the serial type, so that simplification of the serial control
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1924443
    • 提供者:腾飞
  1. serial-communication

    1下载:
  2. 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于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
  3. 所属分类:Com Port

    • 发布日期:2017-02-24
    • 文件大小:22565888
    • 提供者:范开明
  1. MFCAPISeriesPort

    0下载:
  2. 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:37517
    • 提供者:bill
  1. TxRx

    0下载:
  2. api开发的串口通讯程序,很好的一个软件。-api development of serial communication program, a very good software.
  3. 所属分类:Communication

    • 发布日期:2017-03-19
    • 文件大小:1921024
    • 提供者:刘骁
  1. VC++SerialInterfaceProgrammingOnWin32API

    0下载:
  2. 本文介绍了基于Win32 API的VC++串口编程。给出了WIN32中打开串口、配置串口、超时设置、事件设置和读、写关闭串口的函数或结构体,随后举了一个利用WIN API进行串口通信的例子。-err
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:122395
    • 提供者:Wuxinmin
  1. Demo

    0下载:
  2. 使用Windows API 方式,实现的串口通信的例子,可以作为一个聊天程序-The use of Windows API methods to realize the serial communication example, can be used as a chat program
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6740
    • 提供者:chenmo
  1. MultiSerial

    0下载:
  2. 多线程串口通信软件,源代码,可以实现多个串口的同时控制-Multi-threaded serial communication software, source code, can be achieved at the same time a number of serial port control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:106513
    • 提供者:jojo
  1. can4nt

    0下载:
  2. 典型的串口编程,详细说明了串口编程中多线程的运行和保护-Typical serial programming, detailed descr iption of the serial multi-threaded programming in the operation and protection of
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:735235
    • 提供者:chengjiajia
  1. RTUWin32

    0下载:
  2. 串口通信编程,win32 vc++,界面。mfc win api -Serial Communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-27
    • 文件大小:10183928
    • 提供者:liuhp
  1. apichuankou

    0下载:
  2. 不适用MSCOMM控件,直接调用WIN API函数进行串口通讯的演示程序-MSCOMM controls do not apply, directly call WIN API function demo serial communications
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:4188
    • 提供者:han liu
  1. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:66760
    • 提供者:csheng
  1. NNTest

    0下载:
  2. 异步串口通讯类,做为学习windows API的经理入门作品-Asynchronous serial communication class, as the all-windows API' s manager of entry-works
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:264454
    • 提供者:donny
  1. MFC_API_Arch_SeriesPort

    0下载:
  2. 于MFC对话框的 WIN32 API串口通信程序,实现串口通信与实时传输 接受的好例子-In the MFC dialog WIN32 API serial communication program to achieve serial communications and real-time transmission to accept a good example of
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:37517
    • 提供者:
  1. API_vb_com

    0下载:
  2. vb6 api串口操作源代码-vb6 api source code for serial operation. . . . . . . . . . . . . . .
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4546
    • 提供者:施俊毅
  1. VB控件MSCOMM和API实现串口通信

    2下载:
  2. VB控件MSCOMM和API实现串口通信(Serial communication between VB control MSComm and API)
  3. 所属分类:通讯编程

    • 发布日期:2020-06-20
    • 文件大小:20480
    • 提供者:幽冥无垢
  1. VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)

    1下载:
  2. VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)
  3. 所属分类:通讯编程

« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com