Skip to content

Commit

Permalink
Add instructions for SerialPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyash458 committed Feb 12, 2016
1 parent 4734de5 commit f428f63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
Expand Down

0 comments on commit f428f63

Please sign in to comment.