Giter Club home page Giter Club logo

Comments (7)

rene-aguirre avatar rene-aguirre commented on September 26, 2024

Russ,

About this, I think that it would even make sense to make it the default.

But this is one good candidate to provide a new parameter with the new
exclusive access mode (a boolean flag maybe?)

Best regards

Rene

On Thu, Sep 10, 2015 at 8:40 AM, c1728p9 [email protected] wrote:

Currently pywinusb opens hid devices as shared. This allows multiple
processes to open a handle to the same device. This is problematic for
devices that need exclusive access. It would be great if there was an
option to open a HID device with exclusive access rather than shared access.


Reply to this email directly or view it on GitHub
#27.

from pywinusb.

c1728p9 avatar c1728p9 commented on September 26, 2024

I could definitely make locking the default behavior. I was just unsure if anything relied on opening it as a shared device. A boolean flag sounds good to me.

from pywinusb.

rene-aguirre avatar rene-aguirre commented on September 26, 2024

@c1728p9 Can we close this issue already?

from pywinusb.

c1728p9 avatar c1728p9 commented on September 26, 2024

Yep

from pywinusb.

MicroWizard avatar MicroWizard commented on September 26, 2024

Hi!

It is a good solution to open devices with sharing enabled for enumerating and exclusive for real using.
I had to make these changes for two month age and works fine.

But I have to ask you (since there is the only forum where the issue could be know) that Win8.1 and Win10 tends to enable opening HID devices "shared" only at boot and after restart it enables "exclusive" mode as well.

It is a strange behaviour because as an application developer I have to avoid shared open. Is it possible to force Windows to make a device only exclusively accessible?

Thank you for any thoughts.

from pywinusb.

c1728p9 avatar c1728p9 commented on September 26, 2024

I'm using windows 8 and I haven't seen this problem. Can you provide more details, like which usb device, or how long after boot this behavior starts occurring? I know that devices that are opened as shared by one process cannot be opened for exclusive access by another at the same time. It is possible that this is happening, and a restart kills the process with the open shared handle?

from pywinusb.

MicroWizard avatar MicroWizard commented on September 26, 2024

The device is a custom device (composite device with 1 CDC and 5 HID channels). It uses TI MSP430 MCU with TI's USB stack. Works well with Win7. Nowadays while some of our client/colleagues upgraded to Win8/Win10 are we able to detect this behaviour. When boot_time the device is attached it is installed as shared. After restart it is installed as exclusive. First case our software detects it and refused to run (for sure).
To make it clear: it happens after clean boot and clean restart. Only Windows does what is want to do.

Very strange.

from pywinusb.

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.