Internet Explorer Java Applet & Modbus TCP

S

Thread Starter

Serano Paolo

Hallo,
I'm making a sample applet that wanna read (or write) a variable in a remote TCP/IP Quantum controller. I am using the sample provided in
"http://www.modicon.com/openmbus":http://www.modicon.com/openmbus , and the sample name is mmi3test.java. I have compiled this file with JDK1.2.2, and it works; to avoid other problem I have put the proxy variable to null, but I have an error in the moment I try to open the Socket (the node exist and I can ping it).
Can anyone help me?
I can provide also my source file....
Regards
 
Top