Question
USART Data has to be displayed on stm32f746g display using TEXT area widget.
Hi...
I am using STM32f746g board , normally if I use text area widget to display string it is working fine. But I m not getting how to do when a data receiver through Usart has to be displayed on Display.
For example : from USART we got a value 40 , how it has to be display ?
If anyone have an idea how to do it , please help me out.