New WiFlySerial library

For those using the WiFly breakout board http://www.sparkfun.com/products/10050 or even just the bare chip,
there is a new Arduino library for the WiFly using only Tx/Rx serial connections - no SPI needed.

See http://arduinology.tumblr.com

Enjoy - Constructive commentary welcome.

Free bump up. Looks like a great bit of kit, thanks for writing it.

In the code it is using:

Serial << "Free memory:" << freeMemory() << endl;

My IDE is saying that << is and illegal Serial operator, would you know how to fix that??

jwagg34,

Make sure you have the Streaming library installed, as well as NewSoftSerial, Time and PString.

Cheers,

The NewSoftSerial is now part of Arduino 1.0 the PString and Streaming can be found at http://arduiniana.org
Would be nice if at the download for the WiFlySerial it told you what other libraries you need.

getting compile error when using ide 1.01 with wfsv3.

  • Web Server example for the WiFly showing the current time and some status items.
  • Client/Server demo 0.07.

can anyone help?

can anyone help?

Without seeing your code and errors? No.

anyone can help please !! i am using the wiflySerial library and i have this error
the compiler has a problem with the WiFlySerial.cpp

\Documents\Arduino\libraries\WiFlySerial\WiFlySerial.cpp:241:3: error: 's_WIFLYDEVICE_SET_PROTOCOL' was not declared in this scope
s_WIFLYDEVICE_SET_PROTOCOL,

\Documents\Arduino\libraries\WiFlySerial\WiFlySerial.cpp:242:3: error: 's_WIFLYDEVICE_SAVE' was not declared in this scope
s_WIFLYDEVICE_SAVE