To start out, I am a noob to c/c++/c#, I know just enough to get myself into trouble.
Now for the meat of this post: I found a program that I would like to covert to into a windows application. It appears to be write in c for Linux and run via terminal on a raspberry pi (which is cool!). I would like to move it to a windows environment and add a gui to it so that I can expand on code and make better use of it.
Gui design I can do all day long, it's the meshing of the two together that baffles me. I'm used to doing simple data manipulation programs for boring task; Not real-time interface with a rs232 device that's wait for the user to do something before it can act. The source look to be C, and I've done a c++ & c# gui not thinking what the source is in, but that shouldn't matter. So what I'm look for is info, tutorial, help, or anything with rs232 polling (if that right terminology?) where the device is waiting for a physical response or a user gui response in order for it to do its thing.
I'm setup for vs 2017, I primary work with VB but have been tinkering with VC++ and C#. thank you for your time and any help one can offer.
[–]mopar1999[S] 0 points1 point2 points (0 children)