Has anyone had any success using the secure port (2606 I believe) to connect and transfer data. I tried a while back putting the data through stunnel (www.stunnel.org) but could not get the secure port to work.
Thanks
Gwww, what's not working? I've used stunnel before successfully with the XEP. Here's a snip from the config.
[ssltelnet1]
accept=2601
connect=192.168.0.251:2601
The result of this is to accept connections on the machine that's running stunnel on port 2601 and relay those to the XEP (shown here as 192.168.0.251) on port 2601. You'd connected to the stunnel machine and see an unencrypted TCP connection to send traffic and stunnel will setup the SSL tunnel to the XEP on its port 2601.
You could now open up telnet to your stunnel machine on 2601 and be connected to the XEP.
Be careful if you use telnet because it appears to send the return after you put in your username as two characters, one of which becomes the first character entered as the password. So you'll need to "backspace" the first * you see echoed from the XEP on the password prompt before typing your password. If you see "Elk-M1XEP: Login successful." you're in.
Now just sit back and wait and you'll see the XK commands appear every 30 seconds. You can now enter and receive strings from the Elk RS232 protocol.