Lego RCX tower device no longer visible in filter wizard
ARM32: SDK3.1.102 & LibUsbDotNet
MonoUsbDevice.ControlTransfer Returns PipeError (-9)
Hello, I am having similar issue. I am using version 2.2.8 Whenever I switch Off-On my device at some point I get the object disposed exception. Request you to kindly help on this. Thank you... ~mayur Following is my code: private void UsbDeviceNotifier_OnDeviceNotify(object sender, DeviceNotifyEventArgs e) { switch (e.EventType) { case EventType.DeviceArrival: if (!Connected) { try { //clear the info so far if (usbDevice != null) { writer.Dispose(); wholeUsbDevice.ReleaseInterface(0); wholeUsbDevice.Close();...
hi i want to create some whiteList of usb devices and allow them (devices that are in this Whitelist) to connect. my question : can i use libusbdotnet to block usb device connection and how do this? i use this library to trigger an event and get vendorid & productid of connected device. then check the WhiteList and if device is in WhiteList, so device can connect to the system. but when device is not in WhiteList I dont know how i prevent device connection.
hi i want to create some whiteList of usb devices and allow them (devices that are in this Whitelist) to connect. my question : can i use libusbdotnet to block usb device connections? i use this library to trigger an event and get vendorid & productid of connected device. then check the WhiteList and if device is in WhiteList, so device can connect to the system. but when device is not in WhiteList I dont know how i prevent device connection.
hi i want to create some whiteList of usb devices and allow them (devices that are in this Whitelist) to connect. my question is can i use libusbdotnet to block usb device connections? i use this library to trigger an event and get vendorid & productid of connected device. then check the WhiteList and if device is in WhiteList, so device can connect to the system. but when device is not in WhiteList I dont know how i prevent device connection.
hi i want to create some whiteList of usb devices and allow them to connect. my question is can i use libusbdotnet to block usb device connections? i use this library to trigger an event and get vendorid & productid of connected device. then check the WhiteList and if device is in WhiteList, so device can connect to the system. but when device is not in WhiteList I dont know how i prevent device connection.
Update the license header to clarify that LibUs...
WindowsDeviceNotifier.OnDeviceChange throws OverflowException on 64 Bit machines.
UsbDevice.AllDevices empty
Invalid values for enums in EndpointType.cs
I noticed the overflow occurs on Win8 or higher because IntPtr has a size of 64bit....
WindowsDeviceNotifier won't work when called from MTAThread
Device property of WinUsbRegistry tries to open the device whenever retrieved
I have the same problems, unfortunately it occurs on a Windows 8.1 PC, and not on...
Support for Xamarin/Android
DeviceNotifier not sending notifications to application
I should probably add that I'm using VisualStudio 2013.
Not possible to use MonoLibUsb on Windows
Looks like this is fixed in the latest trunk.
The code did not get posted well, this might look better: public void SetData(object...
MonoControlUsbSetup does not correctly copy data
I am having a similar issue with our application. I have tried using the r113 release...
Correction: the error also occures when I set the target framework to 4.0
Overflow Exception when using DeviceNotifier
More info ... device plugged into Win7 shows the interface custom descriptors (WinUSB),...
CustomDescriptors in UsbInterfaceInfo missing