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

搜索资源列表

  1. gdb-jtag-arm.tar

    0下载:
  2. GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interface. Communication is done via standard TCP/IP GDB Remote Serial Protocol. -Remote Stub Backend GDB for debugging an em bedded ARM JTAG system via commo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:21815
    • 提供者:古月伦
  1. btz_232

    0下载:
  2. Clock+data serial protocol for PIC16/18F processors. Contains an example application for Zoom/Focus/Iris lens motor control. Written for HiTech C Compiler.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11571
    • 提供者:Mario Vigliar
  1. u-boot-1.1.6_OpenJTAG.rar

    1下载:
  2. 支持S3C24x0/yaffs/USB/CS8900/DM9000/OpenJTAG/Nor,Nand启动的u-boot 添加的功能: 1. 同时支持S3C2410和S3C2440 2. 支持串口xmodem协议 3. 支持USB下载,可以在PC上使用dnw传数据 4. 支持网卡芯片CS8900 5. 支持NAND Flash读写 6. 支持从Nor/Nand Flash启动 7. 支持烧写yaffs文件系统映象,Support S3C24x0/yaffs/USB/CS8900/
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-21
    • 文件大小:127023
    • 提供者:qin
  1. C51单片机RS232串口协议详细讲解

    0下载:
  2. C51单片机RS232串口协议详细讲解,对RS232串口硬件电路有一个详细的说明。-C51 single RS232 serial protocol detailed explanation of the RS232 serial port hardware circuit has a detailed descr iption.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2016-01-25
    • 文件大小:253952
    • 提供者:liu
  1. DS1302

    0下载:
  2. 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解,在看本程序之前,先看看芯片的串口协议 -Clock process, whether you think using the time
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:18200
    • 提供者:wt
  1. VHDL-SPI-Module.doc

    0下载:
  2. 本spi参数化通讯模块是一个支持SPI串行通信协议从协议的SPI从接口。可通过改变参数设置传输的位数,由外部控制器给定脉冲控制传输。-The parameters of spi communication module is a support SPI serial communication protocol from the agreement from the SPI interface. By changing the parameter settings can be transmit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:38463
    • 提供者:
  1. BCSP-and-ABCSP

    0下载:
  2. CSR BlueCore特有的但被广泛支持BCSP协议的上位源码,带项目文件可供编译测试和移值,含BCSP和ABCSP两种-BlueCore Serial Protocol (BCSP and ABCSP) user guides and source files
  3. 所属分类:Other Embeded program

    • 发布日期:2014-05-03
    • 文件大小:1952768
    • 提供者:xujifuji
  1. BCCMD_Protocol_(bcore-sp-002Pc).pdf

    0下载:
  2. CSR BCCMD protocol descr iption for serial communication with CSR BlueCore bluetooth chips.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:326859
    • 提供者:Bubby
  1. C8051F020serialandmobus

    0下载:
  2. 该程序完成了c8051外围电路的驱动和串口协议的编写。希望能给大家学习51单片机带来帮助-The program was completed C8051 driver peripheral circuits and serial protocol to prepare. I hope everyone can learn from 51 Singlechip help
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:541184
    • 提供者:丁周伟
  1. myclient

    0下载:
  2. 本程序实现了串口的传输设置,主要应用在了自己设置的串口协议,是一个串口的发送程序,其协议可以自己更改-The program to achieve a set of serial transmission and serial protocol mainly used in the set, is a serial transmission program agreement can change
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:323126
    • 提供者:马英桥
  1. Line4-071025

    0下载:
  2. 四线触摸屏转串口协议,用于把触摸信号用串口形式输出-Four-wire touch screen to switch the serial protocol for the touch signal output by the serial form
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:32519
    • 提供者:付春水
  1. Serial

    0下载:
  2. protocol for serial communication in rs485 network device
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:9247
    • 提供者:mohamad
  1. 0time

    0下载:
  2. 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解,在看本程序之前,先看看芯片的串口协议*/-Clock process, with everyone thought Whether or
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:13175
    • 提供者:aq
  1. wg26c

    0下载:
  2. 韦根26通讯协议转串口的协议,可以把韦根26的输入通过RS232串口传到电脑上面,方便调试,波特率19200与9600KBS-Wiegand 26 serial communication protocol to the agreement, can Wiegand input 26 transmitted through the RS232 serial port computer above to facilitate debugging, and 19200 baud rate 9600K
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:21840
    • 提供者:安多
  1. DS1302

    0下载:
  2. 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解-Clock process, whether you think using the timer, right, can also be
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:7857
    • 提供者:shiyanji
  1. UART_384

    0下载:
  2. 定制协议的串口处理模块,用C语言写的可在ucos2上运用的驱动程序,可为写串口协议处理命令提供参考-Custom serial protocol processing module, using C language can be written on the use of ucos2 driver can write serial command protocol processing provide a reference
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:4857
    • 提供者:ka
  1. Serial-port-wifi-module

    0下载:
  2. 串口wifi- 无线局域网wifi模块 Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准 通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,使用者接受程度最高, 全球免费使用, 是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:89983
    • 提供者:陈坚胜
  1. LAB24

    0下载:
  2. EDA基础_综合实验篇__实验二十四 PS2键盘输入接口串行协议的实现-EDA based on comprehensive test papers _ __ experiment 24 PS2 keyboard interface, serial protocol implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:311076
    • 提供者:wonder
  1. Vantage-Serial-Protocol-Docs-v2.0

    0下载:
  2. Davis Vantage Pro 2 protocol documentation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:145742
    • 提供者:Rodrigo
  1. serial-protocol

    0下载:
  2. C#串口协议,针对一个帧数据进行数据进行分析,这个协议可以用在其他通讯上面。非常游泳-C# serial protocol, the data for an analysis of the data frame, this protocol can be used in other communication above. Very swim
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2250
    • 提供者:杨刚
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com