Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Nov 29, 2023
1 parent 49210e3 commit 048f6bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,12 @@ function read() {
}
```
----
#### Use "modbusdb" as an elegant wrapper over the Modbus protocol
##### Check this repo https://github.com/yarosdev/modbusdb for more information, pls try it and leave feedback!
##### "modbusdb" is an elegant wrapper over the Modbus protocol

###### Check modbusdb github repo at https://github.com/yarosdev/modbusdb for more information, feedback is welcome!

Here is an example of using `modbusdb` wrapper over `modbus-serial`:

``` typescript
import Modbus from 'modbus-serial';
import { Modbusdb, ModbusSerialDriver, Datamap, createRegisterKey, TypeEnum, ScopeEnum } from "modbusdb";
Expand Down

0 comments on commit 048f6bf

Please sign in to comment.