Function uart_tx(const char *, uint32_t)

Function Documentation

void uart_tx(const char *data, uint32_t len)

Send data buffer to the host.

Sends the specified number of bytes using DMA for efficient transmission.

Parameters:
  • data – Pointer to the data buffer to send

  • len – Length of the data buffer in bytes