Comtrol Rocket Port Multiport Serial Cards 550 user manual

User manual for the device Comtrol Rocket Port Multiport Serial Cards 550

Device: Comtrol Rocket Port Multiport Serial Cards 550
Category: Computer Hardware
Manufacturer: Comtrol
Size: 0.18 MB
Added : 10/14/2013
Number of pages: 20
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Comtrol Rocket Port Multiport Serial Cards 550. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Comtrol Rocket Port Multiport Serial Cards 550.

For your convenience

If looking through the Comtrol Rocket Port Multiport Serial Cards 550 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Comtrol Rocket Port Multiport Serial Cards 550 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Comtrol Rocket Port Multiport Serial Cards 550 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Comtrol Rocket Port Multiport Serial Cards 550 User manual - Online PDF
Advertisement
« Page 1 of 20 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Comtrol Rocket Port Multiport Serial Cards 550 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Comtrol Rocket Port Multiport Serial Cards 550. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1







QUICK START Linux DRIVER and
HARDWARE REFERENCE CARD

RocketPort 550 4 Port Quad
RocketPort 550 4 Port RJ45
RocketPort 550 8 Port Octa
RocketPort 550 8 Port RJ11
RocketPort 550 8 Port (with dedicated interface box)
(with dedicated interface box)
RocketPort 550 16 Port












This Guide.
Comtrol Europe Ltd Document Number COM226Linux
th
Release Rev H, 29 January 2003


Summary of the content on the page No. 2

1. Installing Your RocketPort 550 hardware .............................. 3 2. Installing the RocketPort 550 Linux Device Driver software ............................................................................................ 4 3. Viewing the RocketPort 550 Port Installation....................... 9 4. Driver Removal..........................................................................10 5. Application Programming.......................................................10 6. Port

Summary of the content on the page No. 3

The Linux RocketPort 550 Drivers allow application space programs to perform asynchronous communications using boards from the Comtrol RocketPort 550 range. 1. Installing Your RocketPort 550 hardware Take care when you handle the RocketPort 550 PCI cards, like any electronic device, they are sensitive to static electricity. Use normal static precautions such as wearing an earth ground strap. Power down the host PC and disconnect its mains input. Follow the host PC instructio

Summary of the content on the page No. 4

2. Installing the RocketPort 550 Linux Device Driver software NOTE The Comtrol Linux driver release 1.03 was developed using the RED HAT 8.0 distribution with Kernel revision 2.4.18-14. The driver source is provided should developers wish or need to modify the driver for use with alternative Linux distributions and/or Kernels. For use with other 2.4.x kernels, a simple re-compilation (on the target system) is all that may be necessary and a ‘Makefile’ is provided to automate this

Summary of the content on the page No. 5

Step 2. Next, create a temporary directory into which the files can be extracted: [root@localhost root]# cd /tmp [root@localhost tmp]# mkdir inst_Comtrol [root@localhost tmp]# cd inst_Comtrol Step 3. Then, extract the driver components from the tar file on the diskette or CD ROM to the temporary directory: Note that the name of the tar file may be different. DISKETTE [root@localhost inst_Comtrol]# tar xvf /mnt/floppy/rel103.tar CD ROM [root@localhost inst_comtrol]# t

Summary of the content on the page No. 6

Run the install script from the directory into which the files were extracted: [root@localhost inst_Comtrol]# ./install =========================================================== Comtrol Europe RocketPort 550 Drivers installation Version 1.03 January 2003 =========================================================== Press Enter to begin installation Press enter to begin installation. A screen of text is display

Summary of the content on the page No. 7

There are two names for each port, one is for communication with a modem, the other is for communication with a terminal or computer Usually the modem connection has a Device name like 'cuaa..' and the terminal/computer connection has a name such as 'ttyA..' See section 6 for more information about port naming. You are prompted to enter the Special Device name prefix for terminal ports: Please enter the Special Device name for terminals [....] 7

Summary of the content on the page No. 8

