serial_write
Send raw data directly to the serial port for sending special key sequences, break signals, or interacting with bootloaders.
Instructions
Write raw data directly to the serial port. Use for sending special key sequences, break signals, or interacting with bootloaders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Raw data to write to the serial port | |
| newline | No | If true, append '\n' after the data (default: true) |