electron-demo/研发.md

8 lines
234 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# electron
## modbus
1. 页面输入IP
2. 主进程拿到IP创建连接
3. IP输入页面关闭首页打开
4. 首页打开自动向主进程发送信息
5. 主进程读取所有modbus数据返回页面所需的数据
6.