serial data and web

Mihamina Rakotomandimby mihamina.rakotomandimby at rktmb.org
Tue Dec 9 06:55:22 EST 2014


On 12/09/2014 02:39 PM, manduk wrote:
> I would like to get data from serial port and send it to a web page.
> I think that getting data from serial port shopuld not be difficult in 
> python. I've found some interesting links about it.
> How can I send after the datas directly to a web page?

"A web page"?
Did you mean a Web server?

Basically, you'll have to upload your data to a Web Server, then the 
server will serve your data.
Depending on how your server is setup, you'll have to use FTP, RSync, 
HTTP GET or POST or PUT,...
There is plenty of ways to upload some content.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141209/17b62676/attachment.html>


More information about the Python-list mailing list