Close

New Data Sending Option

A project log for Ethernet/Internet to Serial Adapter

Very simple way of adding internet connectivity to a project. Serial data going in gets relayed to a server and you get the response out

arthur-guyArthur Guy 07/26/2014 at 18:490 Comments

The adapter supports sending POST or GET requests and in the case of a post request the incoming string is passed through under the form parameter data.

This has been fine but I have been working on a data collection system similar to Xively and data.sparkfun and I wanted a better way of encoding and sending data.

I have now added the ability to send data in the POST body rather as a form style post, my current home automation project is using this feature to send a json payload directly to the server in the POST body

Discussions