亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

USB-TO-RS

  • pic mcu code:This application note describes the design and implementation of a USB Mass Storage De

    pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.

    標(biāo)簽: implementation application describes Storage

    上傳時間: 2014-11-23

    上傳用戶:天誠24

  • This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose

    This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.

    標(biāo)簽: directory the contains firmware

    上傳時間: 2015-05-04

    上傳用戶:zxc23456789

  • USB、串口、并口是PC機和外設(shè)進行通訊的常用接口

    USB、串口、并口是PC機和外設(shè)進行通訊的常用接口,但對于數(shù)據(jù)量大的圖像來說,若利用串行RS-232協(xié)議進行數(shù)據(jù)采集,速度不能達到圖像數(shù)據(jù)采集所需的要求;而用USB進行數(shù)據(jù)采集,雖能滿足所需速度,但要求外設(shè)必須支持USB協(xié)議,而USB協(xié)議與常用工程軟件的接口還不普及,給使用帶來困難。有些用戶為了利用標(biāo)準(zhǔn)并行口(SPP)進行數(shù)據(jù)采集,但SPP協(xié)議的150kb/s傳輸率對于圖像數(shù)據(jù)采集,同樣顯得太低。因此,為了采集數(shù)據(jù)量大的圖像數(shù)據(jù),本文采用了具有較高傳輸速率的增強型并行口協(xié)議(EPP)和FPGA,實現(xiàn)對OV7620CMOS圖像傳感器進行高速數(shù)據(jù)采集,它最高速率可以達到2Mb/s。

    標(biāo)簽: USB PC機 串口 并口

    上傳時間: 2015-08-29

    上傳用戶:

  • 用JAVA語言編寫的USB設(shè)備訪問

    用JAVA語言編寫的USB設(shè)備訪問,DES加密,中文TO拼音,自己下用的JAR包

    標(biāo)簽: JAVA USB 語言 編寫

    上傳時間: 2014-07-22

    上傳用戶:問題問題

  • This module is common to all of the Example programs It declares the {Open, Read, Write, Close} ca

    This module is common to all of the Example programs It declares the {Open, Read, Write, Close} calls for the USB device These user-calls are translated into OS system calls This module also contains several support routines used by all of the examples

    標(biāo)簽: the declares programs Example

    上傳時間: 2015-10-07

    上傳用戶:yoleeson

  • 安全移除usb設(shè)備功能

    安全移除usb設(shè)備功能,可禁止某類usb設(shè)備的使用,實行系統(tǒng)安全控制Removing a USB drive using the Windows tray icon is easy - especially if you single left-click it... But sometimes it s useful to it from your program

    標(biāo)簽: usb 設(shè)備

    上傳時間: 2015-10-15

    上傳用戶:dianxin61

  • This design package includes reference materials for creating a USB - PS/2 combination mouse that a

    This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants

    標(biāo)簽: combination materials reference creating

    上傳時間: 2015-10-19

    上傳用戶:784533221

  • This document provides guidelines for integrating a discrete high speed USB host controller onto a f

    This document provides guidelines for integrating a discrete high speed USB host controller onto a fourlayer desktop motherboard. The material covered can be broken into three main categories: Board design guidelines, EMI/ESD guidelines and front panel USB guidelines. Section 1.1 Background provides an explanation of the routing experiments and testing performed to validate the feasibility of 480 Megabits per second on an actual motherboard. Section 7 contains a design checklist that lists each design recommendation described in this document. High speed USB operation is described in the USB 2.0 Specification (http://www.usb.org/developers/docs.html).

    標(biāo)簽: integrating controller guidelines document

    上傳時間: 2013-11-27

    上傳用戶:電子世界

  • This document provides guidelines for integrating a discrete high speed USB host controller onto a f

    This document provides guidelines for integrating a discrete high speed USB host controller onto a fourlayer desktop motherboard. The material covered can be broken into three main categories: Board design guidelines, EMI/ESD guidelines and front panel USB guidelines. Section 1.1 Background provides an explanation of the routing experiments and testing performed to validate the feasibility of 480 Megabits per second on an actual motherboard. Section 7 contains a design checklist that lists each design recommendation described in this document. High speed USB operation is described in the USB 2.0 Specification (http://www.usb.org/developers/docs.html).

    標(biāo)簽: integrating controller guidelines document

    上傳時間: 2015-11-18

    上傳用戶:xhz1993

  • This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c

    This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.

    標(biāo)簽: bootloader processors download permits

    上傳時間: 2015-11-30

    上傳用戶:shus521

主站蜘蛛池模板: 轮台县| 白城市| 成武县| 昌邑市| 商都县| 修水县| 丰原市| 达日县| 德令哈市| 洛宁县| 宣武区| 平泉县| 凉山| 江口县| 巢湖市| 昭苏县| 庆元县| 沈丘县| 宁远县| 陇南市| 厦门市| 黑河市| 阳曲县| 松原市| 太白县| 德江县| 逊克县| 昭觉县| 江西省| 泾阳县| 禹州市| 汉川市| 启东市| 鄂托克旗| 望都县| 响水县| 江北区| 陕西省| 客服| 库车县| 太保市|