API Reference
Dashboard builder and launcher
Launch a serial dashboard. |
|
Returns a function that can be used as a Bokeh app. |
Serial communication utilities
Class containing details about a serial connection. |
|
Read all available bytes from the serial port and append to the read buffer. |
|
Read data in until encountering newlines. |
|
Generate a name for a device at a given port. |
|
Connect to board by closing, then opening connection, discarding anything that may be in the input buffer. |
|
Obtain streaming data |
|
Search for ports and update dictionary of ports. |
Parsers
Parse a read with incoming delimited data. |
|
Take in data as a list of lists and converts to a list of dictionaries that can be used to stream into the ColumnDataSources. |
|
Right-fill NaNs into an array so that each row has the same number of entries. |
|
Given a 2D Numpy array, right-append an array of NaNs such that there are ncols in the resulting array. |