I have installed the example project as explained here. http://processors.wiki.ti.com/index.php/Streaming_GuiComposer The project runs. I have been able to modify the javascript to communicate with my target board (MPS-EXP430FR4133). I am trying to modify the layout, but I get this error on the top of the GUI Composer window: "Unable to parse HTML source. See console for error. Please switch to "Display Source" mode and correct the error." I've reinstalled the project and tried going to Display Source, but I get the same error.
I also am trying to go at the problem from the other side. I created a basic layout with the port enable check box, the baud rate drop down, the com port drop down, and the send button. When I try to send a command to the demo board, I get a Send Command Error that says "ERROR: Port is in use." I don't really believe that as I can send commands thru DOS command line using the "echo x >COM3" command.
Any ideas on how I can modify this project either using the example or my own?