flipper_read_file
Read files from a Flipper Zero device. Returns UTF-8 text directly or base64-encoded binary content.
Instructions
Read a file from the device. UTF-8 text is returned directly; binary content is returned base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| encoding | No | auto | |
| max_bytes | No | Truncation limit, default 262144 |