Can Python serial support run at 45.45 baud?

Grant Edwards grante at visi.com
Sun Feb 15 23:49:31 EST 2009


On 2009-02-15, John Nagle <nagle at animats.com> wrote:

> Linux support for nonstandard baud rates is possible, but
> needs a call to "setserial",

Or use of a non-POSIX ioctl() call.

> which is not standard POSIX.

True -- there is no way to do non-standard baud rates using
just POSIX calls.

-- 
Grant




More information about the Python-list mailing list