this bulk loopback firmware based on the firmware frameworks. Loops back EP2OUT to EP6IN and EP4OUT to EP8IN. Building this example requires the full version of the Keil Tools.
標簽: firmware frameworks loopback EP2OUT
上傳時間: 2013-12-25
上傳用戶:liglechongchong
bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will always accept a bulk OUT EP6IN will always return a 512 byte packet. The packet contains an incrementing byte starting at 0x02. Since EP6 always returns a 512 byte packet, this endpoint should never be accessed except with a high-speed host controller. EP8IN will continuously return the packet most recently written to EP4OUT
標簽: bulk will endpoint firmware
上傳時間: 2016-01-14
上傳用戶:sk5201314
USB bulk傳輸協議,包括CBW,CSW的格式定義
上傳時間: 2016-02-26
上傳用戶:aa54
本文介紹了USB設備bulk模式驅動程序的設計。該設計使用FIFO消息隊列、信號量機制和定時器中斷機制,可在不同的操作系統中實現。文中所用到的程序體系結構對于實現不同USB設備進行bulk模式通訊是通用的。
上傳時間: 2014-01-20
上傳用戶:wpwpwlxwlx
pic18f4550 作的USB bulk傳輸,理論可到1MB/S,600H FLASH空間
上傳時間: 2016-03-18
上傳用戶:一諾88
這是在源有代碼上修改的驅動,具有bulk,ISO,CONTROL等傳輸模式,可通過DA,DB命令向Cypress68013ar芯片寫入并讀取相關信息,同時可以將從USB總線上獲取的數據直接保存為文件的功能
標簽: CONTROL Cypress 68013 bulk
上傳時間: 2014-01-18
上傳用戶:SimonQQ
包括了bulk傳輸和流傳輸的源碼,芯片固件程序以及win32應用程序,實現了USB接口的波形發生器,已調試通過
上傳時間: 2016-04-24
上傳用戶:腳趾頭
usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
進行USB HOST驅動開發的必備文檔。主要講解bulk ONLY協議。
上傳時間: 2016-05-19
上傳用戶:lnnn30
用DriverStudio 3.2的DriverWizard向導制作的ISP1581讀寫驅動程序,并附帶測試的應用程序,實現了bulk讀寫In和Out功能以及廠商請求功能Vendor Request,工程內附帶Inf文件和DriverStudio工程xml配置文件,可以自行修改,希望能幫到大家,共同進步
標簽: DriverStudio DriverWizard Request Vendor
上傳時間: 2014-01-25
上傳用戶:stvnash