ch552tool
ch552tool copied to clipboard
Put CH569 in debug mode
Hi, When I send those commands, I can put the CH569 in debug mode (or disable it):
ENABLE_DEBUG_CMD = [
0xa8, 0x0e, 0x00, 0x07, 0x00,
0x11, 0xbf, 0xf9, 0xf7,
0x13, 0xbf, 0xf9, 0xec,
0xe5,
0xf2,
0xff, 0x8f
]
DISABLE_DEBUG_CMD = [
0xa8, 0x0e, 0x00, 0x07, 0x00,
0x11, 0xbf, 0xf9, 0xf7,
0x13, 0xbf, 0xf9, 0xec,
0x45,
0xf2,
0xff, 0x8f
]