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

搜索资源列表

  1. I2C接口调试

    0下载:
  2. 使用主模式I2C向CAT24WC02写入10字节数据,然后读出校验,若校验通过则BEE发声,否则不断BEE。 基于ADS1.2-use the main mode I2C CAT24WC02 to write 10 bytes of data, and then read out the check, if the check is through BEE audible, constantly BEE. Based on ADS1.2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31054
    • 提供者:伤坠人
  1. 用单片机数据采集系统的示波器接口源程序

    0下载:
  2. 用单片机数据采集系统的示波器接口源程序-MCU Data Acquisition System Interface source Oscilloscope
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:张勇军
  1. celiangdianliu

    0下载:
  2. 这是一个通过测量电压来检测线路电流值的完整程序,并提供一个16X2显示,5X7点阵,8位数据接口的液晶显示程序-by measuring voltage detection circuit current value of the complete procedure, and to provide a 16X2, 5X7 matrix, 8-bit data interface LCD procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2155
    • 提供者:xiaoyevinne
  1. digitalinterfaceuart

    0下载:
  2. 文件说明了在fpga/cpld中怎样实现数据接口及其实例了urat-note of the document they simply / cpld How Data Interface and the examples of urat
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2954
    • 提供者:liu
  1. user_yjctrl

    0下载:
  2. sed1335写数据接口程序实现。找RA8835更换,网上都说不用改软硬件,可是我的实现不了。-sed1335 write data interface processes. Find RA8835 replacement, said online software not changed, but I do not materialize.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1293
    • 提供者:施建伟
  1. 485Receive

    0下载:
  2. RS-485接口具有较强的抗干扰性,数据传输的距离较远,在一些应用中常常需要把RS-232标准的信号转换为RS-485的标准信号进传输。图中所示电路允许数据在RS-232/RS-485这两个不兼容的串行数据接口间传递。传输速度为480波特时,传输距离可达1750米。图中双RS-232收发器IC1将主机(PC)输出的RS-232电平转换为TTL电平,驱动高速RS-485收发器IC2 的输入,倒相器使IC2、IC3在受到起始位时被激活。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1396
    • 提供者:owen
  1. verilog_shili

    0下载:
  2. 计数器 锁存器 12位寄存器 带load,clr等功能的寄存器 双向脚(clocked bidirectional pin) 一个简单的状态机 一个同步状态机 用状态机设计的交通灯控制器 数据接口 一个简单的UART 测试向量(Test Bench)举例: 加法器源程序 相应加法器的测试向量test bench)
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:11433
    • 提供者:李进来
  1. DDRinterface

    2下载:
  2. 《ALTERA FPGA/CPLD高级篇》高速DDR存储器数据接口设计实例
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:25327
    • 提供者:shicheng342
  1. gprs无线通信接口程序

    1下载:
  2. 基于GPRS无线网络和IP协议的数据传输系统 通信模块C51单片机程序-GPRS-based wireless network and IP data transmission system communication module C51 microcontroller procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:45557
    • 提供者:肖晓
  1. 5045 接口

    0下载:
  2. 用于储存大量数据,它有一个定时器,到一定数量,它会自动报警。-used to store large amounts of data, it has a timer, to a certain number, it will automatically alarm.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1485
    • 提供者:李中雷
  1. 针对MSP430编写的USB接口

    1下载:
  2. 针对MSP430编写的USB接口, 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-02-24
    • 文件大小:13916
    • 提供者:sunyuansch1108
  1. uip开发网络主动发送数据

    0下载:
  2. 很多人会使用UIP开发网络,但是uip开发网络主动发送数据存在问题,lwip很好的解决了主动发送的问题,现将lwip开发使用的接口中文资料上传,方便客户开发-Many people will use the UIP development network, but uip send unsolicited data and development of network problems, lwip good solution to the problem of unsolicited, now
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2016-01-25
    • 文件大小:498688
    • 提供者:leezhiling
  1. 主控cc2530通过debug接口对目标cc2530进行程序烧写

    0下载:
  2. 主控cc2530通过debug接口对目标cc2530进行程序烧写,使用DMA进行数据传输,已调试通过。-Master cc2530 through the debug interface for writing the program to target cc2530, using the DMA data transfer, has been work successful.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-21
    • 文件大小:14901
    • 提供者:green
  1. 微机接口应用设计指导.rar

    1下载:
  2. 微机原理与接口实验指导,包括:A/D转换实验、 D/A转换实验、255A并行口实验、定时器/计数器、数据排序程序、红绿交通灯实验等等 ,computer interface experiment with the principles of the guide, include : A/D conversion experiments, the D/A conversion experiments, experimental 255A parallel port, timer/counter,
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:381744
    • 提供者:张杰
  1. 实现PS/2接口与RS-232接口的数据传输

    0下载:
  2. 实现PS/2接口与RS-232接口的数据传输, 可以通过RS-232自动传送到主机的串口调试终端上并在数据接收区显示接收到的字符。,The realization of PS/2 port RS-232 interface with data transfer, RS-232 can be automatically sent to the host serial debug terminal and reception area in the data display received ch
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-23
    • 文件大小:15192
    • 提供者:包宰
  1. io_driver

    0下载:
  2. 1602 lcd 显示驱动 与按键监测 控制口 rs=P0^7 rw=P3^3 sbit ep=0xc4 数据接口 P2 24M时钟 显示范围为 0~9 A~Z a~z : - / < > . 按键 P1 共计16个按键键值1~16 返回0表示无键入 -1602 lcd display driver with key monitoring and control port rs = P0 ^ 7 rw = P3 ^ 3 sbit ep = 0x
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:2123
    • 提供者:赵伟龙
  1. Verilog-pci

    3下载:
  2. PCI的FPGA实现,使用verilog硬件描述语言模拟pci数据接口的数据传输过程。-PCI simulation with FPGA, using the verilog hardware describing language to simulate data transfer processes on pci data interface.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-08-20
    • 文件大小:5510416
    • 提供者:zxc
  1. S3C2410_CN_datasheet

    0下载:
  2. S3C2410A中文数据手册,包含内容1,2,3,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23章,没有的就是USB主接口和从接口那部分-S3C2410A Chinese data handbook, including the contents of 1,2,3,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23 chapters, not is the USB host interface and from
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2993355
    • 提供者:小李肥刀
  1. FPGA-design-ideas-and-techniques

    1下载:
  2. FPGA 设计的四种常用思想与技巧包括:乒乓操作,流水线操作,串并转换技巧,数据接口同步方法-The four commonly used FPGA design ideas and techniques include: ping-pong operation, pipelining, and convert the string technique, synchronous data interface methods
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-07-27
    • 文件大小:108544
    • 提供者:salvary
  1. 12232lcd

    0下载:
  2. 利用AT90CAN128单片机的外部存储器接口,以数据总线的方式访问12232LCD,包括读写字符,汉字等-SCM AT90CAN128 use external memory interface to access the data bus 12232LCD, including reading and writing characters, Chinese characters, etc
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:2723
    • 提供者:laji
« 12 3 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com