ikumasudo / serial-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serial-monitor

setup

GitPoetryが必要です.

Python 3.8 推奨です.

git clone https://github.com/Be4rR/serial-monitor.git
cd serial-monitor
poetry install

config.jsonの内容を変更します.特にportbaudrateは環境に合わせて設定する必要があります.

{"port": "COM7", "baudrate": 115200, "plot_width": 300, "save_dir": "./data"}

実行します.

poetry run python script.py

image

About


Languages

Language:Python 100.0%