I am trying to configure ATC-1000 TCP/IP to RS 232 converter. Where is Arduino working as master connected with keypad. Arduino reads key and send it via TCP/IP using Ethernet W5100 Shield. Converter send convert it and send to PC via RS232 and I read it in modebus poll software. Here I am attaching Manual and SS of what configuration I am doing. Indicator LED for Power on and Ether link goes on but ACT which shows Data Sending/Receiving between Serial and the
Ethernet is off. I unable to find out where I am doing wrong.
Please help me with this.
For Arduino:
IPAddress ip(192, 168, 2, 168);
IPAddress gateway(192, 168, 2, 1);
IPAddress subnet(255, 255, 255, 0);
ATC-1000 User's Manual v2.0.pdf (429.7 KB)