Fraser's Hill   SupportText Only

HomePartnersDownloadProductsServicesSupport

FRASER'S HILL
FHL-8124
USER REFERENCE MANUAL
Revision 3.01

Copyright © Fraser's Hill Ltd. 1990-1992. All Rights Reserved.
Fraser's Hill and FHL are registered trademarks of Fraser's Hill Ltd.

HARDWARE CONFIGURATION

The FHL-8124 has only one jumper block for the modem power. All other configuration is done using the configuration options on the reference diskette. The ADF file for the FHL-8124 is @6DBE.ADF.

PC Memory Window Address
PC I/O Base Address
PC Interrupt Request Level
J1: Modem Power
V.24/RS-232C Signals
Adapter Definition File

PC MEMORY WINDOW ADDRESSES

The FHL-8124 supports two 16 KB windows in the PC memory space to access the memory on the board. There are seven possible choices of segment address for each window. The defaults are D000 for Window 0 and D400 for Window 1.

WINDOW 0: C000, C400, C800, CC00, D000, D400, D800
WINDOW 1: C400, C800, CC00, D000, D400, D800, DC00

PC I/O BASE ADDRESS

There are seven possible choices for the base PC I/O address for accessing the FHL-8124 adapter card. The default I/O base address is 300.

I/O ADDR: 300, 320, 340, 360, 380, 3A0, 3E0

PC INTERRUPT REQUEST LEVEL

There are five choices for the PC interrupt request level to be used when the board microcode wants to interrupt the PC. The default interrupt request level is IRQ 3.

IRQ: IRQ2, IRQ3, IRQ4, IRQ5, IRQ7

J1 - MODEM POWER

A two position jumper (s/n 8100001-8100430) selects an optional regulated +8 volt DC power source on V.24 pin 25. Installing the shunt on positions 1-2 enables this power source, removing the shunt disables this feature. The maximum current used should not exceed 0.5 amps.

A three position jumper (s/n 8100431+) selects an optional regulated +9 volt DC power source on one of two V.24/RS-232 pins. Installing the shunt on positions 1-2 enables this power source on V.24 pin 9, installing the shunt on positions 2-3 enables this power source on V.24 pin 25, removing the shunt disables this feature. The maximum current used should not exceed 0.5 amps.

V.24/RS-232C SIGNALS

PRIMARY CHANNEL

       SIGNAL    CIRCUIT    PIN      I/O

        TXD        103       02      OUT
        RXD        104       03      IN
        RTS        105       04      OUT
        CTS        106       05      IN
        DSR        107       06      IN
        DTR        108       20      OUT
        DCD        109       08      IN
        SCTE       113       24      OUT
        TXC        114       15      IN
        RXC        115       17      IN
        RI         125       22      IN
ADAPTER DEFINITION FILE

; Fraser's Hill FHL-8124 Communications Adapter
; Adapter Description File
; Version 1.01

; Copyright (C) Fraser's Hill Ltd. 1991-1992
; Licensed Program - All Rights Reserved

AdapterID 06DBEh

AdapterName  "Fraser's Hill FHL-8124 Communications Adapter"

NumBytes 4

FixedResources

; POS register 103 is currently set to fix the two memory windows
; in the first megabyte of the PC address space.

    pos[1]=10000XXXb
    pos[3]=XX0XXXXXb

NamedItem

    Prompt "I/O Address"

    choice "300-30F"  pos[2]=XX011000b  io 0300h - 030Fh
    choice "320-32F"  pos[2]=XX011001b  io 0320h - 032Fh
    choice "340-34F"  pos[2]=XX011010b  io 0340h - 034Fh
    choice "360-36F"  pos[2]=XX011011b  io 0360h - 036Fh
    choice "380-38F"  pos[2]=XX011100b  io 0380h - 038Fh
    choice "3A0-3AF"  pos[2]=XX011101b  io 03A0h - 03AFh
    choice "3E0-3EF"  pos[2]=XX011111b  io 03E0h - 03EFh

    Help

"This selection assigns the I/O address range used by
 the FHL-8124. Use the F5=Previous and the F6=Next keys
 to change this assignment. Conflicting assignments are
 marked with an asterisk and must be changed."

NamedItem

    Prompt "Interrupt Request Level"

    choice "IRQ 3"    pos[0]=XXXX000Xb  int 3
    choice "IRQ 4"    pos[0]=XXXX001Xb  int 4
    choice "IRQ 5"    pos[0]=XXXX010Xb  int 5
    choice "IRQ 7"    pos[0]=XXXX011Xb  int 7
    choice "IRQ 9"    pos[0]=XXXX100Xb  int 9
    choice "IRQ 10"   pos[0]=XXXX101Xb  int 10
    choice "IRQ 11"   pos[0]=XXXX110Xb  int 11
    choice "IRQ 12"   pos[0]=XXXX111Xb  int 12

    Help

"This selection assigns the interrupt request level used
 by the FHL-8124. Use the F5=Previous and the F6=Next
 keys to change this assignment. Conflicting assignments
 are marked with an asterisk and must be changed."

NamedItem

    Prompt "Memory Window 0 Address"

    choice "D0000-D3FFF"   pos[0]=0100XXXXb   mem 0D0000h - 0D3FFFh
    choice "D4000-D7FFF"   pos[0]=0101XXXXb   mem 0D4000h - 0D7FFFh
    choice "D8000-DBFFF"   pos[0]=0110XXXXb   mem 0D8000h - 0DBFFFh
    choice "C0000-C3FFF"   pos[0]=0000XXXXb   mem 0C0000h - 0C3FFFh
    choice "C4000-C7FFF"   pos[0]=0001XXXXb   mem 0C4000h - 0C7FFFh
    choice "C8000-CBFFF"   pos[0]=0010XXXXb   mem 0C8000h - 0CBFFFh
    choice "CC000-CFFFF"   pos[0]=0011XXXXb   mem 0CC000h - 0CFFFFh
    choice "Disabled"      pos[0]=0111XXXXb

    Help

"This selection assigns the first memory address range
 used by the FHL-8124. Use the F5=Previous and the F6=Next
 keys to change this assignment. Conflicting assignments
 are marked with an asterisk and must be changed."

NamedItem

    Prompt "Memory Window 1 Address"

    choice "D4000-D7FFF"   pos[3]=XXXX0101b   mem 0D4000h - 0D7FFFh
    choice "D8000-DBFFF"   pos[3]=XXXX0110b   mem 0D8000h - 0DBFFFh
    choice "DC000-DFFFF"   pos[3]=XXXX0111b   mem 0DC000h - 0DFFFFh
    choice "C4000-C7FFF"   pos[3]=XXXX0001b   mem 0C4000h - 0C7FFFh
    choice "C8000-CBFFF"   pos[3]=XXXX0010b   mem 0C8000h - 0CBFFFh
    choice "CC000-CFFFF"   pos[3]=XXXX0011b   mem 0CC000h - 0CFFFFh
    choice "D0000-D3FFF"   pos[3]=XXXX0100b   mem 0D0000h - 0D3FFFh
    choice "Disabled"      pos[3]=XXXX0000b


    Help

"This selection assigns the second memory address range
 used by the FHL-8124. Use the F5=Previous and the F6=Next
 keys to change this assignment. Conflicting assignments
 are marked with an asterisk and must be changed."



HomePartnersDownloadProductsServicesSupport

Copyright © 1997-2008 Fraser's Hill Ltd. All rights reserved.
Fraser's Hill and FHL are registered trademarks of Fraser's Hill Ltd.
Other product and company names may be registered trademarks,
trademarks, or service marks of their respective owners.

FHL   14-Apr-2002