Host Engineering Forum

General Category => General Discussion => Topic started by: gil05bert on December 19, 2015, 04:39:18 AM

Title: how to modbus UDP
Post by: gil05bert on December 19, 2015, 04:39:18 AM
Hi

I am developing a java app using j2mod library.
I was able to connect to do-more plc using modbus tcp default port.

Now i am trying to connect using modbus UDP.
Please give me a manual or video tutorial for this. Thanks
Title: Re: how to modbus UDP
Post by: BobO on December 19, 2015, 08:47:21 AM
Hi

I am developing a java app using j2mod library.
I was able to connect to do-more plc using modbus tcp default port.

Now i am trying to connect using modbus UDP.
Please give me a manual or video tutorial for this. Thanks

Do-more doesn't support Modbus/UDP at the present, only RTU and TCP. I'm pretty sure it would be possible as a custom protocol, but I've never done it.