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
Sending commands is done using the void send(String msg) method in the SerialComm class. If the port is not connected or the sending fails, error messages are reported to the GUI.
The sending is done using the following line of code: