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
I am experiencing a problem of J5 server crash stop upon arduino disconnected from the network (ECONNRESET), please let me know how to handle this situation.
My understandings are below. Please correct if I am wrong.
J5 don't have board close/reconnect option - so we can't reconnect to arduino once it is detached from the network. unless we restart the server?
The text was updated successfully, but these errors were encountered:
That is correct. This functionality has not yet been implemented. There is work on the Firmata side to help out in determining the connection state on both the host and firmware side. firmata/protocol#4 (comment)
I am experiencing a problem of J5 server crash stop upon arduino disconnected from the network (ECONNRESET), please let me know how to handle this situation.
My understandings are below. Please correct if I am wrong.
J5 don't have board close/reconnect option - so we can't reconnect to arduino once it is detached from the network. unless we restart the server?
The text was updated successfully, but these errors were encountered: