I forgot to mention that the zip file does not contain a Keil project and is not based on a Keil project. It's just source code I've been working with which is parts from the LPC Open V3.02 library examples usbd_cdc_rom_vcom and usbd_dfu_composite projects. I also included my modification to the inf file. The project gets both CDC ports to show up in the device manager, but this code can only connect to one not both. I'm thinking that since there is only one call to USBD_API->hw->Init(&g_hUsb, &desc, &usb_param) in main that only one connection can be made. Does anyone have any ideas?
Thanks,
Dan Dahl