ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
640 stars 193 forks source link

Can not enter IP Adress Version 2.1.0.0 #39

Open Dave9912 opened 3 months ago

Dave9912 commented 3 months ago

I don´t know why, but there is nor field for entering an IP adress ?

graham22 commented 3 months ago

image

Dave9912 commented 3 months ago

Modbus Hi, this is how it looks on my desktop. Did i install the wrong app?

thoblerone commented 3 months ago

Nothing wrong here. The modbus server (slave) runs locally and waits for connection from any client (master) "from the outside world". Thus there is no need to specify an IP. On the client needs to be able to specify to which server it would like to connect, thus the client program needs and has the possibility to choose an IP.