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

搜索资源列表

  1. 6

    0下载:
  2. 在Win32下,可以使用两种编程方式实现串口通信,其一是使用ActiveX控件,这种方法程序简单,但欠灵活。其二是调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活。本文我们只介绍API串口通信部分。-In Win32, you can be achieved using two kinds of programming serial communication, one is to use the ActiveX control, this approach p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:26305
    • 提供者:mxb
  1. MSComm-suer

    0下载:
  2. MSComm控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:3923
    • 提供者:钟立青
  1. Comm

    0下载:
  2. 详细介绍利用Windows API函数进行串口通信开发的代码。使用多线程的方法实现。-Detail the use of Windows API functions for serial communications development code. Using multi-threaded approach to achieve.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:57523
    • 提供者:peter
  1. Serialport

    0下载:
  2. C#语言实现单片机与PC机的串口通讯,用API函数编写,已经实现数据的接收功能。可以实现串口参数的设置,功能齐全。-C# language implementation SCM and PC,serial communications, using API functions written in the data reception has been achieved. Serial port parameter settings can be achieved,full featured.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:116083
    • 提供者:ranran
  1. hcom

    0下载:
  2. 应用api函数编写串口通讯程序,应用轮询方式对串口数据进行读写。-Application api function write serial communication program, the application polling method to read and write data to the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3604273
    • 提供者:rp
  1. SerialCommsAPI

    0下载:
  2. 本代码是串口通信的api函数源代码,直接访问底层。-This code is a function of serial communication api source code, direct access to the bottom.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:4418
    • 提供者:yaoyao
  1. APIcommunicationmodel

    0下载:
  2. 应用于计算机串口调试的应用程序.通过API函数,不使用VB的COM控件。-Applied to the computer serial port to debug the application. Through the API function, VB-COM does not use the control.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:4601
    • 提供者:cb
  1. SerialPort

    0下载:
  2. 通过最底层的API函数实现串口通讯,已经在VC6.0环境下调试通过,运行成功,用异步操作轮训的方式进行操作。-API function through the bottom of the Serial Communications, has been adopted in the VC6.0 environment, debugging, running successful way of using asynchronous operations to operate a rotational
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3724452
    • 提供者:夏雨
  1. CCE Series

    1下载:
  2. 一个利用串口API函数封装好得串口通讯类!很有学习价值!-a cserial communication class encapsulated uing API functions!it is valuable to study carefully!
  3. 所属分类:串口编程

    • 发布日期:2013-05-13
    • 文件大小:3421
    • 提供者:
  1. API_com

    0下载:
  2. 用API函数写的串口测试程序,MFC模式下的,可以做API串口编程参考-API function to write the serial port with the test procedure, MFC mode, and can do serial programming API Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1979281
    • 提供者:API串口
  1. 4.3

    0下载:
  2. windows A P I 函数编程控制串口-Control serial port programming windows API function
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2413718
    • 提供者:guaxiaofeng
  1. code

    0下载:
  2. Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:589375
    • 提供者:张亚东
  1. serial

    0下载:
  2. 一个串口封装类,运用API函数,已经将功能封装好了-A serial package, class
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:7219
    • 提供者:孙卓
  1. 1

    0下载:
  2. DOS命令下的串口文件传输程序 基于API函数-DOS command under the serial file transfer program is based on API functions
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:1491
    • 提供者:guaxiaofeng
  1. ComAPI

    0下载:
  2. 使用API函数写的串口程序,源程序来源于《vc网络通信编程实用案例精选》-Using the API function to write the serial program, source from " vc network communications programming practical cases selected"
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:35119
    • 提供者:吴梦龙
  1. SynWrite

    0下载:
  2. 使用vc++6.0调用api函数完成写串口,读入一个已经写好的文件夹,将其内容传输到调试精灵中显示-using api function to write a file to another device by serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:925797
    • 提供者:zhangya
  1. SynWriteFile

    0下载:
  2. 调用API函数在VC++6.0的编译环境下,对串口进行写入操作,简单易懂,易实现,通过调试后取得较好的效果-using api functions in the vc++6.0 progress the serial communiction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:839137
    • 提供者:zhangya
  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. RS232_DI

    0下载:
  2. BCB 串口通信。用API 函数 接收和发送数据-BCB COM Infomation SEND RECV Data
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:8970
    • 提供者:梦幻居
  1. jiyuWindowsCE

    0下载:
  2. 基于win ce和单片机的串口通讯 采用API函数编写-Win ce and microcontroller based serial communications API functions written by
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:321327
    • 提供者:赵钢超
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com