Skip to main content
MS.11
Associate II
March 30, 2021
Question

How to check the GPRS HTTP commands in stm32 using UART

  • March 30, 2021
  • 1 reply
  • 2227 views

Hi,

May I know how to check the GPRS HTTP commands are continuously working or not in stm32f103c8T6 using UART and How to put those HTTP commands in while loop. Plz help me how to do this.

Thank you

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
March 30, 2021

Not sure what you're asking here?

AT Commands are just text strings - so your first step must be to get sending & receiving text strings working.

You should do that without the GPRS unit; that's just an unnecessary unknown to start with - instead, work with a terminal app on a PC.

To find what AT commands are available, and how to use them, you will need to study the documentation for your particular GPRS module.

Again, spend time with just the module and a terminal app on a PC to get to know and understand the AT commands and how they work.

Don't move on to the microcontroller until you have that firmly understood.

See: https://community.st.com/s/question/0D53W00000eu8lFSAQ/quectel-gsmgprs-at-command

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
MS.11
MS.11Author
Associate II
March 30, 2021

Thank You