Create new Data Source with my protocol (Modbus Modified)
-
Hi people! I'm Andrés from Venezuela
I need create a new Mango's Data Source (I'm Java programmer) to work with my protocol (Modbus TCP Modified).
The diference between Modbus and my protocol is:
Modbus TCP Master creates the TCP connection, but my protocol the master listen in XXX port and the slave creates the TCP conection.
which files should be modified?
Thanks!
-
Mango uses the Modbus4J implementation of Modbus. You should look there to start.