2023-04-05 03:23 AM
2023-04-06 01:33 AM
Hello @fchai.1 ,
Try to get inspired from the available LwIP_TCP_Echo_Server example to configurate your project.
Also, for more explanation about TCP/IP, I recommend you the UM1713 Developing applications on STM32Cube with LwIP TCP/IP stack and precisely Example of TCP echo server demonstration Section.
This section can help you to Read a received packet from the Ethernet buffers and send it to the lwIP for handling.
I hope this help you!
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-05-15 12:13 AM
Hello @fchai.1
I believe you are looking for a UART serial interface where to send AT commands instead of using a TCP/IP stack like LwIP.
See the following document as an starting point:
https://www.espruino.com/datasheets/SIM900_AT.pdf
I hope it helps.