This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I am sending AT commands more 12 characters long to the UART , only 12 character are send to the sim900 module . I used the UART_echo example provided by tiva ware board examples. Please suggest a method to send long strings.
The UARTSend function in the TivaWare uart_echo example uses ROM_UARTCharPutNonBlocking without checking the return status, such that the UARTSend function will silently discard characters once the UART TX FIFO is full (i.e. can cause problem with long strings).SahanH said:I used the UART_echo example provided by tiva ware board examples. Please suggest a method to send long strings.
How does your code send characters from the UART?
You may note that SahanH's post was more than 13 months past - it is not assured he's still monitoring this thread... Poster Matias sought his/her assistance - no response was received.
Both Amit & Chester advised herein - you'd do well to follow their guidance - would you not?