Rewrite WiFlySerial?
Closed this issue · 1 comments
synfinatic commented
The library is old and uses SoftwareSerial (not even NewSoftSerial!), but with the Teensy, we can use a real HardwareSerial. We just need a way to initalize the class and set the internal uart object to the right class.
Also, it looks like the class is designed to use an Xbee shield because the RX/TX pins are hard coded in the library. :(
synfinatic commented
I ended up ditching WiFlySerial for a forked version of SeeedStudio's WiFly_Shield which is simplier.
https://github.com/synfinatic/WiFi_Shield