Hi all,
I have some questions about why my MSP430 RF2500 won't consistently connect to the COM Port for the UART connection. I coded the echo received character demo code onto my board (msp430x22x4_uscia_uart_01_9600.c), and at first it worked perfectly, exactly as I expected. I'm using RealTerm, and I changed the settings accordingly to the desired COM Port and baud rate, and the received characters were echoed back without any issues.
However, I then coded the original Wireless Sensor Monitor Demo Access Point Code onto it, and suddenly neither RealTerm nor the WSM GUI are able to connect to the port. The WSM GUI just pops up a little window that says "unable to open com port", and when I make the same changes for Baud Rate and Port# in RealTerm, it pops up a little window that says "BadID, Probably PORT does not exist ie_BadId - Specified comport doesn't exist.". I then tried to put just the abovementioned echo code back onto the board, but had the same issues where it couldn't connect to the COM Port.
I opened up Device Manager to check that the COM Port was connected, and indeed it is listed there, and in the properties, the Device Status window says it is working properly.
Any suggestions/ideas as to why the boards aren't connecting to my PC when they were working perfectly at first? Thanks!