From c16d2ed08bffef1ec6a6b29f3e7a3d3be8a85373 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Fri, 11 Oct 2024 15:09:25 +0200 Subject: [PATCH] Note about using trace.js library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae1f0d5..9a2a1d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Modbus-RTU-Master +> [!NOTE] +> The library now uses my https://github.com/Pablo2048/trace.js javascript library for debugging output. + Implementation of a Modbus RTU master device in JavaScript, usable in web applications in Chrome and Firefox browsers. The module was primarily written for web applications used by my beloved wife and serves for commissioning and testing devices at our workplace. It supports reading and writing from all Modbus areas, but only input registers and holding registers are tested/actively used. The repository also includes a simple usage example that allows setting communication parameters and periodically reads one register every 5 seconds, displaying it on the web page (please excuse the Czech comments in the source code).