From 9a22b878c9ac5f89e684e1d141fd6e788193169e Mon Sep 17 00:00:00 2001 From: George Fourikis Date: Sun, 26 Mar 2023 14:39:41 -0300 Subject: [PATCH] Added modbus-serial under Hardware --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6be1d83..49945bb 100644 --- a/readme.md +++ b/readme.md @@ -423,6 +423,7 @@ - [spi-device](https://github.com/fivdi/spi-device) - SPI serial bus access. - [pigpio](https://github.com/fivdi/pigpio) - Fast GPIO, PWM, servo control, state change notification, and interrupt handling on the Raspberry Pi. - [gps](https://github.com/infusion/GPS.js) - NMEA parser for handling GPS receivers. +- [modbus-serial](https://github.com/yaacov/node-modbus-serial) - A pure JavaScript implementation of MODBUS-RTU (Serial and TCP) for NodeJS. ### Templating