issues
search
rossmann-engineering
/
EasyModbusTCP.NET
Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations
947
stars
412
forks
source link
EasyModbusClientExample: Add Slave ID field in TCP mode, plus displaying values in multiple formats
#108
Open
natevoci
opened
8 months ago
natevoci
commented
8 months ago
Show and use Slave ID field in ModbusTCP mode
Replaced lsbAnswerFromServer list box with a text box to make it easy to cut and paste into excel. Also, includes HEX, int16, uint16, and float interpretations of the values.
Renamed some form components to have descriptive names
natevoci
commented
8 months ago
In case it's useful, this is how the changes look