v2.0.0
Breaking change:
The (undocumented) feature of providing an IP address as port is not supported anymore. To get the same functionality use socket://ip:port. The socket:// syntax is a pyserial URL handler. All URL handlers can be used, e.g. hwgrep:// to select a specific USB serial dongle for cases where the path might change on reboots of the system.
Changes
- Add support for Straight
- Update docs
- Remove support for providing IP address as port