Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 477 Bytes

TEKTRONIX-TDS-320

Program for downloading screenshots from TEKTRONIX TDS 320.

demo

Linux instalation:

Require python3 or higher
install python library for serial communication
sudo aptitude install python3-serial
Run ./download.py or python3 download.py

Windows instalation:

install python 3 or higher
install python3+
install python library for serial communication
pip install pyserial Run python download.py