Go to the source code of this file.
|
| uint8_t | TCMDEXEC_gnss_send_cmd_ascii (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| | Telecommand: Transmit a log command to the GNSS receiver through UART.
|
| |
◆ TCMDEXEC_gnss_send_cmd_ascii()
| uint8_t TCMDEXEC_gnss_send_cmd_ascii |
( |
const char * | args_str, |
|
|
char * | response_output_buf, |
|
|
uint16_t | response_output_buf_len ) |
Telecommand: Transmit a log command to the GNSS receiver through UART.
- Parameters
-
| args_str |
- Arg 0: Log command to be sent to GNSS eg "log bestxyza once" (string)
|
| response_output_buf | The buffer to write the response to |
| response_output_buf_len | The maximum length of the response_output_buf (its size) |
- Returns
- 0 on success, > 0 error