Stream Wget() out of the Serial port
Posted:
Wed Sep 14, 2016 2:27 am
by peridot
Mike would this be possible?, ie instead of putting the Wget() data into a variable, how about streaming directly out on the serial port, where it could be processed elsewhere.
Re: Stream Wget() out of the Serial port
Posted:
Wed Sep 14, 2016 5:18 am
by Mmiscool
Serialprintln wget(url.com/)
Re: Stream Wget() out of the Serial port
Posted:
Wed Sep 14, 2016 5:50 pm
by peridot
Sorry tried that , fails with input error. I suspect its running into same problems as if it was a variable.
Re: Stream Wget() out of the Serial port
Posted:
Wed Sep 14, 2016 8:27 pm
by Mmiscool
I forgot quotes in my snipet there.
Code: Select allSerialprintln wget("www.google.com/")