M
M
MagoVinch2015-04-26 20:04:56
Programming
MagoVinch, 2015-04-26 20:04:56

How to send AT commands from STM32 to Fona?

I have a stm32f4discovery board and a Fona gsm module ( https://www.adafruit.com/products/1946 )
how do I send AT commands to it with stm32?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eddy_Em, 2015-04-26
@Eddy_Em

I think this question should be asked in the "JOB" category. Because the author is clearly not able to do something on his own. Already such and such an elementary thing, like UART, is configured like two fingers on the asphalt!

V
Vladimir Martyanov, 2015-04-26
@vilgeforce

Configure the com-port for the required parameters, connect the necessary legs where necessary, then send data to the port.

T
trenrnd, 2017-10-21
@trenrnd

USART Initialization;
USART_SendData(USART#, 'ATCommand');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question