Searching \ for 'Cyclades/multiple serial port' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/io/serials.htm?key=serial
Search entire site for: 'Cyclades/multiple serial port'.

Truncated match.
PICList Thread
'Cyclades/multiple serial port'
1998\07\07@133243 by Peter L. Peres

picon face
On Tue, 7 Jul 1998, Pavel Korensky wrote:

{Quote hidden}

The Z8530 data sheet is available.

In ten words, the driver maps the specific port that requires attention
onto the given (normal) IO address space of a single serial port using an
extra control register and then does IO as usual. When interrupts occur
they are flagged in an extra register(s) (two for 16 ports, one for 8),
that has a set bit for each port that needs service. Thus the CPU knows
what to map.

This is for '100% serial port compatible' cards.

RISC-based controllers sometimes map memory as IO and manage buffers by
themselves, or use packet-oriented protocols in fixed-size (FIFO sized)
bursts to talk to the CPU.

hope this helps,

Peter

1998\07\07@155904 by Dennis Merrill

flavicon
face
You would still need to rewrite your driver if you wanted it to work with
Windows9x. Windows uses the VCOMM driver to handle serial ports, and it is
not capable of multiplexing one interrupt to multiple devices.

                                               - Dennis

At 07:18 PM 7/7/98 +0000, you wrote:
>On Tue, 7 Jul 1998, Pavel Korensky wrote:
>
>> BTW, does anybody have some knowledge how works the drivers for these
>> multiport cards? I mean, if I have one card with 8 serial ports and
>> embedded processor, how the data are transferred to PC system. How PC knows
>> which byte of data is from which port ?
>> I am asking because I have a lot of Z8530SCC chips and I would like build
>> my own card (just for fun) and I don't want to write drivers. So, ideally
>> the card should be able to use drivers from let's say above mentioned
Cyclade.
{Quote hidden}

More... (looser matching)
- Last day of these posts
- In 1998 , 1999 only
- Today
- New search...