Skip to content

Commit

Permalink
feat: add interactive mode for custom AT commands
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
elkanamol committed Nov 7, 2024
1 parent d2009ab commit 7200a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7200a48

Please sign in to comment.