Skip to main content
bmak
Senior
August 12, 2021
Question

Which GUI language should I choose to cooperate with STM32?

  • August 12, 2021
  • 1 reply
  • 609 views

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 :)

    This topic has been closed for replies.

    1 reply

    TDK
    August 12, 2021

    > 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.

    "If you feel a post has answered your question, please click ""Accept as Solution""."