Hi,
I've a similar problem like:
USB virtual com port communication lost
My usecase:
- USB is enumerated and sending data
- Terminal program is running
- I reset the msp via:
USB_disconnect();
USB_disable();
PMMCTL0 |= PMMSWPOR;
- I do see the Comport vanish in the device-manager
- after the reset and USB initialization, the com port is there again in the device-manager
- but, the terminal get no data anymore, and when I restart the terminal, it even doesn't find the
virtual com port indicated in the device-manager.
I'm running Windows 7.
Any idea?
regards,
Steffen