PySerial Intro
There are different options and python packages available to interface with the serial port in python.
- PySerial
- ...
This set of articles focus on explaining on how to use PySerial to receive and send data between different embedded systems.
Brief Introduction
soon...
Simple Console Read Example
soon...
References
- [Ref 1] “PySerial Documentation”, [Website]
- [Ref 2] “A "live" data monitor with Python, PyQt and Pyserial”, Eli Bendersky's Website [Article]