Hi to all...
I want to develop Chrome app that would get data from one USB device that I developed (it is a v-usb atmega device) and I managed to get it work in Visual studio.
var POWERMATE_VENDOR_ID = 0x16C0;
var POWERMATE_PRODUCT_ID = 0x05DC;
//USB\VID_16C0&PID_05DC\5&255987D3&0&2
In my device manager, I got it under other devices:
The drivers for this device are not installed. (Code 28)
There is no driver selected for the device information set or element.
I suppose this is the way it shoud be?
So I am wondering what am I doing wrong?
Thank you.
Dorijan