Keyboard interrupt (and similar program exits, eg. sys.exit()) don't close the port connection, so leave terminals (windows) in limbo.
(Currently working round by changing approach to make serialdevice compatible with 'with' command (Can submit a pull request) but it then requires an explict while loop)
Keyboard interrupt (and similar program exits, eg. sys.exit()) don't close the port connection, so leave terminals (windows) in limbo. (Currently working round by changing approach to make serialdevice compatible with 'with' command (Can submit a pull request) but it then requires an explict while loop)