miniterm.py: use exclusive access for native serial ports by default

Fixes #326. miniterm.py now uses exclusive access for serial.Serial
instances by default. The new option --non-exclusive can be used to
override the default, disabling exclusive access for native ports. No
change for non-native ports.
1 file changed