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

support for Bluetooth Serial read data deliminator char #12

Open
i-khan opened this issue Dec 3, 2016 · 2 comments
Open

support for Bluetooth Serial read data deliminator char #12

i-khan opened this issue Dec 3, 2016 · 2 comments

Comments

@i-khan
Copy link

i-khan commented Dec 3, 2016

I used this library for serial data comm from arduino, there is no deliminator support so that way data buffer is filled with bad character values.

@i-khan i-khan changed the title support for Bluetooth Serial read data deliminator string support for Bluetooth Serial read data deliminator char Dec 3, 2016
@shahimclt
Copy link
Contributor

Also sometimes the data is split into two or more onReadData calls. anyone working on this?

@shahimclt
Copy link
Contributor

I believe #13 can also solve this issue as now the "bad characters" are not passed in the onReadData call. This way the user can implement their own custom delimiter checks.

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

No branches or pull requests

2 participants