Chapter 2 Putting Board through its Paces
Page2-5
VENDOR -- Vendor Request test
Detail Usage for -? option:
RwBulk INFO -?
RwBulk BULK -?
RwBulk DESC -?
RwBulk CLASS -?
RwBulk VENDOR -?
Examples:
RwBulk -u
RwBulk DESC 03 00 00 00FF
RwBulk -o Pipe00 -fo out.dat -vl 2
RwBulk -i 1 -r 8192 -fi in.dat -vl 2
RwBulk VENDOR NONE DEVICE -r 00 -v 0000 -i 0000 -l 0000
3. Use the -u command line option to view the USB pipe numbers.
C:\usb>rwbulk.exe BULK –? <Enter>
Usage for Read/Write test:
RwBulk [BULK] [-options]
-i [s] where s is the input pipe
-o [s] where s is the output pipe
-r [n] where n is number of bytes to read
-w [n] where n is number of bytes to write
-fi [fn] where fn is a filename for the input pipe
-fo [fn] where fn is a filename for the output pipe
-vl [n] where n is verbose level(0,2,5, default=2)
-c [n] where n is number of iterations (default=1, 0 is infinity)
The options and the meanings are:
-i [s] To specify the input pipe name the device(JOB60851) to the host direction.
-o [s] To specify the output pipe name the host to the device(JOB60851) direction.
-r [n] To activate operation of n-bytes read from the input pipe
-w [n] To activate operation of n-byte write into the output pipe.
-fi [fn] To specify a file name for bulk in operation using the input pipe.
-fo [fn] To specify a file name for data bulkout operation using bulk out pipe.
-vl [n] To specify verbose level as 0, 2 ro 5
-c [n] To specify the number of iterations of specified write and read operations
3. Use the -u command line option to view the USB pipe numbers.
C:\usb>rwbulk.exe –u <Enter>