Arduino Mega + Arduino Ethernet Shield 2 to Interface with PC Via Ethernet Port

Hi all,

     I had Purchased the Following Original Arduino Boards:
  1. Arduino Mega 2560 Ver 3:
    https://robu.in/product/original-arduino-mega-2560-atmega2560-mcu-rev3/

2 Ethernet Shield 2 board Link:
https://robu.in/product/original-arduino-ethernet-shield-2/

Using Ethernet library, I have to see the Data from Arduino to PC Terminal Software through Ethernet Port.

Kindly let us know any PC Terminal software to test the Data Send / Receive from Arduino to PC and Vice Versa.

Regards,
V. Prakash

you can use telnet or ssh in a terminal or your browser for example if you go for an http protocol

There are tons of possibilities

Hi Sir,

    Thanks for the reply. TELNET uses the Transmission Control Protocol/Internet Protocol (TCP/IP) to connect to a remote system. I understand TELNET will act as Master. Ethernet shield will acts as Slave to communicate. I had searched for Telnet. It is showing lot of terminal software link. Can you share the link of Telnet or ssh Terminal Software so that it will be helpful to me. 

Regards,
V. Prakash
Vetal / India

have a look at the telnet example
it is using WiFi but should give you some ideas

Hi Sir,

Thanks for the reply. I had Planned to use Mega+Ethernet shield(16 boards) with Different IP Address to communicate with my PC Via Switch. PC to Mega+Ethernet shield will be Modbus TCP/IP. To Test the Modbus TCP/IP in the Mega+Ethernet Shield, is there any library for Modbus TCP/IP? If Yes. Kindly share the same. It will be useful. Any Terminal Software which supports Modbus TCP/IP in the PC side.?

Regards,
V. Prakash

try a web search for arduino ethernet telenet - you should get several links

see https://www.arduino.cc/reference/en/libraries/arduinomodbus/

Hi Sir,

Thanks for the Document link. Megaavr mentioned in the Document, i understand that this Modbus Library will support for Mega 2560. Any Terminal Software which supports Modbus TCP/IP in the PC side to test the Modbus library code through Ethernet Shied?

Regards,
V.Prakash

please don't add spaces at the beginning of a line when you type, it messes up the format of your answer

--

actually on second thoughts I did not check if the library would work with your Mega 2560. usually one go for more modern chips

You can probably find modbus simulators for your PC.

Hi sir, Thanks for the reply. Will check the Modbus TCP/IP Library in Mega 2560 board and give update here.