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

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

A母貼USB規(guī)(guī)格書(shū)

  • usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.

    usb_cpld_code.zip usbjtag - Variations on the implementation of a USB JTAG adapter.

    標簽: implementation usb_cpld_code Variations adapter

    上傳時間: 2013-08-31

    上傳用戶:ruan2570406

  • USB/EPP轉(zhuǎn)接系統(tǒng)的硬件設(shè)計與分析

    摘要:設(shè)計并實現(xiàn)了一個USB/EPP 轉(zhuǎn)接系統(tǒng),給出其硬件設(shè)計方案并討論了相關(guān)技術(shù)細節(jié), 使其實現(xiàn)USB 接口到EPP接口的相互數(shù)據(jù)轉(zhuǎn)發(fā)。使僅具有EPP 接口的傳統(tǒng)儀器設(shè)備借助于USB/EPP 轉(zhuǎn)接系統(tǒng)擁有USB 總線所提供的即插即用和設(shè)備插架特性, 方便其通過USB 接口靈活接入同時擁有多個外設(shè)的計算機主機系統(tǒng)。關(guān)鍵詞:USB;EPP;轉(zhuǎn)接系統(tǒng)中圖分類號:TP368.3 文獻標識碼:A文章編號:1008- 0570(2005)11- 2- 0166- 03 在傳統(tǒng)的I/O 模式中,計算機外設(shè)通常映射為CPU 中固定I/O 地址,要求由主機分配一個指定的IRQ 中斷請求。由于PC 機的端口和中斷資源有限,因而使外設(shè)的可擴展性受到局限;同時,隨著電腦應(yīng)用的拓展,PC 機的外設(shè)接口越來越多,外設(shè)對系統(tǒng)資源的獨占性也容易導(dǎo)致系統(tǒng)資源沖突。由于各種外部設(shè)備不斷增加,容易導(dǎo)致各種I/O 沖突。由Intel、Compaq、Microsoft、IBM等廠商所提出的USB 總線標準,基于即插即用和設(shè)備插架技術(shù),設(shè)備接入時不影響應(yīng)用程序的運行,具有良好的可擴充性和擴展的方便性。目前USB 協(xié)議已經(jīng)發(fā)展到了最新的2.0 版本,可支持峰值傳輸速率為480Mbps 的高速外設(shè),可提供4~8 個USB 2.0 接口,同時通過USB 集線器(HUB)的擴展還可以支持多達127 個外設(shè)同時連接,基本上解決了各種外設(shè)同時存在同時使用的所有問題。基于USB 接口的上述優(yōu)點,目前的計算機,特別是筆記本計算機基本上都只配備USB 接口,而取消了傳統(tǒng)的串口和并口,這對那些以前購置的需要與計算機進行通信而只有串口或并口的各種儀器的繼續(xù)使用造成了極大的障礙。 針對傳統(tǒng)的數(shù)字化儀器與計算機通信中存在的接口不足的問題,本文設(shè)計了一個USB/EPP 轉(zhuǎn)接系統(tǒng),使其能夠從計算機的USB 接口接收數(shù)據(jù),經(jīng)過格式轉(zhuǎn)換,從USB/EPP 轉(zhuǎn)接系統(tǒng)的并行接口EPP 發(fā)送給傳統(tǒng)的儀器設(shè)備;同時也能夠從USB/EPP 轉(zhuǎn)接系統(tǒng)的并行接口EPP 接收數(shù)據(jù),將其轉(zhuǎn)化為USB 幀格式,并發(fā)送到計算機的USB 接口。從而使僅具有EPP 接口的傳統(tǒng)儀器設(shè)備借助于USB/EPP 轉(zhuǎn)接系統(tǒng),可以繼續(xù)正常使用。2 USB 總線2.1 USB 系統(tǒng)描述及總線協(xié)議USB 是一種電纜總線,支持在主機和各種即插即用外設(shè)之間進行數(shù)據(jù)傳輸。由主機預(yù)定的標準協(xié)議使各種設(shè)備分享USB 帶寬,當其它設(shè)備和主機在運行時,總線允許添加、設(shè)置、使用以及拆除外設(shè),這為多個儀器設(shè)備共享同一個主計算機提供了可能。USB 協(xié)議采用了管道模型的軟硬件協(xié)議,摒棄了一般外設(shè)協(xié)議的端口映射方式,從而有效地避免了計算機應(yīng)用系統(tǒng)I/O 端口地址沖突。根據(jù)功能劃分,一個USB 系統(tǒng)由三個部分組成:即USB 互連、USB 主機和USB 設(shè)備。圖1 給出了USB系統(tǒng)的通用拓撲結(jié)構(gòu)。

    標簽: USB EPP 轉(zhuǎn)接

    上傳時間: 2013-10-09

    上傳用戶:半熟1994

  • 九宮格的A*算法實現(xiàn) 可以選擇兩個估價函數(shù)

    九宮格的A*算法實現(xiàn) 可以選擇兩個估價函數(shù),完成九宮格的自動求解。指導(dǎo)學(xué)生完成的一個優(yōu)秀的課程設(shè)計,附完整的源代碼和課程設(shè)計文檔,主要是算法。

    標簽: 算法 函數(shù)

    上傳時間: 2015-01-22

    上傳用戶:xyipie

  • a zipped example for using a USB camera directly from Java

    a zipped example for using a USB camera directly from Java

    標簽: directly example zipped camera

    上傳時間: 2013-12-17

    上傳用戶:15736969615

  • A Simple bulk transfer. Example code of the EZ-USB

    A Simple bulk transfer. Example code of the EZ-USB

    標簽: transfer Example Simple EZ-USB

    上傳時間: 2013-12-24

    上傳用戶:來茴

  • This driver implements a COM port interface for USB Point-of-Sale devices

    This driver implements a COM port interface for USB Point-of-Sale devices

    標簽: Point-of-Sale implements interface devices

    上傳時間: 2013-12-22

    上傳用戶:希醬大魔王

  • Stantor is a Domotic project. It is a SCADA for the computer interface board K8055 (USB bus), K8000

    Stantor is a Domotic project. It is a SCADA for the computer interface board K8055 (USB bus), K8000 (I2C bus) , X10 modules and also Webcam. It uses Browser WEB, I-mode and Wap2/Wap1, Apache,mySQL, PHP, javascript. It run with Linux 2.4 or 2.6 and XP

    標簽: interface computer Stantor Domotic

    上傳時間: 2013-12-18

    上傳用戶:sevenbestfei

  • This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th

    This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.

    標簽: developed indicated keyboard Cherry

    上傳時間: 2015-04-02

    上傳用戶:nanxia

  • USBarmLP2148 This is a USB Memory Device demonstration for the Keil MCB2140 Board with Philips LPC2

    USBarmLP2148 This is a USB Memory Device demonstration for the Keil MCB2140 Board with Philips LPC2148.

    標簽: demonstration USBarmLP Philips Memory

    上傳時間: 2013-12-14

    上傳用戶:rocwangdp

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.

    標簽: firmware mouse translates translator

    上傳時間: 2015-04-26

    上傳用戶:cuiyashuo

主站蜘蛛池模板: 许昌市| 万盛区| 察雅县| 深圳市| 兴和县| 右玉县| 若尔盖县| 揭西县| 都匀市| 都安| 敦煌市| 兰州市| 格尔木市| 武夷山市| 望谟县| 中江县| 章丘市| 行唐县| 江城| 郓城县| 时尚| 保德县| 南雄市| 越西县| 杭州市| 固镇县| 汝南县| 台江县| 远安县| 民勤县| 边坝县| 信宜市| 原平市| 资中县| 安庆市| 墨玉县| 通城县| 容城县| 温州市| 莒南县| 改则县|