Hi to all of you!
I need to send AT commands from the Launchpad TM4C123GXL to the Wi-Fi module ESP8266, through the UART.
How can i achieve this?
Basic AT Commands are like AT+GMR or AT+SLEEP, for example, and they must terminate with \r\n,
where: \r = carriage return and \n = new line.
Is there a direct way to send them like a string (from the uC to the ESP8266), or have I to send the ASCII code of each letter?
I'm confused.