windows - close() resets timeouts causing problems
Brought to you by:
cliechti
On windows the close method resets the timeouts, this can actually cause some serial controllers to have problems and need to be reset after the close.
see line 182 of serialwin32.py on version 2.4
IMHO this should be removed, or have an override method if you don't want this behavior.