SunitRaut / pyMultiSerial

A Python module for simultaneous communication with multiple serial ports, based on pyserial module
GNU General Public License v3.0
11 stars 3 forks source link

Add Rejected ports to blacklist #2

Open SunitRaut opened 3 years ago

SunitRaut commented 3 years ago

Add rejected ports to blacklist so that attempts are not made to connect to port again and again. Rejected ports should be removed from blacklist only when a port is disconnected. This check and removal can ideally be done in scan_sink() function calls.