From c3bf44389afc558647a6c7afb8c3a4134781fa65 Mon Sep 17 00:00:00 2001 From: Suyash458 Date: Tue, 26 Jan 2016 00:50:07 +0530 Subject: [PATCH] Edited readme.md --- SoftOscilloscope.py | 2 +- readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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)