News

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 ...
Back to the matter at hand. [Stef] put together a Python program that leverages GDB’s Remote Serial Protocol. He calls it pyrsp and the talk he recently gave about it can be seen below.
Ok, the title is a bit misleading. Like most things in life, it really isn’t infinite. But I’m going to show you how you can use a very interesting Linux feature to turn one serial port… ...
For example, you can use a serial port to link a heart monitor to a treadmill, or a cash register with a barcode scanner.