I am interfacing a gsm module with stm32f0 board. I am new to this section. I want to send and receive AT command to gsm module and receive its response via UART. Sending section is completed but problem with receiving part. please get me out this thing.
Hey NIshi_kant
This forum is for questions about using the community. Please take a look at https://community.arm.com/developer/f and let me know which product forum I can move this thread to.
Thanks
Oli from the Community team
Hi Oliver,I mean you can transfert it in : Arm Development Platforms forum
Hi
What I know about your problem is not related to the hardware, but to the management of the UART. To operate correctly you must know the size of the stream transmitted via the UART, otherwise the reception buffer will be incorrect. I have experienced this on a client-server.
The procedure is -> Read the buffer (number of characters received only).
Good luck
Thank you Oliver
Thank you Jerome