From f428f63a1365e6ab5d7313da32e2d6ff191b53dc Mon Sep 17 00:00:00 2001 From: Suyash458 Date: Fri, 12 Feb 2016 19:38:47 +0530 Subject: [PATCH] Add instructions for SerialPlot --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 338251b..2400d5a 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,14 @@ Run SocketPlot-Test.py on a different console window >>>plot = SocketPlot('localhost', 5000) >>>plot.start() +''' + +Example for serial plots +''' +>>>from SoftOscilloscope import SerialPlot +>>>plot = SerialPlot('COM_PORT_NUMBER', BAUD_RATE) +>>>plot.start() + ''' Takes a generic stream and sets custom parameters '''