Bridge 1.1 API - UART Commands
Set Voltage
UART Initialization
{ "transaction_id": "1", "command": "uart_init", "params": { "baudRate": "<600|1200|2400|4800|9600|14400|19200|38400|56000|57600|115200>", "hardwareHandShake": <Boolean>, "parity": "<0|1|2>", "dataSize": "<0|1>", "stopBit": "1" } }{ "transaction_id": "1", "status": "success", "type": "command_response", "is_promise": true, "data": { "command": "uart_init" } }{ "transaction_id": "1", "status": "success", "type": "command_response", "is_promise": false, "data": { "is_response_to": "uart_init", "status": "success" } }
UART Configuration
UART Send
UART Interruption Notification Message
Last updated