Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

com3 irq5 modem conexant d480

Status
Not open for further replies.

frenchtech

Technical User
Jul 23, 2002
14
0
0
GB
hi
i search for a soft working in DOS, the mask (PIC) and the value in Hexa for IRQ5
com is COM3
IRQ is IRQ5
adress is D400

example
for COM1

/VALCOM1:$EF-$04-$3F8

$EF is mask
$04 is IRQ
$3F8 is adress

thank for your help
 
You want a DOS driver for the Conexant D480? Boy you're lucky if you can find one. There are very few DOS drivers for V92 modems if none.


 
I use a soft DOS equivalent Hyperterminal or Procom
I use script in this soft
Usualy i have no problem with com1 with external modem on different PC
but laptop Dell use internal modem, Conexant use com3 IRQ5

i want values for irq and mask in Hexa

If not exist information for this configuration , i use external modem...

thank for your help
 
COM3 is usually 3E8 but can't help you with the others...

ROGER - G0AOZ.
 
COM ports 3 and 4 are defined in DOS but are co-users of the IRQs used by 1 & 2 and addressed, If I recall correctly as 2E8 and 3E8 (as noted by Roger).

From the description you are probably using a PCI modem that is really sitting in the higher IRQ area and being mapped to a lower location by the operating system to fit the requirements of the operating system communications environments. Plug and Play has that ability. DOS does not.

I am not aware of any DOS based communications programs written for these types of modems.



Ed Fair
Give the wrong symptoms, get the wrong solutions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top