From 7200a48052c64b0dc2c5ebeb3726fe9d7aee3698 Mon Sep 17 00:00:00 2001 From: elkanamol Date: Thu, 7 Nov 2024 12:00:58 +0200 Subject: [PATCH] feat: add interactive mode for custom AT commands - Add support for sending custom AT commands in interactive mode - Update documentation with new -i/--interactive CLI flag - Enhance feature list in README to include interactive capabilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7da6d58..71928c6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ em-mc_status_script is a Python-based CLI tool designed to retrieve and analyze - Supports both EM9xxx and EM7xxx series modules - Generates a timestamped status file with the collected information - Optional network search functionality +- Interactive mode for sending custom AT commands - Configurable verbosity for debugging ## Installation @@ -63,6 +64,7 @@ sierra-status.exe -p [OPTIONS] - `-m, --model`: Specify the model of the device to add to the filename (e.g., EM9191 or EM7455) - `-v, --verbose`: Enable verbose output for debugging - `-s, --search`: Perform a network search using the AT!COPS=? command +- `-i, --interactive`: Enter interactive mode to send custom AT commands - `--version`: Show the version of the tool ## Key Components