g2
g2 copied to clipboard
Serial UART Port
Hello, I am having trouble trying to add serial port communication (serial2 for example) of the arduino due to communicate the received and sent commands to a terminal to analyze the information. What I want to achieve is that the arduino due continues communicating via usb, but that also on a serial port it can send the same information received and transmitted to a terminal.
Hello, you can use UART together with USB. Just set the define XIO_HAS_UART 1.