/*-------------------------------------------------*/ /* Modbus Slave Tool */ /* */ /*Copyright ICP DAS Co., Ltd. All rights reserved. */ /*-------------------------------------------------*/ [Download] ICPDAS web site https://www.icpdas.com/en/product/guide+Software+Development__Tools+Modbus__Tool#674 [Third-Party Libraries Used] - NModbus (MIT License) https://github.com/NModbus/NModbus [Revision history] Version 1.0.2 [2026/03/18] by Mac Cho - NEW: Added connection status. - FIXED: MTCP slave does not disconnect correctly. Version 1.0.1 [2025/08/13] by Mac Cho - NEW: Added communication window to show RX/TX data. - FIXED: ASCII slave not working. Version 1.0.0 [2025/07/31] by Mac Cho - First Release. - NEW: Support Modbus TCP, Modbus RTU connections. - NEW: Support Modbus Slave Simulation. - NEW: Support individual sub-windows. - NEW: Support Modbus data types: holding register, input register, coil and discrete input. - NEW: Support value types: hex, int, uint, long, ulong, float, and double. - NEW: Allows custom descriptions for each item. - NEW: Support project-based configuration.