Hello! I'm back with another sad question.
Simple question though.
Now that I seem to have a working UART interface, I have been wondering how to connect a launchpad to a GUI.
I would like to write this in C#.
I have the concept that it would be serial communication, so the launchpad would be the "Master" and the outside program would be considered the "Slave" right?
How does one go about something as simple as this? I know how to simply create a serial port program in c#, I just seem to not understand how to set the LaunchPad up as the master. Does that make sense? It seem