Hi
I've been developing a device that's using the USB CDC API so we can have backwards compatibility with our devices.
To enable this we need to have DTR and DSR signalled. I was able to signal DTR by following instructions in (http://e2e.ti.com/support/microcontrollers/msp43016-bit_ultra-low_power_mcus/f/166/p/97363/341021.aspx#341021), but that still leaves me wondering about DSR.
So any suggestions how I could signal the device driver that DSR is up and everything is ready?
I'm also wondering why TI hasn't implemented these to the actual API and leaves us with workarounds, cause I'd assume that other people have the same type of backwards compatibility problems as I'm facing too.
Any ideas on the DSR would be highly appreciated,
- Antti