Open kiranpradeep opened 4 years ago
You could use libmodbus as a base, certainly. Just make sure that the licensing conditions (LGPL v2.1+) work for your particular development. This library can be used under the MIT licensing, and was developed separately.
Thanks for the reply. But, the reply is not fully clear. The term "libmodbus as a base" is ambigous - why not directly use libmodbus for Modbus TCP on sphere devices ?
This is not an issue ticket. But I like to understand when I should use this library. I understand Modbus RTU (RS485) on Sphere devices needs device specific code and hence this library. But if the user only needs Modbus TCP on Sphere devices, can they just not use libmodbus? If yes, then does this library really need to include/maintain Modbus TCP source code ?