The XMEGA UARTC0 is connected to a UART on the AT32UC3B1256. The AT32UC3B1256 UART is communicating at 115200 baud, using one start bit, eight data bits, one stop bit, and no parity.
When the AT32UC3B1256 device is enumerated (connected to a PC), the data transmitted from the XMEGA is passed on to a (virtual) COM port. This means that it is possible to use a terminal program to receive the transmitted data on a PC. Similarly, data transmitted from the PC COM port is passed on to the XMEGA UART through the gateway.