You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a pendant example that correctly reinitialized itself after a serialport:close socket event, coming from the close connection button in the UI.
I'm making use of smooth jogging and, after the connection is closed, have not been able to reinitialize the connection in the pendant in such a way that I'm able to receive serialport:read afterward. Instead I'm just doing a process.exit() and letting pm2 reinitialize it.
The text was updated successfully, but these errors were encountered:
It would be good to have a pendant example that correctly reinitialized itself after a
serialport:close
socket event, coming from the close connection button in the UI.I'm making use of smooth jogging and, after the connection is closed, have not been able to reinitialize the connection in the pendant in such a way that I'm able to receive
serialport:read
afterward. Instead I'm just doing aprocess.exit()
and letting pm2 reinitialize it.The text was updated successfully, but these errors were encountered: