Home    Prev Next    
Contents
RapidDriver Explorer
Introduction
The User Interface (Overview)
Device Description
Test Devices
Driver Description
New RapidDriver Project
Step 1: Select Device
Step 2: Project Description
Step 3: ISA Resources
Step 4: Driver Installation
Generic RapidDriver Project
Port I/O
Memory-mapped I/O
PCI Devices
Working With ISA/PC-104 Devices
New ISA/PC-104 Project
Hardware Resources for ISA/PC-104
Input/Output (I/O) Port Ranges
Memory Address Ranges
Interrupt Request (IRQ) Line
Direct Memory Access (DMA) Channel
Test ISA/PC-104 Device
Working With PCI Devices
New PCI Driver Project
Test PCI Device
PCI Header
Configuration Space
Base Address Registers (BARs)
Interruptions
Settings for bus-master DMA
Working with Parallel Port Devices
New Parallel Port Project
Test Parallel Port Device
Parallel Port Settings
LPT Pins
Ports And Bits
Interrupts
Working With USB Devices
New USB Project
Test USB Device
Descriptors and Configuration
Vendor/Class Requests
Pipe Operations
Feature Requests
Pipe Operations
Go to RapidDriver Main Page


usbpipes  
 
Reading operation

To start reading operation from interrupt or bulk pipe select pipe and press "Bulk/Interrupt Read" button from the "Read operation" box. After this RapidDriver opens window to which all data received from pipe is dumped. Listening process is indicated by 22 icon. To redirect data received during listening process to file on hard disk click "Save Data to File" check box and select existing or enter new file name in dialog.


Writing operation

During writing operation RapidDriver uses one of two sources as output buffer which is send to pipe. First source is "Output Data" memo. Data can be loaded to this memo from file using "Load Data from File" button or entered by hand in hexadecimal format. Other source of data send to pipe can be selected by clicking "Send File to Pipe" check box. File selected in appeared dialog is send to pipe after pressing "Bulk/Interrupt Write".