You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I did it right, but when I tried it in my vscode extension code,
the open(), devices() both failed. I'm trying to debug a usb device from vscode:
typescript code:
import * as AHID from node-hid-async;
let ahid = new AHID.NodeHidAsync();
let devices = await ahid.devices();
let device = await ahid.open(vid, pid);
The text was updated successfully, but these errors were encountered:
I don't know if I did it right, but when I tried it in my vscode extension code,
the open(), devices() both failed. I'm trying to debug a usb device from vscode:
typescript code:
The text was updated successfully, but these errors were encountered: