2021-08-11 10:25 PM
Hi!
I need to make a GUI app that checks the connection between the computer and STM32, sends commands and receives messages etc.
I don't have much experience in writing windows apps, so could you tell me which programming language is best to use, and why?
I'm thinking about using Python with PyQt5.
Thanks :)
2021-08-12 06:03 AM
> could you tell me which programming language is best to use, and why?
The best one is the one you know. They're all capable. I use Python with wxwidgets and quite like it.