… and for modem ports: Please enter the Special Device name for modems [....] The installation script now copies the driver file into the module directory and adds a command to initialisation scripts so that the driver is loaded whenever Linux is rebooted. Copying files ......Done Adding insmod command to /etc/rc... directories...Done Next, you are asked if you want to load the drivers now. If you have already fitted the RocketPort 550 cards into the system (as we s

Summary of the content on the page No. 9

Comtrol Europe RocketPort 550 Linux Drivers installation Complete Your RocketPort 550 Linux Drivers are now installed Remove the driver distribution media from the drive 3. Viewing the RocketPort 550 Port Installation You can check that devices have been created in the /dev directory. [root@localhost inst_Comtrol]# ls -l /dev/ttyA* crwxrwxrwx 1 root root 254, 0 Jan 23 20:36 /dev/ttyA00 crwxrwxrwx 1 root root 254, 1 Jan 23 20:36 /dev/ttyA0

Summary of the content on the page No. 10

4. Driver Removal There is generally no need to remove the device driver from the system. If a card is no longer required, simply shutdown and power off the computer, remove the card and reboot the system. If there are no longer any installed cards then the driver will detect this condition unload itself. However, the driver files will remain installed on the system’s hard disk. At a later time the RocketPort 550 card(s) can be re-installed and the computer restarted. The drivers

Summary of the content on the page No. 11

6. Port Names The following tables show the port names given to each RocketPort 550 port if you choose the ‘normal’ cuaa and ttyA naming. Modem Devices Port First Board Second Board Third Board Fourth Board /dev/cuaa00 /dev/cuaa16 /dev/cuaa32 /dev/cuaa48 1 /dev/cuaa01 /dev/cuaa17 /dev/cuaa33 /dev/cuaa49 2 /dev/cuaa02 /dev/cuaa18 /dev/cuaa34 /dev/cuaa50 3 /dev/cuaa03 /dev/cuaa19 /dev/cuaa35 /dev/cuaa51 4 /dev/cuaa04 /dev/cuaa20 /dev/cuaa36 /dev/cuaa52 5 /dev/cuaa05 /dev/cuaa

Summary of the content on the page No. 12

Also, note that the assigned special device names are fixed as shown in the above tables. So, the first RocketPort will start at /dev/ttyA00, the second at /dev/ttyA16 and so on, regardless of whether the RocketPorts are 4, 8 or 16 port examples. For example, if installing, say, two 8 port RocketPorts then the first card will use device names /dev/ttyA00 to /dev/ttyA07 and the second board will use /dev/ttyA16 to /dev/ttyA23. Of course two 16 port controllers will have sixteen contigu

Summary of the content on the page No. 13

7. RocketPort 550 Linux driver (re)compilation Before compiling the RocketPort 550 driver, you must install the Linux kernel source code. Consult Linux on-line documentation and/or web hosted Linux documentation for the procedure. With the RED HAT Linux 8.0 boxed set distribution, the Linux kernel source is provided in a format ready for installation using RPM. Following successful installation of the kernel source code, the kernel source tree root will be found at /usr/src/linux2.4

Summary of the content on the page No. 14

8. RocketPort 550 Cable Types RocketPort 550 4 Quad RocketPort 550 4 RJ45 RocketPort 550 8 OCTA RocketPort 550 8 RJ11 RocketPort 550 8 Port (with dedicated interface box) RocketPort 550 16 Port (with dedicated interface box) RocketPort 550 4 Quad Cable - 37 way D type fan out to 4 DB25 Male DB37 p in DB25 pin RS232 Signal/Port DB37 pin DB25 pin RS232 Signal/Port 35 2 TxD Port 0 26 2 TxD Port 2 34 3 RxD Port 0 25 3 RxD Port 2 16 4 RTS Port 0 7 4 RTS Port 2 17 5 CT

Summary of the content on the page No. 15

RocketPort 550 8 OCTA Cable - 78 way D type fan out to 8 DB25 Male DB78 Pin DB25 Pin RS232 Signal/Port DB78 Pin DB25 Pin RS232 Signal/Port 30 2 TxD Port 0 40 2 TxD Port 4 55 3 RxD Port 0 28 3 RxD Port 4 51 4 RTS Port 0 21 4 RTS Port 4 16 5 CTS Port 0 25 5 CTS Port 4 54 6 DSR Port 0 5 6 DSR Port 4 71 7 Signal Gnd Port 0 75 7 Signal Gnd Port 4 35 8 DCD Port 0 43 8 DCD Port 4 49 20 DTR Port 0 22 20 DTR Port 4 36 22 RI Port 0 44 22 RI Port 4 50 2 TxD Port 1 2 2 TxD Port 5 17 3 RxD Po

Summary of the content on the page No. 16

RocketPort 550 8 RJ11 Cable Pin Out RJ11 pin RS232 Signals Pin 1 1 DTR 2 Signal Ground 3 TxD 4 RxD 5 DCD 6 CTS RJ11 Plug front and side view RocketPort 550 4 RJ45 Cable Pin Out Pin 1 RJ45 pin RS232 Signals 1 RTS 2 DTR 3 Signal Ground 4 TxD 5 RxD 6 DCD 7 DSR RJ45 Plug front and side view 8 CTS RocketPort 550 8 Port - with 8 DB25 Female RS232 dedicated interface box and RocketPort 550 16 Port - with 16 DB25 Female RS232 dedicated interface box 13 1 2

Summary of the content on the page No. 17

Rocket Port Interface Box DB25 Signals DB25 Pin RS232 Signal RS422 Signal Universal Interface (RocketPort RS232/422 version only) 2 TxD *See note See UI manual 3 RxD *See note See UI manual 4 RTS *See note See UI manual 5 CTS *See note See UI manual 6 DSR *See note See UI manual 7 Signal Gnd *See note See UI manual 8 DCD *See note See UI manual 20 DTR *See note See UI manual 15 Not used RxD+ RxD(B) See UI manual 17 Not used RxD- RxD(A) See UI manual 19 Not used TxD+ TxD(B) S

Summary of the content on the page No. 18

9. Technical Support Comtrol has a staff of support technicians available. Telephone support is available daily, Monday through Friday (except holidays) on the US (Central Time) or UK number listed below. Before you call please have the following information available : Item Your System Information RocketPort 550 model number RocketPort 550 serial number RocketPort 550 device driver version Interface type Operating system type and release PC make, Model and speed Details

Summary of the content on the page No. 19

10. Specifications RocketPort 550 card Specification Baud rate : RS 232 (4 RJ45 and Quad) 50 to 460.8K baud RS 232 (8 RJ11 and Octa) 50 to 115.2K baud RS 232/422 (8 and 16 Port with interface box) 50 to 230.4K baud Note : Baud rate is dependant upon hardware and operating system configuration Bus interface PCI Control by device driver Data bits 7 or 8 Parity Odd, Even or None Stop bits 1 or 2 Environmental Condition Specification Air temperature : System on 0 to 40ºC Syst

Summary of the content on the page No. 20

11. Copyright and Trademarks Copyright Copyright 2001 - 2003 Comtrol Europe Ltd Trademarks The Comtrol Europe logo and the RocketPort logo are trademarks of Comtrol Corporation. Product names mentioned in this document may be trademarks and/or registered trademarks of their respective companies. Red Hat is a trademark of Red Hat inc. Microsoft, MS-DOS, MS, Windows, Windows NT, Windows 95, Windows 98, MSN, MSDN and Visual C++ are registered trademarks of Microsoft Corporation. ® “


Alternative user manuals
# User manual Category Download
1 Sony MSAKIT-PC4A User manual Computer Hardware 2
2 Sony MRW62E-S1 2694866142 User manual Computer Hardware 5
3 Philips MATCH LINE 9596 User manual Computer Hardware 17
4 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY User manual Computer Hardware 1
5 Philips PSC702 User manual Computer Hardware 1
6 Sony MRW62E/S1/181 User manual Computer Hardware 3
7 Sony 64GB SDHC Class 10 Memory Card Readers SF32N4/TQM User manual Computer Hardware 1
8 Philips SAA7345 User manual Computer Hardware 1
9 Philips SBC MC8650 User manual Computer Hardware 268
10 Philips PSC 605 User manual Computer Hardware 1
11 Sony DKA-MC2F User manual Computer Hardware 1
12 Sony AR-B1570 User manual Computer Hardware 2
13 Sony Memory Stick Micro MSM8TQ User manual Computer Hardware 1
14 321 Studios GHDX2-2430S-24F4D User manual Computer Hardware 1
15 Philips SAA7785 User manual Computer Hardware 3