Git Product home page Git Product logo

Comments (6)

AdrianEggenberger avatar AdrianEggenberger commented on July 23, 2024 2

I've seen that, but the HidFastReadDevice only provides fast read functions (as the name also implies). What I would need is a HidFastWriteDevice that provides fast write operations.

from hidlibrary.

mikeobrien avatar mikeobrien commented on July 23, 2024

Not really sure. I wrote this almost a decade ago for a project so I can't remember why it was setup that way.

from hidlibrary.

kaczart avatar kaczart commented on July 23, 2024

I Had the same issue, plase take a look at my solution here:
#11

from hidlibrary.

macaba avatar macaba commented on July 23, 2024

Please see my solution too:
#11 (comment)

from hidlibrary.

AdrianEggenberger avatar AdrianEggenberger commented on July 23, 2024

I recently changed my project from another Hid library towards the HidLibrary because of issues in unit testing that were not fixed. It was not too complicated to migrate the project and it's up and running right now. The first tests showed a stable communication.

The only thing I'm struggeling is that writing many data over Hid reports is very slow. A google search brought me to this issue and I assume that this also is the problem in my case.

As far as I see there is no way of fixing this performance issue with the official version from the NuGet server, right? It seems that the only solutions proposed above are implemented on forks or copies of the HidLibrary.

Are there any plans to add a possibility to "ignore" the IsConnected check?

from hidlibrary.

amullins83 avatar amullins83 commented on July 23, 2024

The HidFastReadDevice class essentially replicates the HidDevice class but skips the IsConnected check. This is already part of the library, so I feel like we could close this issue if that solves your problem.

from hidlibrary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.