Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Modbus function 0x2B/0E Read DeviceIdentifiers, add get/set SlaveID, get/set ResponseTimeout, get . #185

Closed
wants to merge 7 commits into from
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ writeMultipleCoils KEYWORD2
writeMultipleRegisters KEYWORD2
maskWriteRegister KEYWORD2
readWriteMultipleRegisters KEYWORD2
readDeviceIdentifiers KEYWORD2

#######################################
# Constants (LITERAL1)
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=ModbusMaster
version=2.0.1
author=Doc Walker
version=2.0.2
author=Doc Walker & robl040
maintainer=Doc Walker <4-20ma@wvfans.net>
sentence=Enlighten your Arduino to be a Modbus master.
paragraph=Enables communication with Modbus slaves over RS232/485 (via RTU protocol). Requires an RS232/485 transceiver.
Expand Down
Loading