serial_log_start
Capture all incoming serial data to a timestamped log file for analysis. Select the session and file path to record device output.
Instructions
Start logging all received serial data to a file.
Creates a timestamped log file capturing everything the device sends. Similar to minicom's capture feature. Only one log file per session.
Args: file_path: Path to the log file to create/write session_id: Port name of the session. Optional if only one session is open. append: If True, append to existing file instead of overwriting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | ||
| file_path | Yes | ||
| session_id | No |