1*abe9b37fSMatt JohnstonFIXED_DESCRIPTORS="\x01\x00\x04\x00\xcf\xc2\x00\x00" 2*abe9b37fSMatt Johnston 3*abe9b37fSMatt Johnston# request update cmd 0x10. identifier "1" 4*abe9b37fSMatt Johnstonrequest_update="\x0f\x00\x00\x00\x80\x05\x10\x00\x04\x00\x00\x01\x00\x01\x00\x00\x01\x01\x31" 5*abe9b37fSMatt Johnston 6*abe9b37fSMatt Johnston# pass component table 7*abe9b37fSMatt Johnston# Length 16 prefix. 8*abe9b37fSMatt Johnston# startandend=0x05, classification=7, identifier=123 (0x7b), index = 9 9*abe9b37fSMatt Johnstonpass_comp="\x10\x00\x00\x00\x80\x05\x13\x05\x07\x00\x7b\x00\x09\xff\xff\xff\xff\x01\x01Z" 10*abe9b37fSMatt Johnston# mostly 0x00 for details 11*abe9b37fSMatt Johnstonpass_comp_00="\x10\x00\x00\x00\x80\x05\x13\x05\x00\x00\x00\x00\x00\xff\xff\xff\xff\x01\x01Z" 12*abe9b37fSMatt Johnston 13*abe9b37fSMatt Johnston# Update Component. Similar to pass_comp at the start 14*abe9b37fSMatt Johnston# set size of 0x810 bytes (2064 bytes) 15*abe9b37fSMatt Johnstonupdate_comp="\x17\x00\x00\x00\x80\x05\x14\x07\x00\x7b\x00\x09\xff\xff\xff\xff\x10\x08\x00\x00\x00\x00\x00\x00\x01\x01Z" 16*abe9b37fSMatt Johnstonupdate_comp_00="\x17\x00\x00\x00\x80\x05\x14\x00\x00\x00\x00\x00\xff\xff\xff\xff\x10\x08\x00\x00\x00\x00\x00\x00\x01\x01Z" 17*abe9b37fSMatt Johnston 18*abe9b37fSMatt Johnston 19*abe9b37fSMatt Johnston"zzz" 20*abe9b37fSMatt Johnston"fnnn" 21*abe9b37fSMatt Johnston"1234" 22*abe9b37fSMatt Johnston"1235" 23