diff --git a/SoftOscilloscope.py b/SoftOscilloscope.py index d4e477e..511b3be 100644 --- a/SoftOscilloscope.py +++ b/SoftOscilloscope.py @@ -54,7 +54,7 @@ def plot_animate(self, fn, read_size=1): plot[1]._invalidy = True except ValueError: pass - except error, message: + except Exception, message: print message return return [x[1] for x in self.plot_list] diff --git a/readme.md b/readme.md index d461570..a2c65a2 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ to work with the package. * numpy * pySerial +### Demos + Serial | Socket :------------------------------------------:|:-------------------------------------------: ![alt tag](http://i.imgur.com/OWu5wBS.gif) |![alt tag](http://i.imgur.com/xwUVAz4.gif)