Function uart_tx(const char *)
Defined in File uart_comm.h
Function Documentation
-
void uart_tx(const char *cstring)
Send a null-terminated string to the host.
Sends the string using DMA for efficient transmission.
- Parameters:
cstring – Pointer to the null-terminated string to send