zhaopeiym / IoTClient

This is an IoT device communication protocol implementation client, which will include common industrial communication protocols such as mainstream PLC communication reading, ModBus protocol, and Bacnet protocol. This component is open source and free for life, using the most relaxed MIT open source agreement, you can modify and commercial use at will (commercial use please evaluate and test). 这是一个物联网设备通讯协议实现客户端,将会包括主流PLC通信读取、ModBus协议、Bacnet协议等常用工业通讯协议。本组件终身开源免费,采用最宽松的MIT开源协议,您可以随意修改和商业使用(商业使用请做好评估和测试)。
MIT License
1.27k stars 408 forks source link

IoTClient Tool界面参数保存 #4

Open sangzeyao opened 3 years ago

sangzeyao commented 3 years ago

能否记录下软件的配置参数,有的页面参数较多,关闭一次就需要重新配置一次太麻烦了。

zhaopeiym commented 3 years ago

现在最新版本,如果是基于tcp的都会保存ip和端口 如果是基于串口的还没有保存,下个版本保存串口的参数。

zhaopeiym commented 3 years ago

更新下,界面参数可以保存了。