Hi John.

In general is very easy to set it up.

The only trap was the buffer, that was factory set up to a very large number, I think 2 or 4000 bytes.

So my initial attempts to send a few "hello" to the host,just seemed to fail. But the problem was that buffer did not filled up with data, so no connection was made. I had to send a few thousands of bytes to see them coming, but was not aware of that.

After changing the buffer size,all was working great. And fast really. I received my data in less than a second!

Ioannis