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 saw serial port close method like this if (!serialPort.IsOpen) serialPort.Close();.
correct me if I am wrong. the port need to close if the port is at open state or close state?
I saw serial port close method like this
if (!serialPort.IsOpen) serialPort.Close();.correct me if I am wrong. the port need to close if the port is at open state or close state?