serial_get_log
Retrieve raw serial log lines for a specified date, using line offset and limit to page through captured UART data.
Instructions
Page through one day's raw log file by line offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD (default today) | |
| port | No | Serial port name, e.g. COM5 or /dev/ttyUSB0 | |
| limit | No | Max lines (default 200) | |
| offset | No | First line to return (0-based) |