[Thread Prev][Thread Next][Thread Index]
Re: Serial Port busy.
- To: "Bharat Mediratta" <bmedirat@xxxxxxxxxxxxxx>
- Subject: Re: Serial Port busy.
- From: Casper Dik <casper@holland>
- Date: Sat, 20 Mar 1999 11:57:00 +0100
- Cc: pilotmgr@xxxxxxxxxxxxxxxxxxxxxxx
- In-reply-to: Your message of "Fri, 19 Mar 1999 11:59:06 PST." <BCA15749A438D211839600A0C92E67B6365BAE@sjd-ex001.calicotech.com>
- Sender: owner-pilotmgr@moshpit
>This message is in MIME format. Since your mail reader does not understand
>this format, some or all of this message may not be legible.
>
>------_=_NextPart_001_01BE7242.F1BF01EC
>Content-Type: text/plain;
> charset="iso-8859-1"
>
>
>
>Once upon a time, a kindly hardware engineer explained this
>to me. Because of the clock rates, what Sun boxes (up to an
>Ultra 2 at the time -- I don't know if it applies to boxes
>later than that) represent as 57600 is actually something in
>the ~52000 range. This is because of a difference in clock
>rates. Feel free to correct me if I'm wrong here. So two
>Suns can talk to each other at "57600" and above, but you
>can't talk to another component that is actually talking at
>57600. The best rate I was ever able to use was 38400.
This is true for all Sbus based systems; these have zs based
serial ports.
The later Ultra systems are PCI based and have a much better
serial chip (larger fifos, runs upto 400kbps).
(Ultra 5, 10, 30, 60, UE250, UE450 and the PCI I/O boards for
the UExx00 series)
If you want to check what type of system, try this:
ls -l /dev/term/a
New chips can be recognized by this:
New System (note "pci" for on-board PCI and "se" for the new Siemens
serial chip)
lrwxrwxrwx 1 root root 47 May 6 1998 /dev/term/a -> ../../devices/pci@1f,4000/ebus@1/se@14,400000:a
Old system (obio, sbus; old zs based serial)
lrwxrwxrwx 1 root root 32 Dec 6 1996 /dev/term/a -> ../../devices/obio/zs@0,100000:a
Casper
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************