write_raw
Send raw data with escape sequences (e.g., \r, \n, \x03) directly to a serial port, like a Cisco console, without waiting for prompts.
Instructions
Write raw string data to a serial port (no prompt waiting). Supports escape sequences: \r \n \t \x03 (Ctrl+C) etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Raw data to write. Use \r for CR, \n for LF, \x03 for Ctrl+C, \x1b for ESC | |
| path | Yes | Serial port identifier/path (e.g. /dev/ttyUSB0 or COM3) |