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

New devices have the same ID and are indistinguishable #40

Open
tcetner opened this issue Mar 11, 2022 · 1 comment
Open

New devices have the same ID and are indistinguishable #40

tcetner opened this issue Mar 11, 2022 · 1 comment

Comments

@tcetner
Copy link

tcetner commented Mar 11, 2022

Hello, devices I've bought recently (2 relay version) all have the same ID=HURTM:

hidusb-relay-cmd.exe ENUM
Board ID=[HURTM] State: R1=OFF R2=OFF
Board ID=[HURTM] State: R1=OFF R2=OFF

It is impossible to address them independently, only the first one reacts. This makes them useless.

Is there any workaround to this? I'm using Windows 10.

@pavolgaj
Copy link

pavolgaj commented Mar 21, 2022

See this closed issue #24.
If you can use Linux, you should also look at this code https://github.com/darrylb123/usbrelay with details here: darrylb123/usbrelay#18. You'll be able to change their IDs - e.g. ./usbrelay HURTM_0=NEWID (with new ID NEWID). This change is written somewhere directly to the relay board and on Windows, you see it with your new ID. I don't know if it could be compiled also under Win.

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