Available 66 files for Comtrol RocketPort ISA
Select Files
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
EISA Configuration
Operating System
Configuration Files
Version
B
Size Driver
4KB
File Name
8000007b.zip
Observations
Comtrol(TM) RocketPort/RocketModem(TM)
EISA Configuration Files
Version 1.1.1
Date: 6/3/97
-------------------------
OVERVIEW
To use an ISA-bus RocketPort or RocketModem board in an EISA
system, you may need to load the RocketPort/Modem configuration files
into your EISA configuration setup.
The following information describes these configuration files
and how to use them.
-------------------------
AUDIENCE
This file is for people who are installing Comtrol hardware
on EISA-bus systems only. It is not relevant to PCI or ISA-only
systems.
-------------------------
!RKT0101.CFG INFORMATION
The !RKT0101.CFG file is used to configure the *FIRST* RocketPort
/RocketModem controller installed in a system. It reserves the
required I/O address space for the first controller. It also
reserves a minimum amount of I/O space, above 400H, needed for
the future installation of additional RocketPort controllers.
See the RocketPort/ISA Hardware Reference Card or the RocketModem
Installation and Configuration Guide for more information on
setting the DIP switch for addressing information.
When !RKT0101.CFG is executed, it defaults to a base I/O address
of 180 hex. This is the factory default DIP switch setting for
the RocketPort ISA series.
When you install a RocketPort/RocketModem board, make note of the
starting I/O address, as you will need this information when
loading the device driver. If you change this from the default
value of 180h, you will need to consult your hardware reference
to determine the necessary changes to the DIP switches on the
first RocketPort ISA controller.
!RKT0101.CFG does not reserve an interrupt, but defaults to a
condition where the interrupt is disabled. Depending on the
operating system that you are using, you may need to configure
an interrupt manually in the system configuration. See the Device
Driver Installation instructions for your operating system to
determine whether an IRQ is required. In some operating systems,
you may also need an IRQ to run at baud rates above 230 Kbps.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Rawrite Documentation
Operating System
Diagnostic
Version
A
Size Driver
2KB
File Name
rawrite3.doc
Observations
Documentation on using Rawrite.exe.
RaWrite 1.3
------------
Disclaimer of Warrenty
----------------------
Users of this software must accept this disclaimer of warranty: "This
software is supplied AS IS. Mark Becker disclaims all warranties, expressed
or implied, including, without limitation, the warranties of merchantability
and of fitness for any purpose. Mark Becker assumes no liability for
damages, direct or consequential, which may result from the use of this
software."
Purpose
-------
Write a disk image file to a floppy disk.
Equipment/Software Requirements
-------------------------------
* PC/XT/AT or 100% compatible with at least 256K of RAM and a floppy disk
drive.
* MS-DOS version 3.21 or greater.
* A formatted diskette.
This program uses well-documented generic low-level DOS and BIOS functions.
It should run on nearly every PC in existance. PS/2's should be able to run
RaWrite but this has not been tested.
CAVEAT
------
This program will write ANY disk file to a floppy, overwriting any previous
information that may have been present. If you wish to re-use a diskette
that has been written to by RaWrite then that diskette will probably need to
be reformatted; all MS-DOS specific information will have been erased.
Usage
-----
C> RAWRITE
And follow the prompts. All arguments are case-insensitive.
If the source and destination drives are the same, RaWrite will ask the user
to swap diskettes as required. Rawrite allocates a large buffer in RAM to
reduce the number of disk swaps.
RaWrite may be aborted at any time by typing ^C or CTRL-Break.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Rawrite.exe
Operating System
Diagnostic
Version
A
Size Driver
14KB
File Name
rawrite.exe
Observations
This is a Microsoft-base utility that is used to create disk images for use with our diagnostic disk image files
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Bootable Diagnostic
Operating System
Diagnostic
Version
1.92
Size Driver
1.4MB
File Name
1800056g.i
Observations
Review the procedures for creating a bootable diskette for Windows or Linux.
You will need a loopback plug to run the diagnostics. Make sure you also download Rawrite.exe.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FOSSIL
Version
1.71
Size Driver
137KB
File Name
6546.zip
Observations
There is an extensive readme file zipped with the driver 6546.zipSUBJECT: DOS INT14 & FOSSIL Driver readme.txt
for Comtrol(TM) RocketPort(R) Series Controllers
DRIVER: 6546 (RCKTFOSS.EXE, RFSMALL.EXE, RFMULTI.EXE)
VERSION: 1.71
REVISED: 12/15/97
OVERVIEW
======================================
RCKTFOSS is a DOS terminate-stay-resident (TSR) program that
provides a software interface for controlling RocketPort serial
cards. The "FIDO/Opus/SEAdog Standard Interface Layer" (FOSSIL)
has been a longtime standard for connecting BBS software to
multiport serial cards. INT14 BIOS functions are also supported
with the -j option.
RCKTFOSS requires a approximately 60K of memory and can
be loaded into high memory using the DOS 'loadhigh' command.
A non-buffered version, RFSMALL, is included which takes only
24K of memory. RFMULTI is another version which will work with
multiple RocketPort cards.
HELP
======================================
This driver includes command line help. To access help,
type RCKTFOSS -H at the DOS command line and press Enter.
LOADING THE DRIVER
======================================
To load the driver, issue the following DOS command line from
either the DOS prompt or a batch file:
[loadhigh] rcktfoss [-option -option]
Example: rcktfoss -p180 -c3 -l38400 -mn8
The options are explained in detail following the QUICKSTART.
QUICKSTART
======================================
Here are some typical driver configurations:
rcktfoss.exe -p180 -c3 -mn8
Multiport setup for ISA-bus RocketPort. This supports 8 ports
starting at COM3 (FOSSIL & INT14 Port:2). The RocketPort base
address is 180H.
rcktfoss.exe -b -c3 -mn8 -l38400
Multiport setup for PCI-bus RocketPort. This supports 8 ports
starting at COM3 (FOSSIL Port:2). Baud Rates will be locked
at 38400 for all ports.
rcktfoss.exe -p180 -c1
Single port setup for ISA-bus RocketPort. This supports 1 port
(COM1,fossil:0). It will use the first port on the RocketPort.
rcktfoss.exe -p180 -c1 -o1
Single port setup for ISA-bus RocketPort. This supports 1 port
using the 2nd port on the RocketPort board, but the program
will see it as COM1.
rcktfoss.exe -j -p180 -f0 -l9600
Single port setup for ISA-bus RocketPort using INT14 BIOS calls.
The base address is 180H, flow control is set to none (-f0),
and the baud rate is locked at 9600.
rfmulti.exe -mn24 -p180,100 -k8,16
Multiport, multiple board setup for two ISA-bus RocketPorts.
First RocketPort has 8 ports and a base I/O address of 180h,
while second RocketPort has 16 ports and a base I/O address
of 100h.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 2.2
Version
1.40
Size Driver
47KB
File Name
6547tar.gz
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 3.0
Version
A
Size Driver
27KB
File Name
1800016a.gz
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 3.1
Version
A
Size Driver
27KB
File Name
1800016a.gz
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 3.2
Version
A
Size Driver
27KB
File Name
1800016a.gz
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 4.x
Version
A
Size Driver
31KB
File Name
1800254a.tgz
Observations
For installation information, see the readme file bundled with the driver.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 5.1
Version
A
Size Driver
30KB
File Name
1800255a.tgz
Observations
For installation information, see the readme file bundled with the driver.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 5.2
Version
A
Size Driver
30KB
File Name
1800255a.tgz
Observations
For installation information, see the readme file bundled with the driver.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
FreeBSD 5.3
Version
A
Size Driver
30KB
File Name
1800255a.tgz
Observations
For installation information, see the readme file bundled with the driver.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Linux
Version
3.13
Size Driver
201KB
File Name
rocketport-linux-3.13.tar.gz
Observations
Supports all 2.4.x and 2.6.x kernels.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Using the API
Information
Manual PDF for MS-DOS
Operating System
Manual
Version
A
Size Driver
211KB
File Name
6508d1.pdf
Observations
MS-DOS v5.0 and v6.2 Table of Contents
Before You Begin
Scope ...........................................................................................2
Purpose........................................................................................2
Audience......................................................................................2
Prerequisites...............................................................................2
Suggestions .................................................................................2
Organization ...............................................................................2
Software or Document Changes ................................................2
Table of Contents
Examples.....................................................................................3
Flowchart ....................................................................................4
Tables ..........................................................................................4
Section 1. Installing RocketPort Systems
1.1. Product Introduction.........................................................5
1.2. Software and Hardware Installation Procedures............5
1.3. Installing the Software .....................................................5
1.4. Installing the Controller ...................................................7
1.5. Running the Sample Application .....................................8
Section 2. Developing Applications
2.1. API Features ......................................................................9
2.2. API Functions ....................................................................9
2.3. Writing the Configuration File.......................................10
2.4. Flowchart for Using the API ...........................................11
2.5. Application Example.......................................................11
2.6. Include Files (Step 3) ......................................................12
2.7. Configuring RocketPort Controllers (Step 4).................12
2.8. Using API Calls (Step 5)..................................................12
2.8.1. Understanding Device Numbers.........................13
2.8.2. Configuration Parameters for Serial Devices ....13
2.8.2.1. Open Type Parameter ...........................13
2.8.2.2. Baud Parameter ....................................14
2.8.2.3. Parity Parameter...................................14
2.8.2.4. Data Bits Parameter .............................14
2.8.2.5. Stop Bits Parameter ..............................14
2.8.2.6. Flow Control Parameter........................14
2.8.2.7. Detection Enable Parameter.................15
2.8.2.8. Modem Control Parameter ...................15
2.9. Writing Serial Data.........................................................15
2.10. Exiting the Application...................................................15
2.11. Reading Serial Data........................................................15
2.12. Installing and Detecting Events.....................................15
2.13. Double Buffering Transmit and Receive Data .............17
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Windows XP
Operating System
Manual
Version
C
Size Driver
3.4MB
File Name
rckt_winxp.pdf
Observations
This guide was originally written for Windows XP, but you can also use it for Windows Server 2003 installations Table of Contents
Overview ............................................................................................................................................................... 5
Driver Requirements ....................................................................................................................................... 5
Locating Current Drivers ................................................................................................................................ 5
Hardware Installation Documentation............................................................................................................ 5
Driver Features................................................................................................................................................ 6
Upgrading Your Operating System to Windows XP ....................................................................................... 6
Installing the Device Driver............................................................................................................................. 7
Installation Procedures.................................................................................................................................... 7
Upgrading the Driver (Existing Installation).................................................................................................. 9
Found New Hardware Wizard Installation (Driver Not Found) .................................................................. 15
Changing or Configuring Device Properties.................................................................................................. 19
Configuring Port Properties ........................................................................................................................... 21
Removing the Adapter and Driver ................................................................................................................. 24
Configuring Non-Plug and Play Devices...................................................................................................... 25
Installing Non-Plug and Play Devices ........................................................................................................... 25
Comtrol Tools..................................................................................................................................................... 33
Installing the Utilities (Windows 2000 and Windows XP) ........................................................................... 33
Using Test Terminal ...................................................................................................................................... 35
Using Port Monitor ........................................................................................................................................ 38
Using Peer Tracer .......................................................................................................................................... 43
Troubleshooting and Technical Support ..................................................................................................... 45
Troubleshooting.............................................................................................................................................. 45
Before calling Technical Support ................................................................................................................... 45
Technical Support .......................................................................................................................................... 46
Index .................................................................................................................................................................... 47
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Windows ME
Operating System
Manual
Version
THIRD EDITION
Size Driver
1MB
File Name
rckt_win98.pdf
Observations
Table of Contents
Table of Contents ................................................................................................................................3
Product Overview...............................................................................................................................5
Locating Current Drivers ............................................................................................................................ 5
Hardware Installation Documentation .................................................................................................... 5
Driver Features............................................................................................................................................. 5
Installation Prerequisites........................................................................................................................... 6
Installing the Device Driver..............................................................................................................7
Disabling or Removing the Driver ............................................................................................................ 7
Disabling the Windows 98/SE or ME Device Driver ....................................................................................................7
Removing PCI-Bus Adapters........................................................................................................................................7
Removing the Windows 98/SE or ME Device Driver ...................................................................................................7
Installing the New Driver........................................................................................................................... 8
Extracting the Installation Files..................................................................................................................................8
Installing Software: PCI, Universal PCI, or CompactPCI bus....................................................................................9
Installing Software: ISA-Bus......................................................................................................................................11
Advanced Configuration........................................................................................................................... 15
COM Port Numbering.................................................................................................................................................15
Remapping Baud Rates ..............................................................................................................................................16
Scan Rate.....................................................................................................................................................................17
Installation Without a Dedicated IRQ........................................................................................................................17
Stay Resident ..............................................................................................................................................................17
Fast ..............................................................................................................................................................................17
Changing the IRQ .......................................................................................................................................................17
Adding Adapters ......................................................................................................................................... 18
Adding PCI-Bus Adapters ..........................................................................................................................................18
Adding ISA-Bus Adapters...........................................................................................................................................18
Installing Modems and Adding Serial Printers..........................................................................21
Installing Modems ...................................................................................................................................... 21
Installation Requirements..........................................................................................................................................21
Installing a Modem .....................................................................................................................................................21
RocketModem Reconfiguration...................................................................................................................................27
Adding Serial Printers ............................................................................................................................... 28
Changing Printer Port Configuration .........................................................................................................................31
Changing Printer Port Assignment ............................................................................................................................31
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
WanderLink Installation Notes
Information
Manual PDF for Novell 4.11
Operating System
Manual
Version
A
Size Driver
24KB
File Name
wlink2.pdf
Observations
WanderLink and RocketPort Series Installation Notes
Installing the Server Side
Use the following procedure to install the server side of the WanderLink and RocketPort installation.
Perform this procedure from the workstation.
Note: If NetWare Connect is resident on your server, then use the Removing NetWare Connect
discussion in the Novell NetWare Connect Administration Guide.
1. Install the WanderLink server software using the WanderLink Administration Guide.
2. Install the RocketPort controller using the RocketPort Series Asynchronous I/O Device Driver
(6528) for the Novell NetWare Operating System Installation Reference Card or the Hardware
Reference Card that came with the controller.
3. Copy the AIORCKT.NLM file to the server.
4. Update the AUTOEXEC.NCF file to include WLSTART.
5. Use the RocketPort documentation (6528D) as a reference to add the following statement to the
top of the WLSTART file:
load AIORCKT port=IOADDR {node=NNN} {name=sss} {nports=PP} {fastbaud}
6. Start the WanderLink server using the WanderLink documentation.
Installing the WanderLink PC Client Side
Use the following procedure to install the server side.
1. Install the WanderLink PC client software using the WanderLink Client Pack Guide. Make sure
that you select from the range that includes from COM1 to COM4 for the COM port number during
the modem setup in the WanderLink Client screen.
2. Test the client by using the FUNKDIAL test in the WanderLink client screen under Connection
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for WFWG 3.11
Operating System
Manual
Version
A
Size Driver
63KB
File Name
6536d.pdf
Observations
RocketPort (ISA/;PCI) Series Device Driver (6536) for the
Windows 3.1 and Windows for Workgroups Operating Systems
Installation Reference Card
Scope
Use this Reference Card to install and to configure
RocketPort (ISA or PCI) series controllers and the
device driver for the Windows 3.1 or Windows for
Workgroups operating systems.
Note: This device driver supports up to four
RocketPort series controllers (space permitting).
Audience
This card is for people who install the software and
hardware for applications that run on the Windows 3.1
or Windows for Workgroups systems.
Prerequisites
This card assumes that you are running an ISA-based
or PCI-based personal computer with a Windows 3.1 or
Windows for Workgroups operating systems.
Installation Procedures
Use appropriate flowchart as guide to installing a
RocketPort series system.
Use the next discussion to configure any ISA controller
or controllers.
Configuring ISA Controllers
Use the following procedure to configure any
RocketPort ISA controllers:
1. Use the following table to set the DIP switch for
the I/O address range that you want the controller
to occupy.
For the first controller, select a 68-byte I/O address
range. For subsequent controllers, select a 64-byte
range.
Installing the Controller
Use the following procedure to install the controller or
controllers. If installing an ISA controller, make sure
that you have set the DIP switch to the desired I/O
address.
1. Turn the power switch for the system unit to the
OFF position.
2. Remove the system unit cover.
3. Select a slot to install the controller.
4. Insert the controller in the expansion slot, make
sure that it is properly seated.
5. Attach the controller to the chassis with the
expansion slot screw.
6. Replace the cover on the system unit.
Note: If you need pinout information, see the Hardware
Card that came with your controller.
If connecting a system with an interface box:
a. Attach the male end of the RocketPort cable to
the controller and the female end to the
connector on the interface box labeled Host.
Note: If you have a RocketPort 32/PCI, the connector
labelled J1 corresponds to ports 0 through 15 on
the interface box and the connector labeled J2
(closest to the bus) corresponds to ports 16
through 31.
b. Connect the peripherals to the interface box.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for OS-2
Operating System
Manual
Version
A
Size Driver
43KB
File Name
6522d-1st-ed.pdf
Observations
RocketPort OS/2 Device Driver
Software Installation Card
Product Overview
Use this Installation Card to install and configure the
RocketPort device driver for the OS/2 operating system.
This Installation Card assumes that you have already
installed the OS/2 operating system (level 2.0 or higher)
on an ISA- or PCI-bus personal computer, and that you
have a basic understanding of OS/2 operation.
The following notes and instructions were developed
using OS/2 Warp, Version 4.
Known Limits
This driver supports the RocketPort series of ISA- and
PCI-bus serial port boards only. It does not support the
RocketPort Plus, RocketPort 485, or RocketModem.
This driver does not support NDIS (LAN Distance
Remote Access.)
The following Set Device Control Block IOCTL
parameters are not available with this device driver:
• Input handshaking using DTR
• Output handshaking using DSR
• Output handshaking using DCD
• Input sensitivity using DSR
This device driver supports up to 128 ports using any
combination of up to four RocketPort controller boards.
Installation Overview
Follow these general steps to install your RocketPort
board and device driver:
1. Install the RocketPort board, using the instructions
given in the Hardware Installation Card.
2. Use the bootable diagnostics to verify that the
RocketPort is installed and working correctly.
3. Reboot into OS/2.
4. Create a RocketPort driver directory on your hard
disk. For example: C:\ROCKET
Editing the CONFIG.SYS File
After you copy the driver onto your hard disk, use a tool
such as Notepad (on the WIN-OS/2 Groups/Accessories
menu) to edit the CONFIG.SYS file and add one line to
initialize your RocketPort board(s) during boot-up.
The load line follows this format:
DEVICE=
-C
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for UNIX SVR4.2 (UnixWare 2.1.x)
Operating System
Manual
Version
A
Size Driver
42KB
File Name
2000033_a.pdf
Observations
RocketPort Series
Device Driver for the SCO UnixWare 2.1.x Operating System
Software Installation Card
Terminal Sessions in UnixWare 2.1.x
The following procedure is a step-by-step example of how
to enable login services and log in under UnixWare 2.1.x.
Adapt this procedure as needed.
Enabling Login Services
This example enables port r0a for direct connection at
38,400 baud.
1. Connect a null modem cable from RocketPort Board 1,
Port 0, to the modem port of a dumb terminal.
2. Set the terminal modem port baud rate to 38400, 8
data bits, no parity, 1 stop bit. If needed, reinitialize
the terminal so that it is using the new settings.
3. Enter this command to create a port monitor named
rckttest:
/comtrol/rckt/addttymon rckttest
4. Enter this command to create port service:
/comtrol/rckt/addttysrv rckttest r0a 38400_8N
5. From the terminal, enter your login name and
password. If you get gibberish in response, check the
terminal baud rate setting and verify that it matches
the baud rate setting on the server port. If you get an
intelligible response but still can’t log in, check the
parity and data bits settings.
To see the current settings for the RocketPort port,
enter this command on the system console:
stty -a < /dev/term/r0a
6. From the terminal, move around the system and open
files to verify that everything is working correctly.
Access the dcu utility to verify that the system is
interpreting ASCII control sequences correctly.
7. When you are finished, type exit and log out.
Solving Printer-Related Problems
To identify and resolve printer problems not related to
transparent print, follow these steps:
1. Verify that a serial printer is powered up, connected to
the correct port, and on-line.
2. Verify that the printer is connected using the correct
cable. See the RocketPort Hardware Installation Card
and your printer manual for connector pinouts and
cable specifications.
3. Move the printer to a standard serial port, and try it
there. If it works on a standard port but not on a
RocketPort, the problem may lie in the RocketPort
board or port configuration.
4. Move the printer back to a RocketPort port.
5. Enter this command to send a file directly to the
printer port:
cat /etc/termcap >/dev/term/rXX
Where XX is the port to which the printer is attached.
a. If you get nothing, check to make sure the device
driver is loaded, the port is enabled, and that you
are in fact connected to the port you think you’re
connected to. If all of this is true, connect the
printer to the COM1 or COM2 port and repeat this
step. If the printer still fails to print, the problem is
in the printer. If the printer does print, run the
RocketPort diagnostic.
b. If you get a partial file printout or garbled
characters, go to the sections on Flow Control.
c. If the file is printed correctly, but you are unable to
print from an application, check the application
setup.
d. If the file is printed correctly, but you are unable to
print through the UNIX spooler, go to the section
on UNIX Spooler Problems.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Windows 2000
Operating System
Manual
Version
C
Size Driver
638KB
File Name
rckt_win2000.pdf
Observations
Table of Contents
Table of Contents................................................................................................................................ 3
Overview............................................................................................................................................... 5
How to Use this Document .......................................................................................................................... 5
Driver Requirements................................................................................................................................... 5
Driver Features............................................................................................................................................. 5
Locating Hardware Installation Documentation .................................................................................. 5
Upgrading Your Operating System to Win2000 ..................................................................................... 6
Driver and Adapter Information ..................................................................................................... 7
Removing or Disabling the Adapter ........................................................................................................ 7
Installing the Driver .................................................................................................................................... 7
Upgrading the Driver ................................................................................................................................ 13
Accessing the Main Setup Tab.................................................................................................................. 17
Changing Device Properties..................................................................................................................... 18
Configuring Device Properties ................................................................................................................ 19
Configuring Port Properties..................................................................................................................... 20
Adding Additional Adapters ..................................................................................................................... 20
Configuring Modems Overview...................................................................................................... 21
Installing Modems...................................................................................................................................... 21
Comtrol Tools .................................................................................................................................... 25
Installing the Utilities (Windows 2000 and Windows XP).................................................................. 25
Using Test Terminal .................................................................................................................................. 27
Using Port Monitor .................................................................................................................................... 30
Using Peer Tracer ...................................................................................................................................... 35
Troubleshooting and Technical Support ..................................................................................... 37
Troubleshooting.......................................................................................................................................... 37
Technical Support...................................................................................................................................... 38
Index .................................................................................................................................................... 39
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for UNIX SVR7 (Unixware 7.0.1)
Operating System
Manual
Version
A
Size Driver
42KB
File Name
2000057_a.pdf
Observations
RocketPort Series
Device Driver for the SCO UnixWare 7 Operating System
Software Installation Card
Before You Begin
Before you install the RocketPort device driver for SCO
UnixWare 7, you must:
• Install the RocketPort card or cards using the
Hardware Installation Card that came with your card
or download it from the web/ftp sites.
• Remove any older RocketPort device driver that may be
on your system.
• Obtain and extract the current driver files.
Removing the Existing Driver
Follow these steps to remove the existing RocketPort
driver:
1. Log in as the system administrator (root) and invoke
the pkgrm utility. Use this syntax:
pkgrm rckt
2. If you have other drivers to remove at this time, do so.
3. Shut down and reboot the system so that your changes
take effect.
shutdown -y -i6 -g0
Extracting the Driver Files
This driver is released in a .z file. The package is released
with the following file name format:
180xxxxY.tar.Z
where:
180xxxx is the Comtrol file name.
Y is the revision letter.
tar.Z means that the file has been compressed.
Note: The doscp command does not exist in UnixWare 7.
The following procedure requires that you have
Skunkware™ loaded so that you can use the mcopy
command.
1. Insert the diskette that contains the UnixWare 7 file
you downloaded.
2. Copy the 180xxxxY.tar.Z file from the floppy to the
/var/spool/pkg directory. For example:
mcopy a:180xxxxY.tar.Z /var/spool/pkg/180xxxxY.Z
3. Return to the command prompt as root, go to the /var/
spool/pkg directory, and type the following commands
to create a directory structure named rckt.
uncompress 180xxxxY.Z
tar xvf 180xxxxY
4. Go to Installing the Device Driver to install the driver.
Solving Modem-Related Problems
If you have problems connecting to a modem-equipped
port, disconnect the cable to the modem or turn off the
modem. You can use the cu command to test a port with no
modem present by using the loopback plug. Attach the
loopback plug to the port being tested and enter data; it
should appear (echo) to your screen.
After connecting to the port, reconnect or power on the
modem and set the modem parameters.
If you get a “connected” message when you test the modem
with cu but no response to an AT command, follow these
steps:
1. After issuing the cu command, press Enter several
times and watch the lights on the modem. The receive
light should flash. If only the send light flashes, the
local echo may be turned off. Use the ATE1 command to
turn on the modem’s local echo feature.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Windows Server 2003
Operating System
Manual
Version
C
Size Driver
3.4MB
File Name
rckt_winxp.pdf
Observations
This guide was originally written for Windows XP, but you can also use it for Windows Server 2003 installations Table of Contents
Overview ............................................................................................................................................................... 5
Driver Requirements ....................................................................................................................................... 5
Locating Current Drivers ................................................................................................................................ 5
Hardware Installation Documentation............................................................................................................ 5
Driver Features................................................................................................................................................ 6
Upgrading Your Operating System to Windows XP ....................................................................................... 6
Installing the Device Driver............................................................................................................................. 7
Installation Procedures.................................................................................................................................... 7
Upgrading the Driver (Existing Installation).................................................................................................. 9
Found New Hardware Wizard Installation (Driver Not Found) .................................................................. 15
Changing or Configuring Device Properties.................................................................................................. 19
Configuring Port Properties ........................................................................................................................... 21
Removing the Adapter and Driver ................................................................................................................. 24
Configuring Non-Plug and Play Devices...................................................................................................... 25
Installing Non-Plug and Play Devices ........................................................................................................... 25
Comtrol Tools..................................................................................................................................................... 33
Installing the Utilities (Windows 2000 and Windows XP) ........................................................................... 33
Using Test Terminal ...................................................................................................................................... 35
Using Port Monitor ........................................................................................................................................ 38
Using Peer Tracer .......................................................................................................................................... 43
Troubleshooting and Technical Support ..................................................................................................... 45
Troubleshooting.............................................................................................................................................. 45
Before calling Technical Support ................................................................................................................... 45
Technical Support .......................................................................................................................................... 46
Index .................................................................................................................................................................... 47
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Windows NT4
Operating System
Manual
Version
D
Size Driver
672KB
File Name
rckt_winnt.pdf
Observations
Table of Contents
Table of Contents................................................................................................................................ 3
Overview............................................................................................................................................... 5
How to Use this Document .......................................................................................................................... 5
Driver Requirements................................................................................................................................... 5
Locating Hardware Installation Documentation .................................................................................. 5
Installation Prerequisites ........................................................................................................................... 6
Driver and Adapter Information ..................................................................................................... 7
Removing an Existing Driver ..................................................................................................................... 7
Installing the Device Driver ....................................................................................................................... 8
Changing or Viewing Driver Configuration ......................................................................................... 15
Changing or Viewing Adapter Configuration ...................................................................................... 17
Changing or Viewing Port Configuration ............................................................................................. 19
Adding an Adapter ..................................................................................................................................... 22
Removing an Adapter................................................................................................................................ 22
Windows NT Configuration Overview.......................................................................................... 23
Configuring Modems ................................................................................................................................. 23
Installing and Configuring RAS............................................................................................................... 26
Configuring Printers ................................................................................................................................. 31
Comtrol Tools .................................................................................................................................... 34
Using Test Terminal .................................................................................................................................. 34
Using Port Monitor .................................................................................................................................... 37
Using Peer Tracer ...................................................................................................................................... 42
Troubleshooting and Technical Support ..................................................................................... 44
Troubleshooting.......................................................................................................................................... 44
Device Driver and OS Capabilities and Limitations........................................................................... 45
Technical Support...................................................................................................................................... 47
Index .................................................................................................................................................... 48
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Cable User Guide
Information
Manual PDF
Operating System
Manual
Version
SECOND EDITION
Size Driver
847KB
File Name
customcables.pdf
Observations
This cabling information is also located in the hardware installation document. Contents
Getting Started .......................................................................................................................5
Overview......................................................................................................................................................... 5
RS-422 Pinouts .............................................................................................................................................. 5
Standard Comtrol Cables ............................................................................................................................ 5
DTE versus DCE............................................................................................................................................ 6
RS-232 DTE to DCE .................................................................................................................................. 6
Straight-Through Cables ..................................................................................................................... 6
RS-232 DTE to DTE .................................................................................................................................. 6
Null-Modem Cables............................................................................................................................. 6
Data-Only Null-Modem Cables ........................................................................................................... 7
Control Loopback Cables ..................................................................................................................... 7
RS-422 to DTE Cables ............................................................................................................................... 7
Shielded vs. Unshielded ............................................................................................................................... 7
Building Cables for RocketPort Products........................................................................9
Overview......................................................................................................................................................... 9
DB9 Serial Cables and Loopback Plugs ................................................................................................... 9
Requirements ............................................................................................................................................. 9
DB9 Pinouts ............................................................................................................................................... 9
DB9 Loopback Plugs................................................................................................................................ 11
RS-232 Female Loopback Plug .......................................................................................................... 11
RS-422 Loopback Plug ....................................................................................................................... 11
DB9 Null-Modem Cables......................................................................................................................... 11
RS-232 Null-Modem Cable ............................................................................................................... 11
RS-422 Null-Modem Cable ................................................................................................................ 11
DB9 Straight-Through Cables ................................................................................................................. 12
RS-232 Straight-Through Cable........................................................................................................ 12
DB25 Serial Cables and Loopback Plugs ............................................................................................... 12
Requirements ........................................................................................................................................... 12
DB25 Pinouts ........................................................................................................................................... 12
DB25 Loopback Plugs.............................................................................................................................. 14
RS-232 Female Loopback Plug .......................................................................................................... 14
RS-422 Female Loopback Plug .......................................................................................................... 14
RS-232 Male Loopback Plug .............................................................................................................. 14
RS-422 Male Loopback Plug .............................................................................................................. 14
RJ11 Serial Cables and Loopback Plugs................................................................................................ 15
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
DIP Switches
Information
Manual PDF
Operating System
Manual
Version
A
Size Driver
55KB
File Name
rdip2.pdf
Observations
RocketPort and RocketPort RA Series
Setting the DIP Switch Reference
Setting the DIP Switch
To prepare your controller for installation, you may
need to set the I/O address DIP switch. The default I/O
address range is 180 through 1C3.
For the first controller, select a 68-byte I/O address
range. For subsequent controllers, select a 64-byte
range.
RocketPort controllers use I/O address ranges at 400
hexadecimal (hex) intervals above the I/O range. Most
peripherals use I/O address ranges between 0 and 3FF
hex. If you have peripherals installed above 400h, you
may experience an I/O conflict. The first controller
determines the settings for additional controllers.
If connecting a system with an interface box:
a. Attach the male end of the RocketPort or
RocketPort RA cable to the controller and the
female end to the connector on the interface
box labeled Host.
Note: If you have a RocketPort 32 or RocketPort RA32,
the connector labelled J1 corresponds to ports 0
through 15 on the interface box and the connector
labeled J2 (closest to the bus) corresponds to ports
16 through 31.
b. Connect the peripherals to the interface box.
If connecting a system with an Octacable:
a. Attach the male end of the Octacable to the
controller.
b. Connect the Octacable to the peripherals.
Note: If you need pinout information, see the Hardware
Reference Card that came with your controller.
Installing the Controller
After you set the I/O DIP switch, you are ready to
install the controller. Use the following steps to install
the controller:
1. Turn the power switch for the system unit to the
OFF position.
2. Remove the system unit cover.
3. Select a slot to install the controller.
4. Remove the expansion slot cover.
5. Insert the controller in the expansion slot, make
sure that it is properly seated.
6. Attach the controller to the chassis with the
expansion slot screw.
7. Replace the cover on the system unit.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Cheyenne FAXserve Installation Notes
Information
Manual PDF for Novell 5.0
Operating System
Manual
Version
A
Size Driver
12KB
File Name
cheyenne.pdf
Observations
Cheyenne FAXserve and RocketPort Series Installation Notes
Installing the System
Use the following procedure to install the server side of the FAXserve and RocketPort installation. Perform this procedure
from the workstation.
Note: If NetWare Connect is resident on your server, use the NetWare Connect utility (NWCCON) to exclude any ports used
by FAXserve from NetWare Connect. Refer to your Novell documentation if you need assistance.
1. Install the RocketPort controller using an available I/O address range.
2. Connect the modems to the RocketPort controller and turn them on.
3. Install the FAXserve software on the server using the FAXserve Administrator Guide.
4. Configure the modems and ports using the FAXserve Administrator Guide.
Note: Make sure you select the I/O address that you set the DIP switch to on the controller. FAXserve requires that you select
an available IRQ even though the AIO driver does not use an IRQ.
5. Install the BitWare Client software on the workstation using the FAXserve Administrator Guide.
6. Start the FAXserve using the FAXserve documentation.
Technical Support
• Installing FAXserve (server or client)
• Installing BitWare
• Getting the modems to work with FAXserve
You can contact Cheyenne Software, Inc. using one of the following methods:
• email: [email protected]
• FAX: (516) 465-5115
• Phone: (800) CHEYTEC or (516) 484-5110
If you are having problems with configuring the RocketPort controller, contact Comtrol Corporation:
• email: [email protected]
• FAX: (612) 631-8117
• Phone: (612) 631-7654
• BBS: (612) 631-8310 (for device driver updates)
• FTP Site: ftp://ftp.comtrol.com
Note: The BBS supports modem speeds up to 28.8 Kbps with 8 bits, and no parity.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Building Loopback Plugs
Information
Manual PDF
Operating System
Manual
Version
A
Size Driver
99KB
File Name
2000042_a.pdf
Observations
RocketPort ISA and PCI Series
Building Loopback Plugs
Hardware Tech Tip
Introduction
Loopback plugs are used with the diagnostic software to
test serial ports. This Hardware Tech Tip discusses
building loopback plugs for use with the following
RocketPort cards:
• RocketPort ISA- and PCI-bus boards that use an
external RS-232 or RS-232/422 interface box
• RocketPort ISA- and PCI-bus boards that use the
Quadcable or Octacable interfaces
• RocketPort 4J or 8J boards
Note: The Hardware Installation Cards contain
information about how to build loopback plugs for
the RocketPort 485 and RocketPort PCI 422 cards .
Building DB25 Male Loopback Plugs
Wire the following pins
together for an RS-232 plug.
• Pins 2 to 3
• Pins 4 to 5 to 22
• Pins 6 to 8 to 20
Wire the following pins
together for an RS-422 plug.
• Pins 15 to 19
• Pins 17 to 25
Building DB9 Female Loopback Plugs
Wire the following pins together for
an RS-232 plug:
• Pins 1 to 4 to 6
• Pins 2 to 3
• Pins 7 to 8 to 9
Building RJ45 Loopback Plugs
Wire the following pins together for an
RJ45 plug:
• Pins 4 to 5
• Pins 1 to 8
• Pins 2 to 6 to 7
Building RJ11 Loopback Plugs
Wire the following pins together for an
RJ11 plug:
• Pins 1 to 5 to 6
• Pins 3 to 4
Technical Support
• Model number
• Serial number
• Interface type
• I/O address and IRQ
• Operating system type and release
• Device driver version
• PC make, model, and speed
• List other devices in the PC and their addresses
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Linux
Operating System
Manual
Version
D
Size Driver
115KB
File Name
rckt_linux.pdf
Observations
RocketPort and RocketModem
Driver Installation for Linux
Installation Procedure
Use this procedure to install the driver.
1. If you have not done so already, install the hardware using the Hardware
Installation documentation.
2. If necessary, download the current device driver, copy and extract the files to
the /usr/src directory on the Linux system. For example:
Change to the /usr/src directory and use the untar command.
cd /usr/src
tar xzvf filename.tar.gz
A subdirectory of /usr/src now exists called comtrol. This contains the
RocketPort/RocketModem driver and associated files.
3. Recompile the RocketPort/RocketModem driver.
Note: This is not always necessary, depending on the version of your kernel,
but it is safe to do.
make clean
make
4. Install the RocketPort/RocketModem driver as root:
make install
5. If you are using more than one ISA RocketPort/RocketModem board, or have
installed an ISA RocketPort or RocketModem board at a non-standard
address, you will need to set up the file /etc/rocketport.conf. The /usr/src/comtrol
directory contains a sample rocketport.conf file. Copy it to the /etc directory and
edit it according to the comments contained in the file.
Note: This step is NOT necessary, if you are using only PCI RocketPort or
RocketModem boards.
6. Optionally, edit your /etc/rc.d/rc.S file (or other appropriate boot-up script) so
that the rc.rocket script runs automatically each time your system boots. This
is done for you automatically if you are using a system with System V init files,
such as is used in the RedHat or Debian releases.
7. Either reboot to load the driver into the currently running system, or
manually load the driver running the rc.rocket script with the start argument.
For example:
/rc.rocket start
8. Configure your applications and/or your getty scripts as appropriate for your
application.
Note: The RocketModem looks to Linux like a RocketPort card with modems
attached; you can refer to the RocketModem AT command set on the
Comtrol CD or ftp/web sites.
9. For PCI-ONLY installation:
Edit the rocketport.conf script to remove or comment out the boardx=0xxx"
statement.
10. Optionally, edit your /etc/rc.d/rc.S† file so that the rc.rocket script runs
automatically each time the system boots. For example:
/bin/sh /etc/rc.d/rc.rocket
†This file may have a different file name, depending upon the Linux
distribution type.
Note: The rc.rocket script requires that setrocket be installed in the /bin
directory. The setrocket program creates the ttyRx devices (where x is a
number designating the port). The setrocket program is structured much
like the familiar setserial program, and performs a similar function.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Software Installation
Information
Manual PDF for Novell 5.0
Operating System
Manual
Version
B
Size Driver
383KB
File Name
2000102b.pdf
Observations
RocketPort and RocketModem
Driver Installation for Novell NetWare
How to Use this Document
You can use the interactive Table of Contents to locate the information you need.
Note: All blue underlined text are jumps to the information referenced.
Driver Requirements
This document discusses installing and configuring the RocketPort/RocketModem series driver for the Novell
operating system.
• NetWare 4.1x (MPR 3.1A or higher and/or NetWare Connect 2.0.30 or higher)
• IntranetWare I with NIAS (Support Pack V1.0)
• NetWare 5.0
Locating Information
For hardware specific information or the product overview, see the Hardware Installation documentation that
is available on the Comtrol CD or you can download the current version from the ftp/web site.
Comtrol documents are available in electronic form on the Comtrol web/ftp site. Driver updates can be
downloaded at no charge from the Comtrol web/ftp site. Always check the web or ftp sites to make sure that
you have the current driver and documentation.
Installation Overview
The driver installation process follows this basic outline:
1. Prepare the installation media. If you received the driver in zipped format (as a single file with a .zip
extension), extract the driver files and create an installation diskette or copy the files to the /system
directory on the server.
Note: For information about extracting files, see extract.htm.
2. If you created a diskette, copy the driver files into the /system directory on the server.
3. Initialize and configure the driver.
4. If you use NetWare Connect or a similar third-party product, use the load command to initialize the
driver, then use nwccon (4.1.x) or niascfg (5.x) to configure the driver and external devices.
Note: If you use nwccon for 5.x, you get a modified version of nwccon.
5. If you use NIAS or MPR, use inetcfg (4.1.x) or niascfg (5.x) to initialize and configure the driver and
external devices.
6. Down and restart the server.
7. Resume normal operations.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Hardware Installation
Information
Manual PDF
Operating System
Manual
Version
F
Size Driver
357KB
File Name
2000044.pdf
Observations
Also, contains all hardware-related information, including connectors, interfaces, and specifications. RocketPort ISA
Hardware Installation
This Hardware Installation document discusses the
following information:
• Product overview
• RocketPort terminology
• Before installing the hardware
• Installing the hardware
• Interface overview
• Interface connectors and building loopback plugs
- DB9
- DB25
- RJ45 or RJ11
• Setting ISA DIP switches
• Hardware specifications
• FCC notices
• Troubleshooting and creating diagnostics
• Contacting Technical Support
Product Overview
The RocketPort ISA series multiport serial card fits into
the ISA or EISA slot of a personal computer, and uses a 36
MHz processor that is specifically designed to process
asynchronous serial communications.
The RocketPort ISA series uses Application Specific
Integrated Circuits (ASICs) technology to replace most
hardware components, including:
• Theprocessor
• Serial controller
• Bus interface logic and other miscellaneous logic
To eliminate memory mapping conflicts, the RocketPort
ISA series is I/Omapped.
RocketPort Terminology
For the purposes of the following discussions, these
products are referred to as “RocketPort ISA” cards:
• RocketPort ISA-bus boards (any interface type
including 4J, 8J, Quadcable, and Octacable)
• RocketPort485
These products are referred to as “RocketPort PCI” cards:
• RocketPort PCI-bus boards (any interface type
including 4J, Quadcable, and Octacable)
• RocketPortPlus
• RocketPortPCI422
Before Installing the Hardware
Read this subsection:
• If you already have one or more RocketPort ISA cards
installed in your system.
• If you plan to install a combination of RocketPort ISA
and RocketPort PCI cards at this time.
Installing Both RocketPort ISA and PCI Cards:
You must complete the installation of all RocketPort PCI
cards before beginning to install any RocketPort ISA cards.
Explanation:
I/O addressing for RocketPort PCI cards is handled
automatically by the computer’s BIOS when you first
power up the computer after installing the cards.
I/O addresses for RocketPort ISA cards are set manually
using DIP switches on the card. If you install an ISA card
before installing a RocketPort PCI card, the ISA card
addressing may interfere with the computer’s ability to
recognize the RocketPort PCI card which may prevent the
PCI card from functioning properly.
Additional Considerations:
If you are mixing RocketPort ISA and PCI cards, set the
DIP switches on the ISA cards so that the first ISA card
that you install is the “first” card for I/O addressing
purposes, even if it is physically the second, third, or fourth
card that you install. See the Setting the DIP Switches
discussion for switch information.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Using Comtrol Diagnostics
Operating System
Manual TXT
Version
A
Size Driver
3KB
File Name
readme.txt
Observations
USING COMTROL DIAGNOSTICS
You will need to download at least two files from the Diag
directory to create your own bootable floppy diagnostic diskette.
Contained in each Diag directory are the following files:
* Diskette image file (*.i)
* Rawrite.exe
Note: The Rawrite3.doc file contains similar information as
this file.
MAKING BOOTABLE DIAGNOSTIC DISKETTES
------------------------------------
To run the diagnostics, you will need to create your own bootable
diagnostic diskette using a High-Density (HD), 1.44M diskette and
using the directions for one of the following operating systems:
* Windows
* DOS
* Unix
-------
WINDOWS
-------
To create a bootable diagnostics diskette, after downloading the
image file and Rawrite.exe from the Comtrol ftp site:
1. Obtain a formatted 1.44MB diskette.
2. Go to the appropriate Diag directory for your hardware type
and double-click on Rawrite.exe.
RaWrite may be aborted at any time by typing ^C or CTRL-Break.
3. Enter the disk image source file name. For example:
150xxxxY.i or 180xxxxY.i
where: xxxx are numbers and Y is an alpha-character.
4. Enter the target diskette drive. For example: a
5. Insert the formatted diskette into the target drive and press
the ENTER key.
---
DOS
---
To create a bootable diagnostics diskette, after downloading the
image file and Rawrite.exe from the Comtrol ftp site:
1. Obtain a formatted 1.44MB diskette.
2. To format a diskette in drive: a, type at the DOS prompt:
format a:
3. At the DOS prompt, enter the appropriate directory path from
the CD. For example:
4. To start Rawrite, type:
----
UNIX
----
To create a bootable diagnostics diskette, use the dd command to
copy the diskette image file out to a floppy drive. For example:
dd if=
of=/dev/rfd0135ds18 (primary 3.5" drive)
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Using MiniCom
Operating System
Manual TXT Linux
Version
C
Size Driver
7KB
File Name
minicom.txt
Observations
For Linux Only
Using MiniCom to Test
Comtrol Serial Ports
This procedure discusses how to use MiniCom in Linux to test ports using a null-modem cable connected
between two ports. If necessary, cabling information is available in each product’s hardware installation
documentation.
Note: This document uses ports ttyR0 and ttyR1 in the examples. You will
Note: Linux is case sensitive, be sure to use the proper case. tty is lower case, R, V and SI are in uppercase.
Instructions for testing modem products are included at the end of this document.
Testing Serial Ports
Use this procedure to test serial ports:
1. Verify that the driver has been installed and loaded using the installation documentation.
2. Connect a null-modem cable to Ports 0 and 1 on the device.
3. Log in to Linux if you have not already do so.
4. At the system prompt, change directory to the /dev directory so that a listing of the created Comtrol ports
may be seen.
[root@localhost/root]# cd /dev
5. List the Comtrol ports.
[root@localhost/dev]# ls ttyR*
This should show the tty ports that have been installed beginning at 0 (zero) and sequentially numbered
to the highest port on the device. For example, a RocketPort 16 has ttyR0 through ttyR15 displays as:
ttyR0 ttyR10 ttyR12 ttyR14 ttyR2 ttyR4 ttyR6 ttyR8
ttyR1 ttyR11 ttyR13 ttyR15 ttyR3 ttyR5 ttyR7 ttyR9
6. Return to the home directory:
[root@localhost/dev]# cd ..
7. Start Minicom with the setup option to configure the appropriate port.
[root@localhost/root]# minicom -s
The following warning message may appear:
minicom:Warning: Configuration file not found, using defaults
The following screen should appear:
[Configuration]
Filenames and paths
File transfer protocols
Serial port setup
Modem and dialing
Screen and keyboard
Save setup as dfl
Save setup as...
Exit
Exit from Minicom
8. Using the up and down arrow keys select Serial port setup. The following window should appear:
A - Serial Device : /dev/modem
B - Lockfile Location : /var/lock
C - Callin Program
D - Callout Program
E - Bps/Par/Bits : 38400 8N1
F - Hardware Flow Control : Yes
G - Software Flow Control : No
Change which setting?
9. Enter a and the cursor should move to the end of A - Serial Device : /dev/modem.
10. Using the backspace key, change modem to ttyRx (
where x is a number of the port to test. This example uses Ports 0 for the first terminal window, so the
line should read, A - Serial Device : /dev/ttyRx
Note: Linux is case sensitive, be sure to use the proper case. In this the first terminal window we will use
Port 0, so the line should read A - Serial Device : /dev/ttyR0
11. With the cursor at the Change which setting? option, press the Enter key to close this screen and return to
the configuration screen.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Galacticom Worldgroup drivers (V2.0 and V3.0)
Operating System
MS-DOS
Version
1.2.01B
Size Driver
223KB
File Name
6542.zip
Observations
MS-DOS v5.0 and v6.2 Installation Notes
RocketPort(R) Worldgroup(R) Driver, MS-DOS(R)
For the Galacticomm Worldgroup/MajorBBS, MS-DOS
Part Number: 6542
Version: V1.2.01B
March 26, 1998
INSTALLING THE DEVICE DRIVER
Use the following procedure to install the driver.
1. Unzip the 6542.ZIP contents in an empty directory.
2. If you are running a Worldgroup version prior to V3.0, then
unzip the V2.ZIP file.
If you are running Worldgroup V3.0, unzip the V3.ZIP file.
3. Run install.exe.
The install program asks you to verify the source and destination
directories, and then continues to copy the required files.
After this is done, the install program starts up the Worldgroup
Server. A complete readme file should be available in the
WGSERV directory as README.TXT for configuration information.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
MS-DOS
Version
1.71
Size Driver
137KB
File Name
6546.zip
Observations
There is an extensive readme file zipped with the driver. 6546.zipSUBJECT: DOS INT14 & FOSSIL Driver readme.txt
for Comtrol(TM) RocketPort(R) Series Controllers
DRIVER: 6546 (RCKTFOSS.EXE, RFSMALL.EXE, RFMULTI.EXE)
VERSION: 1.71
REVISED: 12/15/97
OVERVIEW
======================================
RCKTFOSS is a DOS terminate-stay-resident (TSR) program that
provides a software interface for controlling RocketPort serial
cards. The "FIDO/Opus/SEAdog Standard Interface Layer" (FOSSIL)
has been a longtime standard for connecting BBS software to
multiport serial cards. INT14 BIOS functions are also supported
with the -j option.
RCKTFOSS requires a approximately 60K of memory and can
be loaded into high memory using the DOS 'loadhigh' command.
A non-buffered version, RFSMALL, is included which takes only
24K of memory. RFMULTI is another version which will work with
multiple RocketPort cards.
HELP
======================================
This driver includes command line help. To access help,
type RCKTFOSS -H at the DOS command line and press Enter.
LOADING THE DRIVER
======================================
To load the driver, issue the following DOS command line from
either the DOS prompt or a batch file:
[loadhigh] rcktfoss [-option -option]
Example: rcktfoss -p180 -c3 -l38400 -mn8
The options are explained in detail following the QUICKSTART.
QUICKSTART
======================================
Here are some typical driver configurations:
rcktfoss.exe -p180 -c3 -mn8
Multiport setup for ISA-bus RocketPort. This supports 8 ports
starting at COM3 (FOSSIL & INT14 Port:2). The RocketPort base
address is 180H.
rcktfoss.exe -b -c3 -mn8 -l38400
Multiport setup for PCI-bus RocketPort. This supports 8 ports
starting at COM3 (FOSSIL Port:2). Baud Rates will be locked
at 38400 for all ports.
rcktfoss.exe -p180 -c1
Single port setup for ISA-bus RocketPort. This supports 1 port
(COM1,fossil:0). It will use the first port on the RocketPort.
rcktfoss.exe -p180 -c1 -o1
Single port setup for ISA-bus RocketPort. This supports 1 port
using the 2nd port on the RocketPort board, but the program
will see it as COM1.
rcktfoss.exe -j -p180 -f0 -l9600
Single port setup for ISA-bus RocketPort using INT14 BIOS calls.
The base address is 180H, flow control is set to none (-f0),
and the baud rate is locked at 9600.
rfmulti.exe -mn24 -p180,100 -k8,16
Multiport, multiple board setup for two ISA-bus RocketPorts.
First RocketPort has 8 ports and a base I/O address of 180h,
while second RocketPort has 16 ports and a base I/O address
of 100h.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Comtrol API Source Code
Operating System
MS-DOS
Version
1.33
Size Driver
233KB
File Name
6508.zip
Observations
DOS Application Programming Interface(API) Library
for the Comtrol(TM) RocketPort(R) Series Board
Ref No: 6508, V1.33
(see bottom of file for release notes.)
DISCLAIMER
This is not the recommended solution for multiport serial board
development. You should consider some standard solutions prior to
committing to this RocketPort specific code. Consider using Comtrol's MSDOS
INT14-FOSSIL driver which is a MSDOS TSR. The advantage here is that
other drivers for standard com-ports and other multiport products exist,
and the driver is a separate component maintained by Comtrol.
The INT14-FOSSIL driver can perform as a standard INT14 PC COMM BIOS
driver or as a more powerful INT14 FOSSIL driver. An INT14 FOSSIL
driver is an enhanced INT14-BIOS driver which
is capable of block reads and writes. The FOSSIL INT14 extensions
have been popular for BBS use. The INT14-FOSSIL driver can also be
run in multiple DOS-BOXes in a multitasking environment.
The INT14-FOSSIL driver also contains sample C code to make
your development easier.
So in other words, please DO NOT use this DOSAPI tool set if you
do not have to. Download and attempt to use the MSDOS INT14/FOSSIL
driver for MSDOS development. Download and use the Windows driver
for Windows development.
Comtrol will provide no additional development assistance with this
code. What you see is what you get. We will be happy to accept
bug reports, and to attempt to maintain this code, but we will not
offer general development assistance.
Examples:
* If the RocketPort hardware does not satisfy your needs, or
you feel it is not documentation adequately, we cannot offer
additional help. Further hardware documentation is considered
proprietary, and is not available.
* If you want to compile this code using a GUI tool set(Visual-C)
you are on your own, we will not provide assistance in doing so.
* If you need to use the HUGE memory model, we cannot provide
assistance in doing so. You are expected to have the software
expertise.
* If this code set does not function for you, it is assumed that
you have the expertise to fix it. We cannot offer direct
assistance in doing so.
DISCLAIMER, REAL TIME DEVELOPMENT
The RocketPort hardware is not a good choice for generating
event based interrupts. If you are looking for hardware which
is very proficient at generating interrupts, then look at
16550 hardware. The RocketPort hardware is geared at moving
lots of data efficiently, preferably without interrupts.
INSTALLING
To install, make a new directory and copy the DOSAPI.ZIP file into it.
Then run>PKUNZIP -D DOSAPI.ZIP
(Use the -D option to unpack the directory structure.)
This should unpack things and you should find a
SAMPLE, TEXT and BAUD directory within this directory.
To test the installation, go into the SAMPLE directory and run
TERML.EXE. The TERM.C program uses a new auto-detect feature
aaAutoConfig() which requires no installation setup. It will
perform the appropriate PCI-BIOS calls to locate any PCI boards,
and will also search for ISA-boards.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Novell 4.11
Version
5.05
Size Driver
164KB
File Name
1800014b.zip
Observations
RocketPort/RocketModem
Novell Driver Assembly
History
20 Mar 2000 - 5.05
Updated AIORCKT.DOC
11 Feb 00 - V5.04
Update the driver to support the PCI RocketModem boards. Also added support for PCI detection by making the driver NBI aware. The FINDRCKT DOS utility has been removed and its functionality has been moved inside the driver and can be used by entering 'LOAD AIORCKT FINDPCI'. With The PCI detection now in the driver the method of loading the driver for a PCI board has been changed to 'LOAD AIORCKT PCI'. A simple terminal utility, 'RCKTTERM.NLM', has been added. It provides a way of selecting a board and a port or ports for LOOPBACK testing or a method of talking directly to a modem.
-WRD
11 Feb 99 - V5.03
Modify FINDRCKT to identify RP 4RJ, fix 32port bug.
-FABA
20 May 98 - V5.02
Recompile AIORCKT using SDK 2.0c for 3.12 compatibility. Add 56K V.90 RocketModem definitions.
Tinker with AcquirePort to reject HYPERBAUD attempts on non-HYPERBAUD (i.e., non-921) boards.
-FABA
14 Apr 98 - V5.01
NWCCON fails to complete initialization of ports associated with modems defined as 'United Kingdom' or 'United States'. Altered modem descriptions to 'UK' and 'USA'.
-FABA
1 Apr 98 - V5.00
Added international RocketModem support. Added error and info code numbers.
-FABA
9/30/97 - V4.02
This release adds support for the Ring Indicator status bit on the RocketPort Plus (921) board. It also fixes a problem with NOVELLs 'GetPortsRollCall'. It returned 0 for the 'external status' and 'changed external status' fields.
-WRD
8/13/97 - V4.01
This release is essentially the same as V4.00. It was necessary to change the revision because of the way the files are grouped when the driver is shipped. The problem was in INETCFG. It was impossible to select the HYPERBAUD option for the 921 board. This required changes to the AIORCKT.ADI file. To keep revisions straight it became necessary to rev the driver. This driver did ship on the RocketModem diskette (6550).
-WRD
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Novell 5.0
Version
5.05
Size Driver
164KB
File Name
1800014b.zip
Observations
RocketPort/RocketModem
Novell Driver Assembly
History
20 Mar 2000 - 5.05
Updated AIORCKT.DOC
11 Feb 00 - V5.04
Update the driver to support the PCI RocketModem boards. Also added support for PCI detection by making the driver NBI aware. The FINDRCKT DOS utility has been removed and its functionality has been moved inside the driver and can be used by entering 'LOAD AIORCKT FINDPCI'. With The PCI detection now in the driver the method of loading the driver for a PCI board has been changed to 'LOAD AIORCKT PCI'. A simple terminal utility, 'RCKTTERM.NLM', has been added. It provides a way of selecting a board and a port or ports for LOOPBACK testing or a method of talking directly to a modem.
-WRD
11 Feb 99 - V5.03
Modify FINDRCKT to identify RP 4RJ, fix 32port bug.
-FABA
20 May 98 - V5.02
Recompile AIORCKT using SDK 2.0c for 3.12 compatibility. Add 56K V.90 RocketModem definitions.
Tinker with AcquirePort to reject HYPERBAUD attempts on non-HYPERBAUD (i.e., non-921) boards.
-FABA
14 Apr 98 - V5.01
NWCCON fails to complete initialization of ports associated with modems defined as 'United Kingdom' or 'United States'. Altered modem descriptions to 'UK' and 'USA'.
-FABA
1 Apr 98 - V5.00
Added international RocketModem support. Added error and info code numbers.
-FABA
9/30/97 - V4.02
This release adds support for the Ring Indicator status bit on the RocketPort Plus (921) board. It also fixes a problem with NOVELLs 'GetPortsRollCall'. It returned 0 for the 'external status' and 'changed external status' fields.
-WRD
8/13/97 - V4.01
This release is essentially the same as V4.00. It was necessary to change the revision because of the way the files are grouped when the driver is shipped. The problem was in INETCFG. It was impossible to select the HYPERBAUD option for the 921 board. This required changes to the AIORCKT.ADI file. To keep revisions straight it became necessary to rev the driver. This driver did ship on the RocketModem diskette (6550).
-WRD
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
OS-2
Version
1.76
Size Driver
256KB
File Name
1800142b.exe
Observations
rocket ports for os/2 */
HISTORY
******************************************************************
ISA
1.0 9/12/94 original release
1.1 12/30/94 -add port name parameter
-add monochrome monitor fix
1.2 2/06/95 -add first number parameter to number ports from other than 1
-add support for 43h & 63h extended baud ioctls, for correct
operation of MODE command when ports are named COM
-add hooks for 54h & 74h enhanced paramater ioctls, the hooks
provide compatibility with COM driver, but do not give any
functionality - this is the same as in the COM driver
1.3 2/15/95 -fix a problem with get rx queue cnt after flush buffer
-fix close problem found in Ohmart with indefinite t/o read on
a different thread
1.4 3/31/95 -merge rocket isa and mc to 1 file
-include fixes for txmit status bits
-read problem discovered by Steelcase
1.5 7/07/95 -increased size of write block for better throughput
-context switch problem found in Citrix and Steelcase
1.6X -Ron K. Steelcase loopback/cts out flow/rts off
1.6Y - " " "
1.6Z 11/09/95 -Fix for Symantec Access Server software (PCAnywhere)
1.7 11/17/95 -Incorporate all of the 1.6x, y 1.6z changes into official release
1.71 12/07/95 -Modify the Close(..) routine to prevent hanging system if hw flowed off
1.71 9/18/96 - modify open to fix the Steelcase 'port busy' error message
problem
1.73 2/22/97 - changes made to combine isa and pci drivers. search for
pci in rckt.c,ssci.c, asic.h ssci.h to see changes.
1.74 4/4/97 - add dsr flow control for Progressive Software
1.75 4/10/97 - add code to make cd look like dsr to applications
(for Progressive Software)
1.76 9/17/01 Incorporate workarounds for New RocketPort PCI bus master interface
Conditional compiled using -DV176 flag
See ifdef V176 ...... endif in RCKT.C for comments detailing the changes
and reasons why.
NOTE: There appears to be no run time flag for PCI that can be used
to 'defeat' this workaround for ISA cards, just have to live with it!
Update OS2TERM to add variables for port parameters.
********************************************************************
MICROCHANNEL
1.0 10/20/94 original release - has fixes from isa 1.1
1.1 2/21/95 -incorporate isa 1.2 and 1.3 fixes
1.2 -include fixes for txmit status bits
1.3 7/12/95 -read problem discovered by Steelcase -- equivalent to isa 1.4
-like isa rel 1.5
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
QNX 6.X
Version
6.30G
Size Driver
155KB
File Name
qnx6_rckt630g.pax.f
Observations
See the readme file bundled with the driver for installation and configuration procedures.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SCO OpenServer 5.x
Version
2.09
Size Driver
558KB
File Name
1800013c.tar.z
Observations
For installation instructions, see the readme file bundled with the driver.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SCO UNIX System V-386 Rel 3.2.4
Version
1.40
Size Driver
720KB
File Name
6501a.img
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SCO UNIX System V-386 Rel 3.2.4
Version
1.60
Size Driver
225KB
File Name
6500.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SCO XENIX 386
Version
1.40
Size Driver
720KB
File Name
6501a.img
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Solaris 2.4 x86
Version
2.03
Size Driver
85KB
File Name
1800008b.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Solaris 2.5.1 x86
Version
2.03
Size Driver
85KB
File Name
1800008b.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SteepleChase
Version
1.02
Size Driver
355KB
File Name
1800048a.exe
Observations
RocketPort
Steeplechase Visual Logic Controller 4
=================================================================
DESCRIPTION
This driver provides the user of Steeplechase Software's Visual
Logic Controller (VLC) support for the Comtrol RocketPort
intelligent serial board. It supports:
* Both ISA and PCI boards
* Up to a total of four RocketPort boards per system
* 4,8,16,32 port boards in any combination
It does not support RocketPort Plus or RocketModem boards.
=================================================================
SYSTEM REQUIREMENTS
Steeplechase Visual Logic Controller 4.15.
=================================================================
INSTALLATION PROCEDURE
Unzip the distribution if this has not already been done. This
should create in the user-selected directory the files
rocket.exe, unrocket.exe, README.txt, Release-Notes.txt and
History.txt.
1) On the destination computer execute the file rocket.exe.
2) Click Next to begin installation.
3) Click Finish.
=================================================================
UPGRADE PROCEDURE
Same as installation.
=================================================================
UNINSTALL PROCEDURE
Automatic:
Run the unrocket.exe uninstaller program that was created
along with the rocket.exe installer program and the README,
History, and Release-Notes files when the distribution was
un-zipped.
Manual:
Delete the three files rocket.rt3, rocket.io3 and rocket.hlp.
The location of these depends on the VLC installation, but
typical paths would be:
C:\Program Files\VLC\Driver 6_X\Bin\Rocket.io3
C:\Program Files\VLC\Driver 6_X\Bin\Rocket.hlp
C:\Program Files\VLC\Driver 6_X\Bin\Jobs\Rocket.rt3
=================================================================
DRIVER USAGE
The RocketPort driver is used like other VLC drivers. Drivers
are assigned to boards under the VLC menu Configuration ->
Drivers, and devices are assigned to drivers under the VLC menu
Configuration -> Devices.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
SteepleChase
Version
1.04
Size Driver
358KB
File Name
1800048b.exe
Observations
RocketPort
Steeplechase Visual Logic Controller 4
=================================================================
DESCRIPTION
This driver provides the user of Steeplechase Software's Visual
Logic Controller (VLC) support for the Comtrol RocketPort
intelligent serial board. It supports:
* Both ISA and PCI boards
* Up to a total of four RocketPort boards per system
* 4,8,16,32 port boards in any combination
It does not support RocketPort Plus or RocketModem boards.
=================================================================
SYSTEM REQUIREMENTS
Steeplechase Visual Logic Controller 4.15.
=================================================================
INSTALLATION PROCEDURE
Unzip the distribution if this has not already been done. This
should create in the user-selected directory the files
rocket.exe, unrocket.exe, README.txt, Release-Notes.txt and
History.txt.
1) On the destination computer execute the file rocket.exe.
2) Click Next to begin installation.
3) Click Finish.
=================================================================
UPGRADE PROCEDURE
Same as installation.
=================================================================
UNINSTALL PROCEDURE
Automatic:
Run the unrocket.exe uninstaller program that was created
along with the rocket.exe installer program and the README,
History, and Release-Notes files when the distribution was
un-zipped.
Manual:
Delete the three files rocket.rt3, rocket.io3 and rocket.hlp.
The location of these depends on the VLC installation, but
typical paths would be:
C:\Program Files\VLC\Driver 6_X\Bin\Rocket.io3
C:\Program Files\VLC\Driver 6_X\Bin\Rocket.hlp
C:\Program Files\VLC\Driver 6_X\Bin\Jobs\Rocket.rt3
=================================================================
DRIVER USAGE
The RocketPort driver is used like other VLC drivers. Drivers
are assigned to boards under the VLC menu Configuration ->
Drivers, and devices are assigned to drivers under the VLC menu
Configuration -> Devices.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR3.2
Version
1.40
Size Driver
209KB
File Name
6502.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR4.1 (UnixWare 1.x)
Version
1.50
Size Driver
275KB
File Name
6503.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR4.2 (UnixWare 2.0.x)
Version
2.61
Size Driver
78KB
File Name
1800007b.tar.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR4.2 (UnixWare 2.1.x)
Version
2.61
Size Driver
78KB
File Name
1800007b.tar.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR7 (Unixware 7.0.0)
Version
1.03B
Size Driver
77KB
File Name
1800003b.tar.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR7 (Unixware 7.0.1)
Version
1.03B
Size Driver
77KB
File Name
1800003b.tar.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
UNIX SVR7 (Unixware 7.1)
Version
1.03B
Size Driver
77KB
File Name
1800003b.tar.z
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
WFWG 3.11
Version
1.50
Size Driver
152KB
File Name
6536.exe
Observations
Installation Notes
RocketPort Board (ISA/PCI/MCA)
Disk Reference: 6536 (V1.5, see history.txt file)
RocketPort(R) Device Driver for the Windows (TM) 3.1 Operating System
RocketPort Device Driver for the Windows for Workgroups 3.11 Operating System
This disk contains two drivers:
* A Windows 3.1 RocketPort Driver, V1.5
* A Windows for Workgroups Driver, V1.4
The SETUP.EXE program is new and contains these features:
* Has the ability to uninstall the driver for you.
* Has help information.
* Has the ability to install either Windows 3.1 or Windows for
Workgroups 3.11 driver version.
If you are running Windows for Workgroups 3.11 (WFWG) then the SETUP program
allows you to select either the Windows 3.1 driver or the WFWG driver.
The WFWG driver is actually the same driver used for the Windows 95 OS.
It does not support opening COM ports above COM9 (for 16-bit applications).
If you require this, you will want to continue using the Windows 3.1
driver. The advantage to using the Windows for Workgroups driver is
that it will work with the new applications (Microsoft(R) FAX, RAS) designed
specifically for Windows for Workgroups.
Additional information is available by running the SETUP program and
selecting HELP.
The RocketPort ISA board requires that the DIP switches to be configured
for a free block of 68-byte I/O address space. The board ships with
a default switch setting of 180H, which is normally available for use
in most machines.
To install the driver, follow these steps:
1. After you have installed the controller, run the SETUP.EXE program.
For hardware installation information, use the Hardware Reference Card
that came with the controller.
Note: Make sure that following selections do not conflict with other
peripherals installed in the system or an existing COM port
number on your system.
2. Select an unused I/O address range for each controller. If
you are installing a PCI or MCA controller, select PCI-BUS or
MCA-BUS, respectively.
3. Select a single IRQ for an ISA-only installation. The
WFWG3.11 driver can run without an IRQ, while the Win3.1
driver requires an IRQ. If you
are installing any PCI controllers in the configuration,
the IRQ is assigned by the PCI slot and the BIOS setup
program which came with your computer.
If you have problems, you may need to run the BIOS setup
program to determine which interrupts are assigned to
which PCI slot.
4. Select the starting COM port for the device driver.
5. Click the OK button after making your selections.
ROCKETPORT (ISA-ONLY) I/O ADDRESS SWITCH SETTINGS
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Windows 2000
Version
4.81
Size Driver
384KB
File Name
rp-winxp2k-4.81.exe
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Windows 3.1
Version
1.50
Size Driver
152KB
File Name
6536.exe
Observations
Installation Notes
RocketPort Board (ISA/PCI/MCA)
Disk Reference: 6536 (V1.5, see history.txt file)
RocketPort(R) Device Driver for the Windows (TM) 3.1 Operating System
RocketPort Device Driver for the Windows for Workgroups 3.11 Operating System
This disk contains two drivers:
* A Windows 3.1 RocketPort Driver, V1.5
* A Windows for Workgroups Driver, V1.4
The SETUP.EXE program is new and contains these features:
* Has the ability to uninstall the driver for you.
* Has help information.
* Has the ability to install either Windows 3.1 or Windows for
Workgroups 3.11 driver version.
If you are running Windows for Workgroups 3.11 (WFWG) then the SETUP program
allows you to select either the Windows 3.1 driver or the WFWG driver.
The WFWG driver is actually the same driver used for the Windows 95 OS.
It does not support opening COM ports above COM9 (for 16-bit applications).
If you require this, you will want to continue using the Windows 3.1
driver. The advantage to using the Windows for Workgroups driver is
that it will work with the new applications (Microsoft(R) FAX, RAS) designed
specifically for Windows for Workgroups.
Additional information is available by running the SETUP program and
selecting HELP.
The RocketPort ISA board requires that the DIP switches to be configured
for a free block of 68-byte I/O address space. The board ships with
a default switch setting of 180H, which is normally available for use
in most machines.
To install the driver, follow these steps:
1. After you have installed the controller, run the SETUP.EXE program.
For hardware installation information, use the Hardware Reference Card
that came with the controller.
Note: Make sure that following selections do not conflict with other
peripherals installed in the system or an existing COM port
number on your system.
2. Select an unused I/O address range for each controller. If
you are installing a PCI or MCA controller, select PCI-BUS or
MCA-BUS, respectively.
3. Select a single IRQ for an ISA-only installation. The
WFWG3.11 driver can run without an IRQ, while the Win3.1
driver requires an IRQ. If you
are installing any PCI controllers in the configuration,
the IRQ is assigned by the PCI slot and the BIOS setup
program which came with your computer.
If you have problems, you may need to run the BIOS setup
program to determine which interrupts are assigned to
which PCI slot.
4. Select the starting COM port for the device driver.
5. Click the OK button after making your selections.
ROCKETPORT (ISA-ONLY) I/O ADDRESS SWITCH SETTINGS
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Sample Code (32-bit)
Operating System
Windows 95
Version
A
Size Driver
92KB
File Name
prog32.zip
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Sample Code (32-bit)
Operating System
Windows 98
Version
A
Size Driver
92KB
File Name
prog32.zip
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Windows 98
Version
1.71
Size Driver
383KB
File Name
1800004e.exe
Observations
Readme File
RocketPort/RocketModem Series Driver for Windows 98/SE and Windows ME
P/N: 1800004
=============================================================================
This readme file provides you with a links to the Software Installation Guide for
this driver.
See the History.txt file for information about the hardware platforms that are
supported by this driver.
DOWNLOAD THE LATEST
---------------------------------------
Use this link to download the latest released driver for your hardware.
http://support.comtrol.com/download.asp?partnumber=1800004
Use this link to download the latest Software Installation Guide.
http://support.comtrol.com/download.asp?partnumber=2000101
USE THE SOFTWARE AND DOCUMENTATION CD
---------------------------------------------------------------------------
You can use the menu system to locate the driver and documentation shipped with
the hardware.
Optionally, you can located the driver and installation documentation by browsing
the CD to the appropriate hardware platform and operating system. The Software
Installation Guide is located in the SW_Doc subdirectory for that operating
system. Hardware installation information is available in the HW_Doc subdirectory
for your platform.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Windows ME
Version
1.71
Size Driver
383KB
File Name
1800004e.exe
Observations
Readme File
RocketPort/RocketModem Series Driver for Windows 98/SE and Windows ME
P/N: 1800004
=============================================================================
This readme file provides you with a links to the Software Installation Guide for
this driver.
See the History.txt file for information about the hardware platforms that are
supported by this driver.
DOWNLOAD THE LATEST
---------------------------------------
Use this link to download the latest released driver for your hardware.
http://support.comtrol.com/download.asp?partnumber=1800004
Use this link to download the latest Software Installation Guide.
http://support.comtrol.com/download.asp?partnumber=2000101
USE THE SOFTWARE AND DOCUMENTATION CD
---------------------------------------------------------------------------
You can use the menu system to locate the driver and documentation shipped with
the hardware.
Optionally, you can located the driver and installation documentation by browsing
the CD to the appropriate hardware platform and operating system. The Software
Installation Guide is located in the SW_Doc subdirectory for that operating
system. Hardware installation information is available in the HW_Doc subdirectory
for your platform.
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Sample Code (32-bit)
Operating System
Windows NT 3.51
Version
A
Size Driver
92KB
File Name
prog32.zip
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Sample Code (32-bit)
Operating System
Windows NT4
Version
A
Size Driver
92KB
File Name
prog32.zip
Company
Comtrol
Categories
Other Peripherals
Model
Comtrol RocketPort ISA
Description
Device Driver
Operating System
Windows NT4
Version
4.56
Size Driver
517KB
File Name
rp-winnt-4.81.exe
Observations
Do NOT install this driver in Windows 2000/XP operating systems
Access to Official Website Comtrol
Welcome to the HelpDrivers, driver for printers.
Original files: In HelpDrivers, all drivers, manuals, BIOS, etc. are those originally provided by the official manufacturers. Click here to learn more
You can download by either clicking the 'Download' button. From the File Download window, verify that "Save" is selected and click OK.
Do not rename the file you're downloading, it may cause installation problems.