2020-08-20 04:52 AM
how to use AT commands in STM32CUBEIDE for sending message call etc
Solved! Go to Solution.
2020-08-25 05:46 AM
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.
2020-08-25 05:46 AM
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.
2020-09-01 10:32 PM
thank you