Binary data is corrupted when converting to string on uart rx characteristic, and there are no option to allow binary data
https://github.com/sorrir/node-bluetooth/blob/master/src/uart/host-interfaces/uart-rx-characteristic.ts#L30
const message = Buffer.from(value).toString();