Comms#

Comms.c includes all communication functions

void process_USB_rx(uint8_t *Buf, uint32_t buffer_length)#

Called when a new line of USB data is received.

Buffer will fill until a newline character (ā€˜\n’) is sent through the virtual comm port

Parameters:
  • Buf – Buffer containing bytes

  • Len – Length of buffer