Package: pyserial / 3.5-1.1~bpo11+1

Metadata

Package Version Patches format
pyserial 3.5-1.1~bpo11+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add timeout setter for rfc2217.patch | (download)

serial/rfc2217.py | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 serial/rfc2217: add timeout.setter for rfc2217

Add a new setter method for the timeout property which does not invoke
the port reconfiguration.
This is a direct copy of the SerialBase timeout property without the port
reconfiguration.

Modified by Bastian Germann to apply on v3.5.