I want to convert my hexadecimal string to byte literal in javascript
bytes.fromhex(get_hex_coded_ascii(payload_size + payload + str(crc)) this code is in python but I want to change this into javascipt
I want to convert my hexadecimal string to byte literal in javascript
bytes.fromhex(get_hex_coded_ascii(payload_size + payload + str(crc)) this code is in python but I want to change this into javascipt