arduino-libraries / WiFi_for_UNOWiFi_rev1

Arduino WiFi Library
7 stars 10 forks source link

Serial library partially doesn't work right? #11

Open frank16 opened 7 years ago

frank16 commented 7 years ago

Wifi.write() function only compiles for Wifi.write(val), refuses to compile for Wifi.write(str) or Wifi.write(buf, len)

Are the serial and stream libraries supposed to work for Arduino UnoWifi? I sure hope so! Perhaps I'm doing something wrong? It seems that this board works very differently in coding then the Uno with wifi shield. It's very confusing.