"DOS Guy" <DOS@Guy.com> wrote in message
news:4A3B9C24.D496572@Guy.com...
>
> Would a PCI-based com-port board be accessible to a DOS app without
> needing to some sort of driver installed during autoexec.bat or
> config.sys startup (assuming the board would even have DOS-based
> drivers) ???
>
> In other words, if a motherboard with an integrated com port doesn't
> need a driver to be seen and be functional for a DOS app, then would
> a
> PCI-based com port behave the same way?
>
> I was thinking of something like this:
>
> http://www.byterunner.com/byterunner..._name=PCI-100H
Are you talking about actual MS-DOS/PC-DOS/4DOS or a command prompt
(AKA "DOS box") under some variety of Windows?
If you are talking about a command prompt under Windows, I've no idea
what might be needed or how you might proceed.
If actual DOS, I have set up add-in PCI serial port cards to work
under MS-DOS 5.0 and 6.2 before, but it was kind of a hassle as there
were several non-trivial things we had to do.
First was to find out which PCI slots put the card on an IRQ that
would work in a give PC - some of the slots shared the IRQ with the
video card or built-in video, which caused us problems, others used
IRQ 9, which caused problems.
Next, we had to use a utility provided by the board manufacturer
(SeaLevel in our case) to detect the BIOS assigned port address and
re-map it to an unused address below FFFFh.
Finally, we had to modify the software we used to be able to handle
non-standard port IRQs and addresses (most commercial software is
limited to the standard port IRQ and address settings of port 1 = IRQ
4/03f8h, port 2=IRQ3/02f8h, port 3 = IRQ4/03e8h, port 4 = IRQ3/02e8h).
So, unless the board manufacturer provides DOS drivers to put the
IRQ/Address into the range your software can handle or you've got the
ability and resources to do the above yourself you might not be able
to achieve the desired result, and even then it might be more trouble
than it is worth.
Good luck...
--
Zaphod
Arthur Dent, speaking to Trillian about Zaphod:
"So, two heads is what does it for a girl?"
"...Anything else he's got two of?"