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
// read dummy byte (from specs: 3.5 chars time start marker, will never ever be read in a understandible manner)
460
-
_=DataRead();
460
+
// Some Modbus Server do not use the start marker, so we need to read the first byte and see if it is the device ID we expect and if not assume its the startup marker.
0 commit comments