Place the hex file into a binary array
static Uint8List hexToBin(String data) => decodeRecord(data).toBinArray();