ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
673 stars 201 forks source link

Datalength entry in hexadecimal form #17

Closed thoblerone closed 4 years ago

thoblerone commented 4 years ago

Although DataTab.DataLength getter has code to handle hexadecimal entries, the MaxLength property of txtSize = 3 effectly blocks using that feature. The setter will use decimal representations only.

graham22 commented 4 years ago

Merged to release 2.0.1.1