CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - API 串口

搜索资源列表

  1. mips-uart-16550

    0下载:
  2. MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3976
    • 提供者:栋梁
  1. MAX6675ok!

    2下载:
  2. 这个是一个用Keil C51编写的10位串行热电偶数字温度测量芯片MAX6675的驱动程序示例,程序中含有写好的MAX6675.H标准驱动函数和PCCOM.H串口驱动函数,提供API式外部函数接口:具体功能见程序中的*.C测试文件。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:18938
    • 提供者:王彪
  1. X24C44ok!

    0下载:
  2. 这个是一个用Keil C51编写的带SRAM的EEPROM芯片X24C44的驱动程序示例,程序中含有写好的X24C44.H标准驱动函数和COM.H串口驱动函数,提供API式外部函数接口:具体功能见程序中的*.C测试文件。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-16
    • 文件大小:116326
    • 提供者:王彪
  1. uart

    0下载:
  2. mega128串口通讯源码API函数,中断方式
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:liuyingjie
  1. 070416155701

    0下载:
  2. 这个是一个用Keil C51编写的10位串行热电偶数字温度测量芯片MAX6675的驱动程序示例,程序中含有写好的MAX6675.H标准驱动函数和PCCOM.H串口驱动函数,提供API式外部函数接口:具体功能见程序中的*.C测试文件。 (2007-09-22,C-C++,18KB,4次) max6675.rar - 用AVR的模拟SPI总线读取
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:25741
    • 提供者:123
  1. commtest

    0下载:
  2. 检查串行通讯,本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0编写的相应MFC32位应用程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:50009
    • 提供者:anjian
  1. SeriesSample

    0下载:
  2. windows CE.net串口API类程序
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:56912
    • 提供者:刘跃锋
  1. uart

    0下载:
  2. AT91SAM7S64的uart程序。包含完整的uart API 可以完成向串口写数据和接收数据
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:228097
    • 提供者:潘干英
  1. LcdSer

    0下载:
  2. wince下ST7920串口驱动,用IO口模拟!使用wince的API实现
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:41494
    • 提供者:zhoujie
  1. ucos51在KeilC51上仿真运行

    1下载:
  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. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:730996
    • 提供者:套件
  1. WinCE-serial-API-functions

    0下载:
  2. WinCE串口API函数大全,详细介绍了串口通讯涉及到的函数。-WinCE serial API functions Guinness, described in detail related to serial communication function.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:17651
    • 提供者:zhouguang
  1. car

    0下载:
  2. 我做游戏手柄和单片机做的遥控车:VB调用joystick的API获取游戏手柄的信息通过串口发给单片机1,单片机1通过NRF24L01发给小车上的单片机2(STC89C52)进行遥控。-I do joystick and microcontroller to do remote control car: VB API call to get joystick game controller of the information sent to the microcontroller through
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:121545
    • 提供者:llx
  1. PDA_SerialPort

    0下载:
  2. wince下使用vc编写的对串口读写的小程序,调用底层api对串口进行操作,自己可以设置波特率等参数,并将读到数据进行现实-wince use vc prepared to read and write to the serial port of small programs, call the bottom of the serial api operate, they can set the baud rate and other parameters, and read data from
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:149631
    • 提供者:floyd
  1. AVR_ADC_digital_voltage

    0下载:
  2. AVR_ADC_应用 数字电压测量。通过串口显示 bt=1152-AVR ADC API digital Votage
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:7788
    • 提供者:汤文平
  1. serialport

    0下载:
  2. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6992
    • 提供者:张小磊
  1. COM_MENQ

    0下载:
  2. wince5.0下串口调试软件,方便开发人员。该串口直接用API写的,不是使用控件-wince5.0 serial debugging under the software for developers. API to write directly to the serial port, not using the control
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2997093
    • 提供者:jack
  1. API

    0下载:
  2. API实现串口通讯,API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。-API serial communications API function not only provides open and read and write methods of operation of the communication port, but also provides numerous functions to support the various
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-18
    • 文件大小:31174
    • 提供者:周磊
  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. 利用API函数实现字符发送

    0下载:
  2. VISUAL C++与串口通信,实现PLC的数据发送与接收,通过自由口的方式(VISUAL C++ and serial communication, to achieve the PLC data transmission and reception, through the free way)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:62962688
    • 提供者:凌乱丶君
  1. WinCE串口API函数

    0下载:
  2. WINCE串口编程相关API,主要针对WINCE串口编程特性进行说明,有需要的可以参考,(WINCE serial programming related API, mainly for the WINCE serial programming characteristics of the descr iption, there is a need to refer to,)
  3. 所属分类:Windows CE

    • 发布日期:2018-01-07
    • 文件大小:18432
    • 提供者:jea
« 12 »
搜珍网 www.dssz.com