UART communication in Propeller
core88
Posts: 1
I am posting this here as I could not find any relevant section in the forum: I have a P8X32A QuickStart board. I want to interact with the board from a graphical user interface (GUI). I am making the GUI in C#. I searched for UART communication for parallax board but could not find any information about it. I found some tutorials on serial port communication.
What I am doing right now is that I am trying to write to a serial port in my laptop from the GUI and read through the UART in the parallax board.
What would be best way to accomplish this task ? Your help would be very much appreciated.
What I am doing right now is that I am trying to write to a serial port in my laptop from the GUI and read through the UART in the parallax board.
What would be best way to accomplish this task ? Your help would be very much appreciated.
Comments
The code I attached to this post includes an example of using PC to Prop communication.
I've listed various QuickStart demos and projects in this thread
The Propeller Education Kit (PEK) includes examples of using an UART. The PEK is available from the "help" menu in the Propeller Tool. The PEK is probably a better starting point than the above links.
Post #3 of my index (see signature) has additional links to Propeller tutorials.
Also there is a 4 port serial driver.