Question
Usart send more than one character
Posted on August 17, 2011 at 10:39
Hello,
I saw that in usart.c there is the function USART_SendData(USART2, 'a'); but this is for only one character (here 'a'). I want to send more than one character but I can't find how. I think that USART_SendData(USART2, 'hello'); won't work. Coud anyone help me please? Thanks