|
RSS
Feed












Wires No More!
$159.99 a pair

Wireless Serial Adapter
(Bluetooth to RS232)
|
Installing Under Windows NT
Installing WCSC's HDWPCOM816550 multiport card under Windows NT is
simple. This procedure will assume that the board is installed at 100 hex and IRQ 5. It
will also be assumed that the board's first port will be COM3. Adjust the installation
according to your hardware setup.
- Open the Control Panel Under Windows NT.
- Click on the Ports Icon.
- Click the Add button.
- Change COM Port Number: to 3 plus the zero based port
number on the multiport card(e.g., 3, 4, 5, 6, 7, 8, 9, 10).
- Change Base I/O Port Address: 100 plus the zero based port
number times eight on the multiport card(e.g., 100, 108, 110, 118, 120, 128, 130, 138)
- Change Interrupt Request Line(IRQ): to 5
- Click on FIFO Enabled(X should be in the box).
- Click the OK button.
- Click the Don't Restart Now button on the System Setting Change
dialog box.
- Repeat steps 4 through 9.
- Click the Cancel to exit the Ports Dialog Box.
- Click on the File menu on the Program Manager, then click Run
on the pull down menu.
- Type regedt32, then click on the OK button.
- Open \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Serial\Parameters.
There will be a node for each port that was setup in steps 4 through 9. It will be of the
form Serial10000, Serial10001, and so on.
- Click the first/next Serialxxxxx node where xxxxx is the appended
number.
- Click Edit on the menu followed by Add Value. The Add
Value dialog box will be displayed.
- Enter InterruptStatus in the Value Name box.
- Change the Data Type box to REG_DWORD.
- Click on the OK button. The DWORD Editor dialog will be
displayed.
- Click the Hex radial button then enter 107 in the Data box(this
value is always Base I/O Port Address+7)
- Click Edit on the menu followed by Add Value. The Add
Value dialog box will be displayed.
- Enter PortIndex in the Value Name box.
- Change the Data Type box to REG_DWORD.
- Click on the OK button. The DWORD Editor dialog will be
displayed.
- Click the Hex radial button then enter the one based port number
on the multiport card in the Data box(1 for the first port, 2 for the second port,
etc.)
- Repeat steps 15 through 25.
- Open a DOS prompt.
- Type net stop serial.
- Type net start serial.
- The serial ports should be now functional.
|