Gui interface for pc and arduino

Dear all
I want simple gui interface prog to create pc prog to send and receive data from arduino yo pc
Thanks

What programming language do you prefer?

There are lots of examples using Processing. It requires to build some knowledge in Java if you want to do advanced stuff. Python, Excel (on PC, not Mac) are also frequent options

If you are more comfortable/proficient with another language on your PC then that's probably what you should explore first.

I prefer c++ but in gui interface is so difficult i want the easy prog

although it has been a while since I used it (I don't code for PC), Visual C++ in Visual Studio was not great but was getting the job done...

GUI widgets are always specific to the environment you use... so there is a learning curve. You'll also have to decide how you'll pass the data across from the PC to the Arduino and back (Serial, bluetooth, Wi-Fi, Ethernet, ...) and develop some code and protocol for this.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.