From e3e1395ec79e59b5e0f6454d3c4b83e99755b10d Mon Sep 17 00:00:00 2001 From: Yegor Shytikov Date: Mon, 9 Dec 2024 21:26:43 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 02e8822..f878ede 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,11 @@ Uncomment this lines # Communication via Serial USB You can receive RAW frequency data from the ESP32 by sending the serial command **Scan -1 -1**. Other parameters are also available. Also, you can use ASCII_SA.py to read data from serial and represent as an ASCII character chart on your device.
+Install **pyserial**: +``` +pip3 install pyserial +``` + Run: ``` python3 ASCII_SA.py