A short example on how to use the GUI Composer for the MSP430 Launchpad.
Please follow the complete guide here:
http://mcuhq.com/11/msp430-launchpad-gui-composer-example
A GUI is configured that plots the data received on a COM port at 9600 baud. The hardware UART on the MSP430 is used in conjunction with two "UART monitor" files that the GUI Composer interacts between as an API. The end result is a distributable standalone app (windows only however).
- Code Composer Studio (CCS) v5.3+
- MSP430 Launchpad
- USB mini cable to connect between your computer and MSP430 Launchpad
- Download and install Code Composer Studio (CCS)
- Install the Grace and MSP430 USB Driver
- Clone this repo and open the project file inside CCS
- Build and then test your app
Please submit all issues to the github tracker. Pull requests are also encouraged. General comments can be left either inside github or at mcuhq.com