Can Python serial support run at 45.45 baud?
MRAB
google at mrabarnett.plus.com
Sat Feb 14 11:56:00 EST 2009
Grant Edwards wrote:
> On 2009-02-14, John Nagle <nagle at 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.
More information about the Python-list
mailing list