max UART speed?
Poul-Henning Kamp
phk at phk.freebsd.dk
Tue Jan 2 14:03:30 PST 2007
In message <200701022040.UAA03200 at sopwith.solgatos.com>, Dieter writes:
>http://en.wikipedia.org/wiki/UART
>
>lists UART speeds up to 2,764,800 bits/second.
>
>Does it take a special magic UART to do this?
>
>termios.h only goes up to 921,600
There is no theoretical upper limit, only signal integrity problems.
Regular chips can only go to 115200 because of the input clock
frequency they have to work with.
If you run them on 8x normal clock, you get 921600, 2764800 is
24x normal clock.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the freebsd-hardware
mailing list