Mail Archives: djgpp/2001/04/25/06:25:49
On Wed, 25 Apr 2001, Martin Czamai wrote:
> my problem is that I have a "Sure RPC DCF77" receiver from Linum, which is
> connected to a PCs serial port and delivers information coded via 100 and
> 200ms pulses on the RXD pin of a serial interface.
> Since resources can be allocated dynamically in a PCI chipset and needn't to
> be located at default base-adresses like 0x3F8 (COM1) or 0x2F8 (COM2), how
> can I detect the correct base adress and interrupt of a serial interface??
What is the PCI method to find out this info? There should be some
interrupt that you issue to get the configuration, but I don't know the
details.
> Some additional info: if I use BIOS functions to initialize the serial
> interface, the lowest baudrate I can select are 110baud. To recognize the
> 100 and 200ms pulses correct, I require only 50 (!) baud. This is the reason
> why I require the resource-information about the serial interface to program
> its timing-registers....
You need to program the UART directly by writing appropriate values into
the UART registers.
- Raw text -