Skip to content

The Python 3 script python2serial.py translates serial messages into a text file. Especially useful for saving Arduino serial printed data.

Notifications You must be signed in to change notification settings

dushyanthganesan/Serial-to-Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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).

About

The Python 3 script python2serial.py translates serial messages into a text file. Especially useful for saving Arduino serial printed data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages