I got the STK 600 eval board yesterday. I am able to program examples on the atxmega32a4u device, and I can debug with an Atmel debugger on the PDI interface. I also have USB port monitoring software.
I want to start a transfer out of the Atxmega32a4u USB port and see it through the USB port monitor software. The CDC example for the atxmega32a4u device is tied to a serial interface. Where in the example does this happen, which UART from the atxmega32a4u is used for this? There is activity on the port monitor software only when I open a teraterm window. In the custom application, the atxmegaa4u will process GPIO data from external interrupts and send it to the SBC through USB. Do I need to use an UART prior to the USB transfer. If not, how do I modify this example?
Thanks