I've been playing a bit with my ESP8266 module, reading the datasheet and trying some AT commands through an Arduino board, and I came across this "AT+UART=9600,8,1,0,3", which sets, among others, the flow control to RTS/CTS.
I've kind of did it without thinking twice, but now, the module isn't responding at all. And this is because the Arduino doesn't have the flow control in its UART.
So, is there a way to undo it ?
I've tried several times to flash the module with different softwares, but I couldn't, XTCOM_UTIL gives me a error code : 5.
Do you guys have any ideas ?
Thanks.
Regards.