Been a long time since I tinkered with NETMF - request for help
I am trying to use CDC with the G80
Cdc vsp = new Cdc();
Controller.ActiveDevice = vsp;
Throws exception as
[em]
A first chance exception of type âSystem.InvalidOperationExceptionâ occurred in GHI.Usb.dll
An unhandled exception of type âSystem.InvalidOperationExceptionâ occurred in GHI.Usb.dll
Uncaught exception
The thread ââ (0x1) has exited with code 0 (0x0).
Done.
[/em]
@ Mr. John Smith - [quote]The USB client interface is typically used as the G80 debug interface and for application deployment through Visual Studio. However, it is controllable and may be used to simulate other USB devices such as mice, keyboards, and Communications Device Class (CDC) interfaces using low level access instead of the debug interface.[/quote]
@ Mr. John Smith - No, you wasnât. CDC is supported, but dual interface (Debug and CDC at the same time on the same port) is not. Thatâs not the same.
@ iamin - However, based on the OPâs message; I knew that he was trying to do just that. Debug and CDC over the same interface. How I miss that functionality.
@ Mr. John Smith - Well, unfortunately, I donât have such extrasensory powers. However, if your first reply was something like âDual interface is goneâ instead of âCDC is goneâ it would be much more accurate.