at_configure
Configure serial port parameters such as baud rate, data bits, parity, stop bits, and flow control for AT commands over serial.
Instructions
Configure serial port parameters (baud rate, data bits, parity, stop bits, flow control). Can be called before or after opening the port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parity | No | Parity: N(None), E(Even), O(Odd), M(Mark), S(Space). Default N. | N |
| rtscts | No | Hardware flow control RTS/CTS. Default false. | |
| timeout | No | Read timeout in seconds. Default 1.0. | |
| xonxoff | No | Software flow control XON/XOFF. Default false. | |
| baudrate | No | Baud rate. Common values: 9600, 115200, 921600, 1000000. Default 115200. | |
| bytesize | No | Data bits: 5, 6, 7, 8. Default 8. | |
| stopbits | No | Stop bits: 1, 1.5, 2. Default 1. |