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

Add new read() method that sets read buffer size #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tihomirleka
Copy link

New read(UsbReadCallback, int) method added that takes additional
parameter which defines size of the read buffer when communicating
asynchronously.

New read(UsbReadCallback, int) method added that takes additional
parameter which defines size of the read buffer when communicating
asynchronously.
@felHR85
Copy link
Owner

felHR85 commented Aug 6, 2019

@tihomirleka Thanks for the PR. I will check it out as soon as possible

@felHR85 felHR85 self-requested a review August 6, 2019 14:47
@subvertallchris
Copy link

Think this could be merged and released if it looks good? The 16kb buffer size with callbacks is a showstopper for me. If this isn't releasable, is there a workaround to change the size of the buffer once the callback is set? I looked but didn't see anything.

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

Successfully merging this pull request may close these issues.

None yet

3 participants