its possible to send a string of data through tcp ip (in a vt100 terminal or something like unidirectional broadcasting) ?
for example , every minute a string with
voltage, panel temperature , state of link , etc ?
so we can catch it in a pc ..or something like that?
thanks!
You can use TCPOpen with an empty string( "" ) as the IP address to open a server port on the datalogger. Use the socket number returned from TCPOpen as the comport number for SerialOut.
There are different ways of formatting data for output. The easiest is probably to use GetRecord with a string for the destination.