Receive text file from HyperTerminal via UART
Posted on March 03, 2015 at 10:18Hello everybody, I have to send a file from the computer (so from HyperTerminal) to the STM3240G eval via USART3 (or any UART). I wrote a program to receive one data from USART (getchar() ) and it works fine but I do...