I'm try to use the USB_Dev_Serial example to create a Virtual COM port using the OTG connector on the DK-TM4C123G. I have changed the UART to UART 3 and added code to initialize the pins appropriately(GPIO_PC7_U3TX). When I load the example, I get an unknown device on the Windows 7 computer that I have connected. I have loaded both the USB_DEV_Serial and USB_Dev_CSerial drivers. The Stellaris Virtual Serial port shows up and I can use it to send information to the PC from the stock usb_dev_serial example.
Is there anything that I'm missing?