4.1.6 Applying Options to All The DSP-200/300 Cards
4-5
4.1.5 Using Multiple Options
4-5
4.1.4 Options
4-4
4.1.3 Advanced Configuration Topics
4-3
4.1.2 Configuring With "User Assigned" Resources
4-2
4.1.1 Configuring With "System Assigned" Resources
4-2
4.1 Command Line Options
4-1
4 . OS/2 Installation
3-4
3.2.2 Changing Resource Settings with Device Manager
3-3
3.2.1 Viewing Resource Settings with Device Manager
3-2
3.2 DSP-200/300 Resource Settings in Windows 95
3-1
3.1 Installing a DSP-200/300 Under Windows 95.
3-1
3 . Windows 95 Installation
2-14
2.2.2 Common Problems
2-10
2.2.1 Command Line Options
2-9
2.2 DSP-200/300 Enabler for DOS
2-8
2.1.3 Common Problems
2-3
2.1.2 Command Line Options
2-2
2.1.1 Client Driver Installation
2-2
2.1 DSP-200/300 Client Driver for DOS
2-1
2 . DOS / Windows 3.x Installation
1-1
1 . Introduction
..........................................
.......................
......................
...........................
............................
................................
...........................
...........................
...............................
..............................
..............
.............
.......
......
......................................
................................
........
..........
.....................
..........................................
............................
......
.................
................................
.................................
....................................
........................
...........
...........
..................................
.................................
.........................
.................................
DSP-200/300 User's Manualiii
List of Figures
6-1
Figure 16. D-9 Female Signal Assignment.
.....................
6-1
Figure 15. DSP-200/300 Adapter Cable.
6-6
Figure 14. PCMCIA Configuration Options Register
5-5
Figure 13. RS-422/485 Driver Enable Options
5-4
Figure 12. RS-422/485 Termination
5-3
Figure 11. Auxiliary Channel Handshaking Disabled
5-2
Figure 10. Auxiliary Channel RTS-CTS Handshaking.
5-1
Figure 9. Interrupt Status Register.
5-1
Figure 8. Block Mode Addressing.
5-6
Figure 7. OS/2 Plug and Play GUI
3-7
Figure 6. Windows 95 Resource Allocation
3-6
Figure 5. DSP-200/300 Basic Configuration Table.
3-4
Figure 4. Windows 95 Device Manager
2-11
Figure 3. DOS Enabler Output Enable Options.
2-4
Figure 2. DOS Client Output Enable Options.
2-1
Figure 1. Client Driver versus Enabler for DOS/Windows 3.x.
........................
.....................
............................
............................
............................
............................
........................
....
..................
................
...............
...........
...........
...................
............
iii
1. Introduction
The DSP-200/300 provides two independent RS-422/RS-485
asynchronous serial communications interfaces for systems equipped
with PCMCIA Type II and/or Type III expansion sockets. The
DSP-200/300 is a PCMCIA Type II (5 mm) card and is PCMCIA PC Card
Standard Specification 2.1 compliant.
The DSP-200/300's serial ports are implemented using 16C550 Universal
Asynchronous Receiver/Transmitters (UARTs) which are the
recommended communications interface for multitasking environments
and with applications involving high data transfer rates.
The RS-422/485 serial ports may be configured to operate in either the
Full Duplex or Half Duplex mode; RTS or DTR may be used to enable the
output drivers, or the RS-422/485 serial ports may be configured so that
the output drivers are always enabled. Another option provided in the
RS-422/485 serial ports is an RTS-CTS modem control handshake. This
handshake may be enabled or disabled when the DSP-200/300 is
configured.
The DSP-200/300's two serial ports are addressable in two modes:
1. 'Block Mode': The two serial ports are configured in one
16-byte continuous block of I/O address space. The block must
begin on an even 16-byte division. Both serial ports share one
IRQ level.
2. 'COM Mode': The two serial ports are configured at the
standard COM port I/O address locations. The ports may be
configured as COM1 and COM3; also, the ports may be
configured as COM2 and COM4. Both serial ports share one
IRQ level.
A special interrupt status register is also available to simplify the software
required to service multiple serial ports in an interrupt driven
environments. See the Hardware Information section for details on these
topics.
DSP-200/300 User's Manual1-1
(This page intentionally left blank.)
1-2
2. DOS / Windows 3.x Installation
Socket Services software
Services software (not from Omega)
Swapping)
host adapters
host adapter independent)
File type: DOS executable
File type: DOS device driver
File name: DSP200EN.EXE
File name: DSP200CL.SYS
Enabler (not recommended)
Client Driver (recommended)
Two configuration software programs are provided with the
DSP-200/300: a Client Driver, DSP200CL.SYS, and a card Enabler,
DSP200EN.EXE. Both of these programs are executed from DOS (before
entering Windows) and allow operation of the DSP-200/300 in both the
DOS and Windows 3.x environments. For optimal operation, however,
the Client Driver is the preferred method of installation and
configuration. The table below highlights the differences between these
programs.
Interfaces to PCMCIA Card and
Socket Services software (PCMCIA
Allows automatic configuration of
DSP-200/300 adapters upon insertion
(Hot Swapping)
Requires PCMCIA Card and Socket
Interfaces directly to Intel 82365SL
and other PCIC compatible PCMCIA
Does not support automatic
configuration of DSP-200/300
adapters upon insertion (Hot
Does not require PCMCIA Card and
Figure 1. Client Driver versus Enabler for DOS/Windows 3.x.
Card and Socket Services software is commercially available from several
vendors for most desktop and laptop PCs. If you are unsure whether
Card and Socket Services software is currently installed on your system,
install the DSP-200/300 Client Driver as discussed in following section.
When loaded, the Client Driver will display an error message if Card and
Socket Services software is not detected.
DSP-200/300 User’s Manual2-1
2.1 DSP-200/300 Client Driver for DOS
version of Card and Socket Services may be required.
In order to use the DSP-200/300 Client Driver, the system must be
configured with Card and Socket Services software. Card and Socket
Services software is not provided with the DSP-200/300 but is not available
from Omega.
IMPORTANT:
Some versions of Card and Socket Services dated before
1993 do not support general purpose I/O cards. If after
careful installation of the Client Driver the DSP-200/300
does not configure or operate properly, an updated
2.1.1 Client Driver Installation
The following procedure is used to install the DSP-200/300 Client Driver:
1. Copy the file DSP200CL.SYS from the DSP-200/300 distribution
diskette onto the system's hard drive.
2. Using an ASCII text editor, open the system's CONFIG.SYS file
located in the root directory of the boot drive.
3. Locate the line(s) in the CONFIG.SYS file where the Card and
Socket Services software is installed.
4. AFTER
software, add the following line to the CONFIG.SYS file:
DEVICE = drive:\path\DSP200CL.SYS options
where options are the DSP-200/300 Client Driver command line
options discussed on the following pages.
5. Save the CONFIG.SYS file and exit the text editor.
6. Insert the DSP-200/300 into one of the system's PCMCIA slots.
NOTE: Since the DSP-200/300 Client Driver supports "Hot
Swapping", it is not necessary to have the DSP-200/300 installed
when booting the system. By inserting the card before booting,
however, the Client Driver will report the adapter configuration
during the boot process thereby verifying the changes made to the
CONFIG.SYS.
the line(s) installing the Card and Socket Services
2-2
7. Reboot the system and note the message displayed when the
DSP-200/300 Client Driver is loaded. If the Client Driver
reports an "invalid command line option", correct the entry in
the CONFIG.SYS file and reboot the system again. If the Client
Driver reports "Card and Socket Services not found", a version
of Card and Socket Services must be installed on the system or
the DSP-200/300 Enabler program must be used to configure
the adapter. If the Client Driver reports the desired adapter
configuration, the installation process is complete and the
DSP-200/300 may be removed and / or inserted from the
system as desired. On each insertion into the PCMCIA socket,
the DSP-200/300 will be automatically reconfigured according
to the command line options.
2.1.2 Command Line Options
The DSP-200/300 Client Driver accepts up to eight command line
arguments from the user to determine the configuration of the
DSP-200/300. If any arguments are provided, the Client Driver will
attempt to configure any DSP-200/300s with the options specified in the
order they are entered on the command line. Each argument must be
enclosed in parenthesis and must be separated from other arguments by a
on the command line. Within each argument, any or all of the
space
following parameters may be specified using a comma
separate each parameter:
(no spaces) to
Baddressspecifies a “block mode” base I/O address of the DSP-200/300
in hexadecimal. This address must reside on an even 16-byte
(10H) boundary. This option mustDmode option. If both the Dmode and Baddress options are
omitted, a “block mode” base address will be assigned by
Card and Socket Services.
Dmodespecifies a “COM” mode” base I/O address configuration for
the DSP-200/300. The D1 option configures the DSP-200/300
at COM1/COM3 (3F8 / 3E8), and the D2 option configures the
DSP-200/300 at COM2/COM4 (2F8 / 2E8). This option must
be omitted if using the Baddress option. If both the Dmode and
Baddress options are omitted, a “block mode” base address will
be assigned by Card and Socket Services.
DSP-200/300 User’s Manual2-3
be omitted if using the
Iirqspecifies the interrupt level (IRQ) of the DSP-200/300 in
DTR Controlled
DTR Controlled
o4
RTS Controlled
RTS Controlled
o3
Always Enabled
DTR Controlled
o2
Always Enabled
RTS Controlled
o1
Always Enabled
Always Enabled
o0
Port B Output Driver
Port A Output Driver
Option
Hardware Information section for more information.
decimal. irq must be one of the following values: 3, 4, 5, 7, 9,
10, 11, 12, 14, 15, or 0 if no IRQ is desired. If this option is
omitted, an interrupt level will be assigned by Card and Socket
Services.
Ssocketspecifies which PCMCIA socket the DSP-200/300 must be
inserted into for this configuration argument to be used. socket
must be in the range 0 - 15. If this option is omitted, the
configuration argument will apply to DSP-200/300s inserted
into any socket.
Odriverspecifies RS-422/485 output driver enable option for the
DSP-200/300 ports. The DSP-200/300’s ports may be
configured for either full duplex or half duplex operation with
this option. If this option is omitted, the default setting is the
RS-422/485 ports are configured for full duplex operation with
the RS-422/485 output drivers always enabled. In half duplex
mode, the RS-422/485 transmitter may be enabled and
disabled via the RTS (request to send) or DTR (data terminal
ready) signals. Both RTS and DTR are controlled through the
Modem Control Register of the 16550. See the HardwareInformation section for more information.
H instructs the client driver to enable the RTS-CTS modem
2-4
Figure 2. DOS Client Output Enable Options.
control handshake for both Port A and Port B. When modem
control handshaking in enabled, the 16C550 UART’s RTS and
CTS signals are connected to the RS-422/485 auxiliary channel.
The auxiliary channel may then be used for handshaking
between a DSP-200/300 RS-422/485 port and a peripheral
device. When modem control handshaking is disabled, the
RTS and CTS signals from the 16C550 UART are looped back
to each other. Port A and Port B must both be configured in
the same manner. If this option is omitted, the default setting
is RTS-CTS modem control handshake disabled. See the
Uinstructs the Client Driver to disable the DSP-200/300's
interrupt status register and enable the Scratchpad registers of
the individual UARTs. This option is only required in very
rare cases where an application program requires access to the
UART's Scratchpad register. If this option is omitted, the
DSP-200/300's interrupt status register is enabled and the
UARTs' Scratchpad registers are disabled.
.1.2.1 Example 1
2
DEVICE = C:\DSP-200\DSP200CL.SYS
In example 1, no command line arguments are specified. The Client
Driver will configure a DSP-200/300 inserted into any socket in “block
mode” with a base address and IRQ assigned by Card and Socket
Services. The DSP-200/300's interrupt status register will be enabled, the
RS-422/485 output drivers for both ports will always be enabled, and
RTS-CTS modem control handshaking will be disabled.
.1.2.2 Example 2
2
DEVICE = C:\DSP-200\DSP200CL.SYS (d1)
In example 2, a single command line argument is provided. The Client
Driver will attempt to configure a DSP-200/300 inserted into any socket in
“COM mode” at COM1/COM3 and an IRQ assigned by Card and Socket
Services. If address COM1 (3F8) or COM3 (3E8) are unavailable, the
DSP-200/300 will not be configured. If the Client Driver can successfully
configure the DSP-200/300, its interrupt status register will be enabled,
the RS-422/485 output drivers for both ports will always be enabled, and
RTS-CTS modem control handshaking will be disabled.
DSP-200/300 User’s Manual2-5
2.1.2.3 Example 3
DEVICE = C:\DSP-200 \DSP200CL.SYS (s0,b300,i5,o2)
In example 3, a single command line argument is provided. The Client
Driver will attempt to configure a DSP-200/300 inserted into socket 0
with a base address of 300H and IRQ 5. If address 300H or IRQ 5 is
unavailable, the DSP-200/300 will not be configured. In addition, if a
DSP-200/300 is inserted into any other socket, it will not be configured. If
the Client Driver can successfully configure the DSP-200/300, its interrupt
status register will be enabled, the port A RS-422/485 output drivers will
be enabled and disabled via the DTR signal, the port B RS-422/485 output
drivers will always be enabled, and RTS-CTS modem control
handshaking will be disabled.
.1.2.4 Example 4
2
DEVICE = C:\DSP-200 \DSP200CL.SYS (i5,h,u,b300)
In example 4, a single command line argument is provided. Because the
parameter order is not significant, the Client Driver will attempt to
configure a DSP-200/300 inserted into any socket with a base address of
300H and IRQ 5. If address 300H or IRQ 5 is unavailable, the
DSP-200/300 will not be configured. If the Client Driver can successfully
configure the DSP-200/300, its interrupt status register will be disabled
(Scratchpad registers enabled), the RS-422/485 output drivers for both
ports will always be enabled, and RTS-CTS modem control handshaking
will be enabled on each ports auxiliary channel.
In example 5, three command line arguments are provided. The Client
Driver will first attempt to configure a DSP-200/300 inserted into any
socket with a base address of 300H and IRQ 5. If address 300H or IRQ 5
is unavailable, the Client Driver will proceed to the second command line
argument and attempt to configure the card with a base address assigned
by Card and Socket Services and IRQ 10. If IRQ 10 is also unavailable, the
Client Driver will proceed to the third command line argument and
attempt to configure the DSP-200/300 with a base address and
an IRQ
assigned by Card and Socket Services. If the Client Driver can
2-6
successfully configure the DSP-200/300, its interrupt status register will
be enabled, the RS-422/485 output drivers for both ports will always be
enabled, and RTS-CTS modem control handshaking will be disabled.
In example 6, the three command line arguments of example 5 have been
rearranged. The Client Driver will first attempt to configure a
DSP-200/300 inserted into any socket with a base address of 300H and
IRQ 5. If address 300H or IRQ 5 is unavailable, the Client Driver will
proceed to the second command line argument and attempt to configure
the card with a base address and IRQ assigned by Card and Socket
Services. Since the second command line argument includes all available
address and IRQ resources, the third command line argument will never
be reached by the Client Driver. It is the user's responsibility to place the
command line arguments in a logical order.
The type of configuration shown in example 7 may be desirable in
systems where more than one DSP-200/300 is to be installed. In this
example, the Client Driver will attempt to configure a DSP-200/300
inserted into socket 0 with a base address of 300H and IRQ 5. If the
DSP-200/300 is inserted into socket 1, the Client Driver will attempt to
configure it with base address 340H and IRQ 10. This allows the user to
force the DSP-200/300's address and IRQ settings to be socket specific
which may simplify cable connections and software development. As in
the previous examples, however, if the requested address or interrupt
resources are not available, the DSP-200/300 will not be configured.
DSP-200/300 User’s Manual2-7
2.1.3 Common Problems
Generic Client Drivers:
Many Card and Socket Services packages include a generic client driver
(or SuperClient) which configures standard I/O devices. If one of these
generic client drivers is installed, it may configure the DSP-200/300
causing the DSP-200/300 client driver to fail installation. In these cases,
the user should do one of the following:
1. modify the operation of the generic client driver to disable the
configuration of modem/serial port cards. Consult the Card
and Socket Services documentation for availability and details
of this feature.
2. place the DSP-200/300 client driver before the generic client
driver in the CONFIG.SYS.
Available Resources:
One function of the Card and Socket Services software is to track which
system resources (memory addresses, I/O addresses, IRQs, etc.) are
available for assignment to inserted PCMCIA cards. Sometimes,
however, the Card Services software assumes or incorrectly determines
that a particular resource is used when it is actually available. Most Card
and Socket Services generate a resource table in a file (typically in the
form of an .INI file) which the user can modify to adjust the available
system resources. Consult the Card and Socket Services documentation
for availability and details of this feature.
Multiple Configuration Attempts:
Some Card and Socket Services have a setting which aborts the
configuration process after a single configuration failure (such as a
request for an unavailable resource). The user should change this setting
to allow for multiple configuration attempts. Consult the Card and Socket
Services documentation for availability and details of this feature.
Older Versions of Card and Socket Services:
Some versions of Card and Socket Services dated before 1993 do not
support general purpose I/O cards. If after careful installation of the
Client Driver the DSP-200/300 does not configure or operate properly, an
updated version of Card and Socket Services may be required. Card and
Socket Services software is not available from Omega.
2-8
2.2 DSP-200/300 Enabler for DOS
operation and with the device(s) it controls.
on how to exclude this memory region.
For systems that are not operating PCMCIA Card and Socket Services
software, the DSP-200/300 DOS Enabler may be used to enable and
configure the adapter. This Enabler, DSP200EN.EXE, will operate on any
DOS system using an Intel 82365SL or PCIC compatible PCMCIA host
adapter including the Cirrus Logic CL-PD6710 / 6720, the VLSI
VL82C146, and the Vadem VG-365 among others.
IMPORTANT:
In order to use the DSP-200/300 Enabler for DOS, the
system MUST NOT be configured with Card and Socket
Services software. If a Card and Socket Services software is
installed, the DSP-200/300 Enabler may interfere with its
The DSP-200/300 Enabler does not support automatic configuration of
adapters upon insertion, more commonly referred to as "Hot Swapping".
This means the adapter must be installed in one of the system's PCMCIA
sockets before executing DSP200EN.EXE. If more than one adapter is
installed in a system, the Enabler must be executed separately for each
adapter. Furthermore, DSP200EN.EXE should be executed to release the
resources used by the adapter before it is removed from the PCMCIA
socket. Since PCMCIA adapters do not retain their configuration after
removal, any adapter that is removed from the system must be
reconfigured with the Enabler after re-inserting it into a PCMCIA socket.
IMPORTANT:
The Enabler requires a region of high DOS memory when
configuring a DSP-200/300. This region is 1000H bytes (4KB)
long and by default begins at address D0000H (the default
address may be changed using the "W" option). If a memory
manager such as EMM386, QEMM, or 386Max is installed on
the system, this region of DOS memory must be excluded from
the memory manager's control. Consult the documentation
provided with the memory manager software for instructions
DSP-200/300 User’s Manual2-9
Loading...
+ 29 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.