Re: serial data and web

2014-12-09 Thread Mihamina Rakotomandimby
On 12/10/2014 07:28 AM, Dennis Lee Bieber wrote: On Tue, 09 Dec 2014 14:24:51 +0100, manduk declaimed the following: "A web page"? Did you mean a Web server? ok I mean I would like to view the datas on a web page Basically, you'll have to upload your data to a Web Server, then the server wi

Re: serial data and web

2014-12-09 Thread Jean-Michel Pichavant
- Original Message - > From: "manduk" > > "A web page"? > > Did you mean a Web server? > not only upload in a folder of a webserver...I wish to see in real > time > the datas in a public html page. > I get the data from serial port and then I put them in a remote page. > Which is the best

Re: serial data and web

2014-12-09 Thread manduk
"A web page"? Did you mean a Web server? ok I mean I would like to view the datas on a web page 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,...

Re: serial data and web

2014-12-09 Thread Mihamina Rakotomandimby
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 p

serial data and web

2014-12-09 Thread manduk
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? -- https://mail.python.org/mailman/listinfo/pytho