Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 311 Bytes

Serial to Text File

Simple Python3 script to obtain encoded characters from a serial port. Helpful for converting Arduino data printed to serial into a text file to save and process in post.

Script requires installation of pip package PySerial (pip install pyserial).