Failed to claim interface: Operation not supported or unimplemented on this platformHow to claim interface using WebUSB?Google Chrome WebUSB API error while trying to claim interfaceSmartCard reader “Access denied” while claiming interface with Webusb on chromeFaild to claim interface while developing webusb apiPrevent cdc-acm driver from loading deviceGoogle Chrome WebUSB API requestDevices() doesn't see barcode scanner Voyager 1450gWebUSB - emulate USB to be acceptedCannot claim the only interface I can see through device.configuration.interfacesConnecting to Serial USB device via WebUSBCannot open the device if it is a composite device (with two interfaces) using webUSB APIs
Lost passport and visa, tried to reapply, got rejected twice. What are my next steps?
As a team leader is it appropriate to bring in fundraiser candy?
How to add the real hostname in the beginning of Linux cli command
IEEE 754 square root with Newton-Raphson
How is the Apple Watch ECG disabled in certain countries?
Beyond Futuristic Technology for an Alien Warship?
What would influence an alien race to map their planet in a way other than the traditional map of the Earth
Are devices supposed to automatically be removed from iCloud when all content and settings are erased?
How can I visualize an ordinal variable predicting a continuous outcome?
How to identify whether a publisher is genuine or not?
Is it possible for a company to grow but its stock price stays the same or decrease?
Phonetic distortion when words are borrowed among languages
How do I introduce dark themes?
Do my potential customers need to understand the "meaning" of a logo, or just recognize it?
Writing a program that will filter the integer solutions
Incomplete iffalse: How to shift a scope in polar coordinate?
Do I need to use BX wire in my house?
Would a horse be sufficient buffer to prevent injury when falling from a great height?
Why isn't there armor to protect from spells in the Potterverse?
Delete n lines skip 1 line script
Is it mandatory to use contractions in tag questions and the like?
Knights and Knaves: What does C say?
Detail vs. filler
Would a 737 pilot use flaps in nose dive?
Failed to claim interface: Operation not supported or unimplemented on this platform
How to claim interface using WebUSB?Google Chrome WebUSB API error while trying to claim interfaceSmartCard reader “Access denied” while claiming interface with Webusb on chromeFaild to claim interface while developing webusb apiPrevent cdc-acm driver from loading deviceGoogle Chrome WebUSB API requestDevices() doesn't see barcode scanner Voyager 1450gWebUSB - emulate USB to be acceptedCannot claim the only interface I can see through device.configuration.interfacesConnecting to Serial USB device via WebUSBCannot open the device if it is a composite device (with two interfaces) using webUSB APIs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to use a USB Barcode Scanner on Windows 10 in Chrome v73.0.3683.86
via WebUSB.
The scanner is a Honeywell Voyager 1250g
.
I can see the device via the device dialog - I can also open it and select a configuration.
However, when I try to claim interface(1)
(There are 3 interfaces, but 1 is the bulk transfer) I get the error Failed to claim interface: Operation not supported or unimplemented on this platform
in chrome://device-log/
.
Is there a way around this, or is this scanner just not usable via WebUSB? Thanks!
google-chrome barcode barcode-scanner webusb
add a comment
|
I'm trying to use a USB Barcode Scanner on Windows 10 in Chrome v73.0.3683.86
via WebUSB.
The scanner is a Honeywell Voyager 1250g
.
I can see the device via the device dialog - I can also open it and select a configuration.
However, when I try to claim interface(1)
(There are 3 interfaces, but 1 is the bulk transfer) I get the error Failed to claim interface: Operation not supported or unimplemented on this platform
in chrome://device-log/
.
Is there a way around this, or is this scanner just not usable via WebUSB? Thanks!
google-chrome barcode barcode-scanner webusb
add a comment
|
I'm trying to use a USB Barcode Scanner on Windows 10 in Chrome v73.0.3683.86
via WebUSB.
The scanner is a Honeywell Voyager 1250g
.
I can see the device via the device dialog - I can also open it and select a configuration.
However, when I try to claim interface(1)
(There are 3 interfaces, but 1 is the bulk transfer) I get the error Failed to claim interface: Operation not supported or unimplemented on this platform
in chrome://device-log/
.
Is there a way around this, or is this scanner just not usable via WebUSB? Thanks!
google-chrome barcode barcode-scanner webusb
I'm trying to use a USB Barcode Scanner on Windows 10 in Chrome v73.0.3683.86
via WebUSB.
The scanner is a Honeywell Voyager 1250g
.
I can see the device via the device dialog - I can also open it and select a configuration.
However, when I try to claim interface(1)
(There are 3 interfaces, but 1 is the bulk transfer) I get the error Failed to claim interface: Operation not supported or unimplemented on this platform
in chrome://device-log/
.
Is there a way around this, or is this scanner just not usable via WebUSB? Thanks!
google-chrome barcode barcode-scanner webusb
google-chrome barcode barcode-scanner webusb
asked Mar 28 at 19:42
FedoranimusFedoranimus
4323 silver badges13 bronze badges
4323 silver badges13 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Have you tried connecting to this device using WebUSB on other platforms? Windows has a particular additional requirement for applications (like Chrome) to access USB devices which is that the WinUSB.sys driver must be loaded for the interface.
I've written an article explaining the particular requirements on Windows here: https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/#windows
If you use the Windows Device Manager you can check which drivers are loaded for your device. If there is no driver loaded then you may be able to write a custom INF file as described in that article to instruct Windows to load the driver you want.
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55405699%2ffailed-to-claim-interface-operation-not-supported-or-unimplemented-on-this-plat%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried connecting to this device using WebUSB on other platforms? Windows has a particular additional requirement for applications (like Chrome) to access USB devices which is that the WinUSB.sys driver must be loaded for the interface.
I've written an article explaining the particular requirements on Windows here: https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/#windows
If you use the Windows Device Manager you can check which drivers are loaded for your device. If there is no driver loaded then you may be able to write a custom INF file as described in that article to instruct Windows to load the driver you want.
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
add a comment
|
Have you tried connecting to this device using WebUSB on other platforms? Windows has a particular additional requirement for applications (like Chrome) to access USB devices which is that the WinUSB.sys driver must be loaded for the interface.
I've written an article explaining the particular requirements on Windows here: https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/#windows
If you use the Windows Device Manager you can check which drivers are loaded for your device. If there is no driver loaded then you may be able to write a custom INF file as described in that article to instruct Windows to load the driver you want.
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
add a comment
|
Have you tried connecting to this device using WebUSB on other platforms? Windows has a particular additional requirement for applications (like Chrome) to access USB devices which is that the WinUSB.sys driver must be loaded for the interface.
I've written an article explaining the particular requirements on Windows here: https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/#windows
If you use the Windows Device Manager you can check which drivers are loaded for your device. If there is no driver loaded then you may be able to write a custom INF file as described in that article to instruct Windows to load the driver you want.
Have you tried connecting to this device using WebUSB on other platforms? Windows has a particular additional requirement for applications (like Chrome) to access USB devices which is that the WinUSB.sys driver must be loaded for the interface.
I've written an article explaining the particular requirements on Windows here: https://developers.google.com/web/fundamentals/native-hardware/build-for-webusb/#windows
If you use the Windows Device Manager you can check which drivers are loaded for your device. If there is no driver loaded then you may be able to write a custom INF file as described in that article to instruct Windows to load the driver you want.
answered Mar 29 at 17:19
Reilly GrantReilly Grant
2,5431 gold badge8 silver badges12 bronze badges
2,5431 gold badge8 silver badges12 bronze badges
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
add a comment
|
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
I haven't tried other platforms (I'd have to find a non-Windows device to do so), but I am already running the WinUSB driver for the device by setting it via Zadig.
– Fedoranimus
Mar 29 at 18:43
add a comment
|
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55405699%2ffailed-to-claim-interface-operation-not-supported-or-unimplemented-on-this-plat%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown