Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for Bluetooth devices that send data in binary format #10

Open
janosgyerik opened this issue Oct 13, 2014 · 0 comments
Open

Comments

@janosgyerik
Copy link
Owner

The current app reads from the connected device line by line.
(See BluetoothDeviceConnector class.)
This is not well-suited for devices that send data in binary format.
If newline characters don't appear in the data,
the class might never send a message to the viewer.

Hint: start by implementing a mock device (similar to MockLineByLineConnector),
that reads binary data buffer by buffer, and ideally toggles-hexadecimal view automatically.
(Hexadecimal view is tracked by #5, unfortunately not implemented yet.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant