Skip to content

Commit

Permalink
open on SerialPort
Browse files Browse the repository at this point in the history
  • Loading branch information
cplepage committed Apr 4, 2024
1 parent 3726486 commit 30fab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/serverserial.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class ServerSerial extends EventEmitter {
// remember open sockets
modbus.socks = new Map();

modbus._server.on("open", function() {
modbus._serverPath.on("open", function() {
modbus.socks.set(modbus._server, 0);

modbusSerialDebug({
Expand Down

0 comments on commit 30fab1b

Please sign in to comment.