From 62ecaa7b50ca258b9e3e3406a5a627bfb98ad52a Mon Sep 17 00:00:00 2001 From: kavehjamshidi Date: Sat, 19 Oct 2024 15:15:45 +0330 Subject: [PATCH] update serialPortService.js 1 --- services/serialPortService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/serialPortService.js b/services/serialPortService.js index e56683a..8a61d89 100644 --- a/services/serialPortService.js +++ b/services/serialPortService.js @@ -16,7 +16,7 @@ async function serialPortList(req, res) { } }) - console.log(111111, serialPort) + // console.log(111111, serialPort) const buff = Buffer.allocUnsafe(4); buff.write(`#0${req.params.id}$`);