TIDUF20B December 2022 – July 2025
Send BQ device data to UART, RS-485 interface
void RS485_Send(uint8_t BQid, uint8_t cmd, uint16_t *data, uint32_t length);
| BQid | BQ device ID, indicates Top or Bottom AFE |
| cmd | Message command, indicates the type of data sent |
| data | Pointer to the data to be sent via UART, RS-485 |
| length | Length of data |
Void.