Which programming language is comparatively easy for developing a GUI? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which programming language is comparatively easy for developing a GUI?

I want to control an arduino board that is connected to 2 separate drivers controlling 2 separate motors respectively. I want to control the arduoino board via a GUI for running motor parameters such as speed and direction. But having a difficult time with the GUI development on matlab. Any suggestion?

7th Dec 2016, 4:04 AM
Rima
Rima - avatar
3 Answers
+ 1
I have used Arduino for my project before. I created a GUI with Windows form application in c#. it is the most easy way to control Arduino. you can use Bluetooth connection or with USB if you want an example I can help you.
7th Dec 2016, 4:25 AM
milk way
milk way - avatar
0
hi, thanks for replying. actually I managed to make myself a motor controller GUI with WPF project on visual studio. Btw, have coded for controlling stepper motors that connect to their respective drivers and the drivers connect to the board?
8th Dec 2016, 12:49 AM
Rima
Rima - avatar
0
the motor driver should be handled by the arduino. or you have to make a simple interface between wpf and motor driver by using the arduino as a controller.
8th Dec 2016, 12:52 AM
milk way
milk way - avatar