Page 1 of 1

How to get rid of *HELLO* message with WiFly

Posted: Sat Jan 22, 2011 7:34 pm
by rgelb
Every time WiFly sends something out, it prepends *HELLO*. How do I get rid of it? It seems to confuse browsers.

Re: How to get rid of *HELLO* message with WiFly

Posted: Wed Feb 02, 2011 11:00 am
by chrisjp
The command you want to use is "set comm remote 0"

This sets the string automatically delivered to remote clients on connection, setting 0 disables it.

Best of luck!

Re: How to get rid of *HELLO* message with WiFly

Posted: Mon Feb 07, 2011 7:50 am
by follower
rgelb wrote:Every time WiFly sends something out, it prepends *HELLO*. How do I get rid of it?
While your question has been answered, if you're using an Arduino (or--with some hand waving--another AVR-based chip) you might like to look at the WiFly Shield code library alpha 2 release which handles this and other issues transparently.

--Philip;