News

While Octave will never have the rich instrument control options available to MATLAB users, there are still ways to get serial data directly from a connected device into Octave. The Octave: ...
Based on Python and PyQT5, serial-plotter is a new beginning, with an emphasis on correct data acquisition and real-time data visualization with a little processing thrown in. Think, acquire data ...
I bought an air quality sensor for my Raspberry Pi, and they've written this Python script to show how to use it: try: import struct except ImportError: import ustruct as struct import serial uart ...
Instead, the serial port outputs the segments of the LCD displayed. It’s all described in a hard to read table, but [Shane] was able to whip up a little bit of Python to parse the serial stream.