I have an example of the cdc class implementation from texas but it was done on the IAR environment and I am having difficulty in porting it to the KEIL environment. Does someone maybe have an example of the usb cdc implementation on this micro for the KEIL environment. Or otherwise is there a general example of the cdc class implementation for the 8051 somewhere?
> Or otherwise is there a general example of the cdc class implementation for the 8051 somewhere?
TI provides a custom device driver for TUSB3410. It doesn't follow CDC spec exactly, like FTDI. General examples for CDC is not so helpful for your purpose.
Tsuneo