cancel
Showing results for 
Search instead for 
Did you mean: 

INTERFACE STM32 WITH GSM SIM800L IN STM32CUBEIDE

Mk.11
Associate II

how to use AT commands in STM32CUBEIDE for sending message call etc0693W000003PrzxQAC.png

1 ACCEPTED SOLUTION

Accepted Solutions
EJOHA
Senior

It is probable easier to use a special terminal sw such as Tera Term or Putty to communicate with the board instead of using STM32CubeIDE. However, it is possible in Console view in STM32CubeIDE to open a new Command Shell Console and select Serial Port, Connection name and define COM port, Baud rate, parity etc.

Maybe your question is more related to how an STM32 program can be written to send the AT commands. In that case you can look into some UART examples in STM32 firmware.

View solution in original post

2 REPLIES 2
EJOHA
Senior

It is probable easier to use a special terminal sw such as Tera Term or Putty to communicate with the board instead of using STM32CubeIDE. However, it is possible in Console view in STM32CubeIDE to open a new Command Shell Console and select Serial Port, Connection name and define COM port, Baud rate, parity etc.

Maybe your question is more related to how an STM32 program can be written to send the AT commands. In that case you can look into some UART examples in STM32 firmware.

Mk.11
Associate II

thank you