Send Data to HTTP using RCM4300

Hello,

I need a very simple program that sends data from Rabbit RCM4300 to a HTTP Web page continuously. This is what I am trying to do.
Read ADC channels from the RCM4300 and send them to a HTTP web page. I already
have the AC routine and it does display the ADC readings (6 channels) on the STDIO
of the Dynamics C.
But now I like to send it out to a HTTP web page.

Thank You

Bobby

Take a look at “Samples/tcpip/http/http client.c” for an example of connecting to a remote web server.

And then review Lib/Rabbit4000/tcpip/http_client.lib to see other APIs, like how to POST data (instead of just passing data as the query string to a GET request).