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
10 Write does not always generate an A6 response (even if successfully written). If you write in linux the answer can be 00 (or maybe that an A4 wasn't sent initial and there changes aren't written to the eeprom after power down.)
The response in this case is 00 00 00 05
The 00 can vary depending on what error state that it has gotten into last (if no A4 command issued).
11 Read Command response has a different format. There are two 00 bytes that are replied - not just one as documented.
Example:
Writing: 11 00 01 00 00 00 00 00 00 00
Reading: 00 00 00 01 09 00 C6 FF FF FF
Both commands are used within OpenRGB B550 driver. Not sure how to command or read ARGB.
A4 Command sequence has wrong number of 00. It should be:
A4 00 00 00 01 00 00 00 01
Correction #34
12 is Save Command
Writing this will ensure configuration is saved to EEPROM? so that it will the zone configurations will not be lost after power down.
The text was updated successfully, but these errors were encountered:
Correction#1:
10 Write does not always generate an A6 response (even if successfully written). If you write in linux the answer can be 00 (or maybe that an A4 wasn't sent initial and there changes aren't written to the eeprom after power down.)
The response in this case is 00 00 00 05
The 00 can vary depending on what error state that it has gotten into last (if no A4 command issued).
Example:
Zone write: 10 00 01 0E 00 C6 FF 38 FF 00
Zone Response : 00 00 00 05 00 00 00 00 00 00
Correction #2:
11 Read Command response has a different format. There are two 00 bytes that are replied - not just one as documented.
Example:
Writing: 11 00 01 00 00 00 00 00 00 00
Reading: 00 00 00 01 09 00 C6 FF FF FF
Both commands are used within OpenRGB B550 driver. Not sure how to command or read ARGB.
Correction #3
A4 Command sequence has wrong number of 00. It should be:
A4 00 00 00 01 00 00 00 01
Correction #34
12 is Save Command
Writing this will ensure configuration is saved to EEPROM? so that it will the zone configurations will not be lost after power down.
The text was updated successfully, but these errors were encountered: