vapor-ware / synse-modbus-ip-plugin

Modbus over TCP/IP plugin for Synse
GNU General Public License v3.0
2 stars 3 forks source link

Honor non-zero slave address. Close handler. #71

Closed MatthewHink closed 3 years ago

MatthewHink commented 3 years ago

For whatever reason, the busway does not respond to slave address zero. It shouldn't matter for modbus/TCP because addressing is handled by TCP. This adds the given slave address and a test for it. Close handle when done with the connection. Update dependencies.