diff --git a/README.md b/README.md index 3e7cc40..4b30b18 100644 --- a/README.md +++ b/README.md @@ -328,3 +328,15 @@ Uncomment this lines // #define WIFI_SCANNING_ENABLED true // #define BT_SCANNING_ENABLED true ``` + +# Communication via Serial USB +You can receive RAW frequency data from the ESP32 by sending serial command **Scan -1 -1** +Also, you can use ASCI_SA.py to read data from serial and represent as an ASCI character chart on your device.
+Run: +``` +python3 ASCI_SA.py +``` +Output: + +image +