Grant Edwards wrote:
On 2009-02-14, John Nagle <na...@animats.com> wrote:

Can Python's serial port support be made to run at 45.45 baud,
the old "60 speed" Teletype machine speed?

If your hardware and OS supports it, Python can be made to
support it.

[snip]
I had a quick look at the Windows API. The struct member for the baud
rate is of type DWORD, ie an integer.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to