usbiso.htm
来自「usb驱动及其测试程序(isochronous endpoint同步出来)」· HTM 代码 · 共 25 行
HTM
25 行
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="Microsoft Word 97">
<TITLE>The USBISO Sample</TITLE>
<META NAME="Template" CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
</HEAD>
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
<H2>The USBISO Sample</H2>
<P>The USBISO Sample accompanies Chapter 11 and illustrates how to program an isochronous endpoint.</P>
<P>The sample includes three components:</P>
<UL>
<LI>USBISO.SYS (SYS subdirectory) is a WDM driver for a USB device based on the Anchor Chips development board. </LI>
<LI>TEST.EXE (TEST subdirectory) is a Win32 console application for testing USBISO.SYS. </LI>
<LI>USBISO.HEX (EZUSB subdirectory) is the firmware image for the USBISO device.</LI></UL>
<H3>Building USBISO</H3>
<P>To build USBISO.SYS, follow the <A HREF="../../wdmbook.htm#wdmbuild">general instructions for building a WDM sample</A>. The Microsoft Visual C++ project file is named USBISO.DSP in the SYS subdirectory.</P>
<P>To build TEST.EXE, follow the <A HREF="../../wdmbook.htm#usermodebuild">general instructions for building user-mode programs</A>. The Microsoft Visual C++ project file is named TEST.DSP in the TEST subdirectory.</P>
<H3>Testing USBISO</H3>
<P>First follow the <A HREF="../../wdmbook.htm#usbtest">general instructions for testing USB samples</A> to install the device firmware (USBISO.HEX in the EZUSB subdirectory) and the driver. Then open a command prompt and run TEST.EXE from the TEST\DEBUG subdirectory. TEST will read from the device抯 isochronous endpoint and report the data, which should consist in rows of increasing hexadecimal numbers. (The numbers are actually the low-order 8 bits of the frame numbers within which the data were sent.)</P></BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?