hi everybody,
I want to communicate with a dx200 configurated with ethernet server and a c# .net4.8 appl.
I make this test
- client Hercules<>dx200 : ok, the data transfer is correct
-client c# <>serverc#(or server hercules) :ok
-client c#<>dx200 : problem
The socket seems open good, but when i send command i receive null answer from robot.
Also the first command doesnt work
"CONNECT Robot_acces Keep-Alive <CR><LF>"
What can i do??