Wrong Bytes Received On Windows · Issue #885 · Hbldh/bleak - GitHub

Skip to content Dismiss alert {{ message }} / bleak Public
  • Notifications You must be signed in to change notification settings
  • Fork 338
  • Star 2.3k
  • Code
  • Issues 118
  • Pull requests 18
  • Discussions
  • Actions
  • Projects
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options Wrong bytes received on Windows #885New issueNew issueClosed as not plannedClosed as not plannedWrong bytes received on Windows#885Labels3rd party issueThe issue is with the Bluetooth stack, the BLE device, or other 3rd party code not with Bleak itselfStale@ASabovic

Description

@ASabovicASabovicopened on Jul 13, 2022

I am working with the Arduino BLE board and I just send a simple byte array: char byte_array[] = {0x00, 0x11, 0x22, 0x11}. I am able to receive data on my PC but completely different. First two bytes are okay but the rest is not: bytearray(b'\x00\x11"\x11'). Do you maybe know what can cause this issue?

Metadata

Metadata

Assignees

No one assigned

Labels

3rd party issueThe issue is with the Bluetooth stack, the BLE device, or other 3rd party code not with Bleak itselfStale

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Tag » Arduino Ble Send Byte Array