Can Python serial support run at 45.45 baud?

Roy Smith roy at panix.com
Sat Feb 14 14:10:39 EST 2009


In article <49970ce7$0$1665$742ec2ed at news.sonic.net>,
 John Nagle <nagle at animats.com> wrote:

> At the hardware level, there's a clock rate, a counter, and a divisor, 
> so arbitrary baud rates can be set.

Is that really true of modern hardware?  The last time I looked at serial 
port hardware, UARTs took a base clock rate and divided it sequentially 
with flip-flops to get all the possible rates (they usually had some ugly 
logic to generate 110).  You were limited to the specific rates the 
hardware gave you.  Is that no longer the case?



More information about the Python-list mailing list