I have an old Sparkfun Wifly board that connects fine once configured using the SpiUartTerminal sketch but is useless as the library no longer works in the modern Arduino IDE:
#include <WiFly.h>
I have the user guide and reference manual and would like to code the Wifly communication myself, to replace the library. SPI is set up and working as I can see the library get data back from the board but then fail (it can't reboot the board and it misses chunks of data returned by the board).
How would I go about sending commands to the board. Is it just a case of using SPI? But there are no registers, e.g. to send the command and get the data back:
get ip
thanks.