Ok so iv been working on a design and now i want to incorporate the usb interface into code. I am able to program via the boot strap loader over usb however i need to establish a usb com port in order to view data from time to time on a serial port monitor. I downlaoded the MSP430USB developers package_4_20_00 and loaded the program C0_Simple Send which was under examples and CDC_virtualCOMport. It is not working at all iv tryed to fallow the code and i believe it fails to work in the USB_enable() function. i believe this due to it never returning anything successful and i have tried changing a USBCNE and USBPLLCTL register before the if statement checking it in order to force it to return successful and this does show a usb device on my device manager however it doesn't have the pid or vid and it returns error 43.... no surprise since it was forced to be successful.
Does anyone have any experience with this processor or one of its series and the code for a virtualCOMport. Any help would be greatly appreciated and if needed i will post whatever code requested.