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
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
I need to get the correct deviceAddress and busNumber on device connect.
Now i get locationId: 0 and deviceAddress: 0. I guess locationId is the busNumber
In my case i have up to 8 of these devices on a Raspberry Pi2, but im not able to identify them correctly for my photo software whit out the use of the nonolith/node-usb libary (It don't have event's, but device info is much better)
I need to get the correct deviceAddress and busNumber on device connect.
Now i get locationId: 0 and deviceAddress: 0. I guess locationId is the busNumber
In my case i have up to 8 of these devices on a Raspberry Pi2, but im not able to identify them correctly for my photo software whit out the use of the nonolith/node-usb libary (It don't have event's, but device info is much better)
{ locationId: 0,
vendorId: 1193,
productId: 12823,
deviceName: 'Canon Digital Camera',
manufacturer: 'Canon Inc.',
serialNumber: '',
deviceAddress: 0 }
The text was updated successfully, but these errors were encountered: