How to suppress AT firmware response messages
Posted: Wed Dec 17, 2014 1:22 am
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:
How do I suppress the Link and Unlink messages?
My AT configuration is as follows:
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 all
Link
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 all
AT+CIFSR
AT+CIPMODE=1
AT+CIPMUX=1
AT+CIPSERVER=1,333
AT+CIPSTO=120
AT+CIPMUX=0