Releases: Wiznet/WIZnet-S2E-Tool-GUI
Releases · Wiznet/WIZnet-S2E-Tool-GUI
v1.5.6.3
Bug fixes:
- Fixed an issue where “W55RP20-S2E” and “W232N” devices could not properly handle the Modbus (
PO
) parameter.- Changed
wizcmdset.py
soPO
is “RW” instead of “RO,” reflecting actual firmware behavior. - Updated
WIZMakeCMD
to always includePO
for W55RP20-S2E and W232N, and only for WIZ5XXSR if firmware ≥ v1.0.8. - Revised
object_config_for_device()
andget_object_value()
so W55RP20-S2E and W232N always allow Modbus settings, while WIZ5XXSR still requires firmware ≥ 1.0.8. - Added
if "PO" in dev_data:
logic infill_devinfo()
to correctly read and displayPO
values in the GUI’s Modbus ComboBox.
- Changed
v1.5.6.2
1. Enhanced High DPI Support
- Improved UI scaling under Windows display magnifications (150%–200%).
2. Redesigned “Network Interface Config” Menu
- Added a “Refresh” feature under the top “Network Interface Config” menu, allowing manual refresh when IP addresses or network adapters change.
3. Other UI Improvements and Bug Fixes
- Added a placeholder (
<Select Network Interface>
) to the ComboBox to avoid exceptions (e.g., IndexError) when an invalid network interface is selected. - Strengthened error messages and logging if a connection issue arises during device searches.
v1.5.6.1
v1.5.6
Enhancements:
- Added support for "W55RP20-S2E" and "W232N" devices in the
WIZMakeCMD.py
. - Implemented device-specific search and configuration command handling for newly supported boards.
- Enhanced UI initialization and configuration settings across various functions in
main_gui.py
to accommodate new device types.
v1.5.5.3
Update build script(build.ps1)
Disable unusing tab(Options tab, channel tab) in BOOT / UPGRADE mode
Reduce delay of tcp unicast search on invalid ip address
Full Changelog: V1.5.5.1...v1.5.5.3
V1.5.5.1
V1.5.5
WIZnet-S2E-Tool-GUI V1.5.5
Changes:
- Added modbus function to WIZ5XX module.
- Correction of index errors that occur intermittently.
E-Save v1.0.0
V1.5.4
WIZnet-S2E-Tool-GUI V1.5.4
Changes:
- Fix certificate upload function
- Path is not initialized when uploading a new file
If you have any issues or need to discuss something, please visit the Discussions page in this repository.
V1.5.3
WIZnet-S2E-Tool-GUI V1.5.3
Changes:
- Fix Setting parameter validation only works for 1-port devices
If you have any issues or need to discuss something, please visit the Discussions page in this repository.