forked from CMB27/ModbusRTUSlave
-
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.
Moved from Sketchbook to library folder. Rearranged files for library.
- Loading branch information
Showing
5 changed files
with
19 additions
and
1 deletion.
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,8 @@ | ||
ModbusRTUSlave KEYWORD1 | ||
configureCoils KEYWORD2 | ||
configureDiscreteInputs KEYWORD2 | ||
configureHoldingRegisters KEYWORD2 | ||
configureInputRegisters KEYWORD2 | ||
begin KEYWORD2 | ||
poll KEYWORD2 | ||
|
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 @@ | ||
name=ModbusRTUSlave | ||
version=0.0.0 | ||
author=C. M. Bulliner | ||
maintainer=C. M. Bulliner | ||
sentence=Allows communication with Modbus RTU master devices (HMIs, PLCs, etc.). | ||
paragraph=This library enables an Arduino board to be a Modbus RTU slave/server device, able to communicate with Modbus RTU master/client devices. This library will work with any Stream object such as HardwareSerial or SoftwareSerial, and has provision for use with RS485; a driver enable pin can be set up. This library is like a kit; some assembly is required, but this allows for a lot of customization. | ||
category=Communication | ||
url=* | ||
architecture=* | ||
|
File renamed without changes.
File renamed without changes.