Relative Content

Tag Archive for qtstm32serial-communication

send integer from stm32 board to Qt app with serial communication using uart

Im trying to click on read button on my Qt app and read an integer from stm32 board
I can send trame from Qt app to stm32 board which is “5r” and the bard read it normally but when the board send the intger it dosent reach the QT app, any help this is code of sending the first trame and the code from stm32 that send the integer