Does anyone know a way to log data (printed messages) to a cloud/web?
I'd like to be able to send print()-type commands for online viewing later.
It's sort of an alternative to using Serial.print() to record messages/info.
I'm already connected to the Internet and I understand I can use a Client.print() instead of Serial.print() but I wonder if there is a simple service available that will record and display what it receives when I send Client.print() data?
Thank you!