Is a Serial Terminal .dll available?
I'm wondering if there is a .dll or source code to the Serial Terminal available. I want my Propeller to communicate with a PC but I want to write a GUI to display what's going on with my project in graphics form instead of just text debug messages. Thanks.
Comments
Jeff.T
If you understand Visual Studio C++ programming, this link will help.
http://www.codeproject.com/KB/system/serial.aspx
Bruce
You can also find the source code for the Parallax Serial Terminal at this location:
http://www.parallax.com/OpenSourceHardwareDesigns/tabid/865/Default.aspx
Bruce
This is a custom build and protocol. Most likely, you need low level serial port libraries and not a wrapper (dll).
What language are you using?
What kind of GUI are you looking for? Just a few LEDs or some much more difficult?
Bruce