Designer Reference Manual USB08 Evaluation Board
228 Universal USB Device Driver (USBIO) MOTOROLA
Universal USB Device Driver (USBIO)
E.7.1.12 Control
This dialog page allows to access user-defined control pipes. It cannot
be used to access the default pipe (endpoint zero) of an USB device.
Related driver interfaces:
IOCTL_USBIO_PIPE_CONTROL_TRANSER_IN (page 180)
IOCTL_USBIO_PIPE_CONTROL_TRANSFER_OUT (page 181)
E.7.1.13 Read from Pipe to Output Window
This dialog page allows to read data from an Interrupt or Bulk pipe and
to dump it to the output window.For large amounts of data the transfer
may be slowed down because of the overhead involved with printing to
the output window. The printing of the data can be enabled/disabled by
the switch Print to Output Window.
Related driver interfaces:
ReadFile();
IOCTL_USBIO_ABORT_PIPE (page 177)
E.7.1.14 Read from Pipe to File
This dialog page allows to read data from the pipe to a file. This transfer
type can be used for Isochronous pipes as well. The synchronization
type of the Isochronous pipe has to be asynchronous. The app lica tion
does not support data rate feedback.
Related driver interfaces:
ReadFile();
IOCTL_USBIO_ABORT_PIPE (page 177)