Qt 6.11 is out! See what's new in the release
blog
STM32
-
Hello, I am new in this forum. I have made interfaces with qt designer and using arduino uno. I wanted to ask you, is it possible to do the same but with the STM32? Does it change anything in linking the different types of languages? First of all, Thanks.
-
Hi and welcome to devnet,
How do you connect to your Arduino Uno ?
-
@SGaist x hi, occupy firmata
-
@SGaist x hi, occupy firmata
@ZeroCool96 if I were you, I would check whether firmata also supports the STM32 and if so, go for it. Otherwise, you will have to implement something yourself. If using the serial port to communicate with the board, you have QSerialPort.