jmhdz / currentcostgui

Automatically exported from code.google.com/p/currentcostgui
GNU General Public License v3.0
0 stars 0 forks source link

Feature Request: Ability to tcp connect to host:port #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In addition to Serial port and RSMB, can you add the ability to connect to
a tcp host:port.  This would help if the serial port is on a serial port
server, like ser2net.  There's no protocol, you just connect and the data
comes.

Original issue reported on code.google.com by norm...@gmail.com on 9 Jan 2010 at 11:44

GoogleCodeExporter commented 9 years ago
Interesting idea - thanks. 

I guess you could treat it as a stream, and look for the XML start and end tags 
to 
identify a complete reading. Do you have an example of what that code would 
look like?

Original comment by dale.l...@gmail.com on 9 Jan 2010 at 11:53

GoogleCodeExporter commented 9 years ago
yep, it's the the same as a serial port.  The xml comes in one a single line 
(like
the serial port) so you can just use makefile and readline to retrieve it.

Original comment by norm...@gmail.com on 10 Jan 2010 at 1:49