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
* 0x01 - ILLEGAL_FUNCTION - the FUNCTION code received in the query is not allowed or invalid.
168
+
* 0x02 - ILLEGAL_DATA_ADDRESS - the DATA ADDRESS received in the query is not an allowable address for the slave or is invalid.
169
+
* 0x03 - ILLEGAL_DATA_VALUE - a VALUE contained in the data query field is not an allowable value or is invalid.
170
+
* 0x04 - SLAVE_DEVICE_FAILURE - SLAVE (or MASTER) device unrecoverable FAILURE while attempting to perform the requested action.
178
171
* 0x04 - SERVER_FAILURE - (see above).
179
-
* 0x05 - ACKNOWLEDGE - This response is returned to
180
-
PREVENT A TIMEOUT in the master.
181
-
A long duration of time is required
182
-
to process the request in the slave.
183
-
* 0x06 - SLAVE_DEVICE_BUSY - The slave (or server) is BUSY.
184
-
Retransmit the request later.
172
+
* 0x05 - ACKNOWLEDGE - This response is returned to PREVENT A TIMEOUT in the master. A long duration of time is required to process the request in the slave.
173
+
* 0x06 - SLAVE_DEVICE_BUSY - The slave (or server) is BUSY. Retransmit the request later.
0 commit comments