generic Raw Telnet Reader

Obtaining data from various hardware devices
Post Reply
giammy
Posts: 4
Joined: Mon Jul 04, 2011 12:29 pm
Contact:

generic Raw Telnet Reader

Post by giammy »

Hi all,

I'm doing some tests with the acquisition server "generic raw telnet reader"
I want to send raw data for 10 channels.
I have the server sending the data, but I have not found documentation
on the data format the acquisition server is expecting to read from
the socket.

When I set a 16bit little endian format, I imagine the acquisition server
will wait for binary data.

How can he separate the 10 channels I'm sending?

Can I send 10 channels? And if not, do I need to open 10 different sockets
and have 10 different acquisition servers?

Any link to documentation is welcome ... I did not find infos about this topic
up to now :-(

thanks
giammy

giammy
Posts: 4
Joined: Mon Jul 04, 2011 12:29 pm
Contact:

Re: generic Raw Telnet Reader

Post by giammy »

Hi,

looking around and doing some tests, the data is sent in binary mode sending one sample for each channel in sequence.
(perhaps there are other possibilities, but this one is working with a simple program sending data via socket)

thanks
giammy

Post Reply