Hello,
I am trying to open communications between a C# application on a Windows 7 PC with a EM-CC430F5137-900 attached to a MSP-FET430UIF Debugger, but the C# application throws an exception saying "Access to the COM port is denied" when trying to open the port.
I have previously utilized the .NET SerialPort class with the EZ430RF dongle with a MSP430x2xx device's UART controller with no problems, so I am inclined to think there is something different in hardware concerning the FET430UIF.
I also deployed the TI example C program cc430x513x_uscia0_uart_04.c which echoes a received character, but the same exception is thrown.
Has this been done before? Does the FET430UIF support serial communications to a PC? Is there an application note?
Thanks