- Fixed #7: port dictionary keys() no longer subscriptable on Python3.
- Fixed encoding issue. (Thanks @schoener-one, @JasperCraeghs).
- Fixed "Read Until" keyword does not work with multichar terminator.
- Fixed bug introduced by Pyserial3.5+ parameter change (terminator->expected).
Build using poetry. Dropped Python2 support.
Added Python 3.5+ supprt.
Fixed typo in doc/docstring. (Thanks @gerryqd)
Set RS485 Mode now accepts keyword arguments so that
serial.Serial.rs485_mode
attribute can be initialized as valid
RS485Settings
instance.
Added 'Write File Data' keyword.
More tests.
Added regression tests.
Initial release.