From 43b5e62d6affbad84b09ece4963930f12502abd9 Mon Sep 17 00:00:00 2001 From: vlahunter <34351398+vlahunter@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:59:44 -0300 Subject: [PATCH] Add modbus-serial (#1236) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 68f5bba..51b1d27 100644 --- a/readme.md +++ b/readme.md @@ -372,6 +372,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). ### Templating