Other Parts Discussed in Thread: MSP430F1612
Hi Friends,
I have a requirement where MSP430 controls the motor speed and a sensor mesures the distance and stores it.
In second part I need to develop a GUI to be used on host PC which can communicate with the MSP430 and can fetch the sensor reading array. Based on the fetched readings it has to write database and have to generate a report file with graph. Since database is involved the GUI has to be Java one. My question is how to establish communication between this GUI and my MSP430? Can I use the Launchpad for this pupose? Ho to do it with or without the launchpad? Can any one please guide?