1 Star 0 Fork 0

pdenjoh / TinyModbus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
pdenjoh 提交于 2023-04-16 17:06 . build: 修改配置选项
menu "Tiny Modbus Protocol Stack"
config RT_USING_TINYMODBUS
bool "Enable tiny modbus protocol stack"
default n
if RT_USING_TINYMODBUS
config TINYMODBUS_USING_RTU
bool "Enabled modbus rtu mode"
default true
config TINYMODBUS_USING_TCP
bool "Enabled modbus tcp mode"
default false
config TINYMODBUS_DEBUG_ENABLE
bool "Enable debug log output"
default false
endif
endmenu
C
1
https://gitee.com/pdenjoh/tinymodbus.git
git@gitee.com:pdenjoh/tinymodbus.git
pdenjoh
tinymodbus
TinyModbus
develop

搜索帮助