Python 3.8 推奨です.
git clone https://github.com/Be4rR/serial-monitor.git
cd serial-monitor
poetry install
config.jsonの内容を変更します.特にport
とbaudrate
は環境に合わせて設定する必要があります.
{"port": "COM7", "baudrate": 115200, "plot_width": 300, "save_dir": "./data"}
実行します.
poetry run python script.py