Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ColinStuartDevelopment's full-sized avatar

Colinisok ColinStuartDevelopment

View GitHub Profile
@binh-bk
binh-bk / recordSerial.py
Last active May 18, 2022 04:16
record serial and log output, useful tools working Arduino
#! /usr/bin/python3
'''
to use python 2 use /usr/bin/python2
requires pySerial to be installed
add date to the header, and time to the begining of each line
add sys argument to customize
USE: make executable by chmod +x scriptname.py and
> ./recordSerial.py test1000.txt (and Enter)
'''