Chat freely about anything...

User avatar
By bubba198
#4991 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