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
New ISA/PC-104 Project
Go to RapidDriver Main Page

To create a new ISA or PC-104 RapidDriver project you must run the New Project wizard where you should select "Create new project for a legacy ISA device" at Step1:

isanew
 
 
Step 2 has nothing different with any other device type.  
 
Step3: ISA Resources  
 
isaresources  
 
 
Here you should describe up to 6 port/memory ranges. Also you can define if your device utilizes Irq and/or DMA channel.

Step4: All the same as described above  
   

The ISA project window look like this (has one additional page):

isaproject  

and contains three tab pages:

1. Device Description - enter the device installation information here  
 
2. ISA Resources  
 
3. Test Device  
 
4, Driver Description (RapidDriver Source Builder only)