-->
Page 1 of 1

How to suppress AT firmware response messages

PostPosted: Wed Dec 17, 2014 1:22 am
by bubba198
I got the thing to function like an almost transparent bridge; a TCP connection can be established to the module and any data sent that way will show up on the serial port.

I said almost since there the firmware generates a message every time the connection is made or broken. Here's an example just doing "ls" and net catting the output to the module:

Code: Select allLink
com
com-backup-20060130.c
com-backup-20060412.c
com.c
k74.c
Makefile
ulcd
ulcd.cpp
ulcd.o
Unlink


How do I suppress the Link and Unlink messages?

My AT configuration is as follows:

Code: Select allAT+CIFSR
AT+CIPMODE=1
AT+CIPMUX=1
AT+CIPSERVER=1,333
AT+CIPSTO=120
AT+CIPMUX=0

Re: How to suppress AT firmware response messages

PostPosted: Wed Dec 24, 2014 6:36 am
by Athena
Try this: ATE0

Documents on Espressif BBS may help you:
http://bbs.espressif.com/viewtopic.php? ... d1ce041f53

Re: How to suppress AT firmware response messages

PostPosted: Mon Dec 29, 2014 1:36 pm
by dacb
This may be a better solution for you:

viewtopic.php?f=6&t=864