Skip to content

Can't work with binary data #9

@rkyrychuk

Description

@rkyrychuk

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions