Hi all,
I am newbie and I want to communicate with my device MSP 430 F16xx via the USB virtual COM port. The windows 7 displays the virtual COM port in the device manager. When executing the code on the device, the hyper terminal like putty displays the content out from the device, which indicates a communication with the device. Is it possible to write on the device (MSP 430) using this virtual COM port. XBEE provides bidirectional serial comm (as far as I know) to virtual ports. Does MSP 430 F16xx have this capability? I was reading on the forum about data transfer to the PC using back channel UART. I presume this is through launchpad. Is it possible to do this without any other device by directly communicating through the USB (virtual com port). Is it possible to code and get this connectivity? I wrote a small program listening on this COM port and the outputs displayed on the console was same as the putty output. These outputs were print statements from the code.
What is the other alternative that can be done to communicate with the device?
Thanks
DAC