Help for this page
"\x{aa}\x{42}\x{fe}"
( chr(hex('AA')) . chr(hex('42')) . chr(hex('FE')) )
pack( "C*", 0xaa, 0x42, 0xfe )