Hello Greg
I am trying to connect to the ADS130E08 to my Java application using JStyx for Linux, on the java side.
Since the EVM Board runs a Styx protocol (from your previous conversations). What then is the port number of the ADS130E08 EVM Styx Server running on the Board. The application is hosted on a Linux embedded device. Or better still, how does one connect to the Styx server on the EVM Board.
The JStyx Connection requires a TCP/IP host name and Port Number.
StyxConnection conn = new StyxConnection("localhost", PORT);
Sunny