Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYAHONG committed Sep 21, 2024
1 parent bd3df5c commit 19cbd32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions hbox/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ HSTACKLESSCOROUTINE_BLOCK_END(协程名称)
现可实现以下功能:
- 精简版modbus rtu从机:实现简单的modbus从机功能,仅实现线圈、离散输入、输入寄存器、保持寄存器相关功能。
- modbus tcp网关服务器:实现modbus tcp到modbus rtu的转换。
[modbus](https://modbus.org)支持以下数据类型:
Expand Down
10 changes: 10 additions & 0 deletions test/ModbusTCPServerTiny/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 说明

本程序将运行一个Modbus TCP Server(采用精简的modbus协议),特点如下:

- 运行于前台,可显示接收与发送的数据
- 监听端口502(Linux上可能需要root权限),只接受1个客户端。

# 测试

可采用modscan或者工业组态软件连接并测试。

0 comments on commit 19cbd32

Please sign in to comment.