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
As an example, the UART command to start CART is 0x4.
The module id is 0x1, the EEC node on the bus.
The last byte is the parity check byte.
Simply XOR all the bytes together:
0x00...0x01, 0x04, 0x00, 0x00, 0x00 = 0x05
Command 0x04 go into CART mode.
Command 0x05 is use alternate calibration.
Command 0x80 is go permanently offline
Command 0x82 is echo module id
The text was updated successfully, but these errors were encountered:
As an example, the UART command to start CART is 0x4.
The module id is 0x1, the EEC node on the bus.
The last byte is the parity check byte.
Simply XOR all the bytes together:
0x00...0x01, 0x04, 0x00, 0x00, 0x00 = 0x05
Command 0x04 go into CART mode.
Command 0x05 is use alternate calibration.
Command 0x80 is go permanently offline
Command 0x82 is echo module id
The text was updated successfully, but these errors were encountered: