-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 说明 | ||
|
||
本程序将运行一个Modbus TCP Server(采用精简的modbus协议),特点如下: | ||
|
||
- 运行于前台,可显示接收与发送的数据 | ||
- 监听端口502(Linux上可能需要root权限),只接受1个客户端。 | ||
|
||
# 测试 | ||
|
||
可采用modscan或者工业组态软件连接并测试。 |