Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I created a desktop app that control usb device now i want to convert the app to a webapp but the problem is the ASP.net core doesn't detect the usb device i tried many solutions but the same result the usb device and website are all in my pc i tried other technologies like node js and python django it worked fine on those but i want to do it in asp.net core any other solutions thanks in advance


What I have tried:

i used ActiveX and WCF but they didn't detect my device
Posted
Updated 6-Apr-20 23:21pm
Comments
F-ES Sitecore 7-Apr-20 7:25am    
You wouldn't want a website accessing your USB devices, so your site can't do it either.

1 solution

If your device isn't a HID (human interface device), you won't be able to access it. If it *is* a HID, there are ways to do it. Google "usb hid from web site". You'll get thousands of results.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900