Is it possible to use python to get True Full Duplex on a Serial port?

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Fri Aug 14 10:40:06 EDT 2009


On 02:19 pm, invalid at invalid wrote:
>On 2009-08-14, exarkun at twistedmatrix.com <exarkun at twistedmatrix.com> 
>wrote:
>>One strategy you might employ to get rid of the busy looping
>>is to use Twisted and its serial port support.  This also
>>addresses the full- duplex issue you've raised.
>
>There are no such full-dulex issues.

There was a perceived issues.  Obviously it's possible to do full-duplex 
with Linux's serial port support (and all the other major platforms too, 
as far as I know), as long as you know how. :)  Twisted makes the how a 
lot simpler.

Jean-Paul



More information about the Python-list mailing list