Question
Which GUI language should I choose to cooperate with STM32?
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 :)