Bedienungsanleitung Comtrol Rocket Port Multiport Serial Cards 550

Bedienungsanleitung für das Gerät Comtrol Rocket Port Multiport Serial Cards 550

Gerät: Comtrol Rocket Port Multiport Serial Cards 550
Kategorie: Computerausrüstung
Produzent: Comtrol
Größe: 0.18 MB
Datum des Hinzufügens: 10/14/2013
Seitenanzahl: 20
Anleitung drucken

Herunterladen

Wie kann man es nutzen?

Unser Ziel ist Ihnen einen schnellen Zugang zu Inhalten in Bedienungsanleitungen zum Gerät Comtrol Rocket Port Multiport Serial Cards 550 zu garantieren. Wenn Sie eine Online-Ansicht nutzten, können Sie den Inhaltsverzeichnis schnell durchschauen und direkt zu der Seite gelangen, auf der Sie die Lösung zu Ihrem Problem mit Comtrol Rocket Port Multiport Serial Cards 550 finden.

Für Ihre Bequemlichkeit

Wenn das direkte Durchschauen der Anleitung Comtrol Rocket Port Multiport Serial Cards 550 auf unserer Seite für Sie unbequem ist, können sie die folgende zwei Möglichkeiten nutzen:

  • Vollbildsuche – Um bequem die Anleitung durchzusuchen (ohne sie auf den Computer herunterzuladen) können Sie den Vollbildsuchmodus nutzen. Um das Durchschauen der Anleitung Comtrol Rocket Port Multiport Serial Cards 550 im Vollbildmodus zu starten, nutzen Sie die Schaltfläche Vollbild
  • Auf Computer herunterladen – Sie können die Anleitung Comtrol Rocket Port Multiport Serial Cards 550 auch auf Ihren Computer herunterladen und sie in Ihren Sammlungen aufbewahren. Wenn Sie jedoch keinen Platz auf Ihrem Gerät verschwenden möchten, können Sie sie immer auf ManualsBase herunterladen.
Comtrol Rocket Port Multiport Serial Cards 550 Handbuch - Online PDF
Advertisement
« Page 1 of 20 »
Advertisement
Druckversion

Viele Personen lesen lieber Dokumente nicht am Bildschirm, sondern in gedruckter Version. Eine Druckoption der Anleitung wurde ebenfalls durchdacht, und Sie können Sie nutzen, indem Sie den Link klicken, der sich oben befindet - Anleitung drucken. Sie müssen nicht die ganze Comtrol Rocket Port Multiport Serial Cards 550 Anleitung drucken, sondern nur die Seiten, die Sie brauchen. Schätzen Sie das Papier.

Zusammenfassungen

Unten finden Sie Trailer des Inhalts, der sich auf den nächsten Anleitungsseiten zu Comtrol Rocket Port Multiport Serial Cards 550 befindet. Wenn Sie den Seiteninhalt der nächsten Seiten schnell durchschauen möchten, können Sie sie nutzen.

Inhaltszusammenfassungen
Inhaltszusammenfassung zur Seite Nr. 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


Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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. ® “


Ähnliche Anleitungen
# Bedienungsanleitung Kategorie Herunterladen
1 Sony MSAKIT-PC4A Handbuch Computerausrüstung 2
2 Sony MRW62E-S1 2694866142 Handbuch Computerausrüstung 5
3 Philips MATCH LINE 9596 Handbuch Computerausrüstung 17
4 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY Handbuch Computerausrüstung 1
5 Philips PSC702 Handbuch Computerausrüstung 1
6 Sony MRW62E/S1/181 Handbuch Computerausrüstung 3
7 Sony 64GB SDHC Class 10 Memory Card Readers SF32N4/TQM Handbuch Computerausrüstung 1
8 Philips SAA7345 Handbuch Computerausrüstung 1
9 Philips SBC MC8650 Handbuch Computerausrüstung 268
10 Philips PSC 605 Handbuch Computerausrüstung 1
11 Sony DKA-MC2F Handbuch Computerausrüstung 1
12 Sony AR-B1570 Handbuch Computerausrüstung 2
13 Sony Memory Stick Micro MSM8TQ Handbuch Computerausrüstung 1
14 321 Studios GHDX2-2430S-24F4D Handbuch Computerausrüstung 1
15 Philips SAA7785 Handbuch Computerausrüstung 3