Re: [Mono-dev] Cross platform USB programming

2009-08-24 Thread Petit Eric
The error is clear, LibUsbDotNet.UsbGlobals.get_HasWinUsbDriver , so the guy wrapped only native WIN32 code, which cannot work on other platform like Linux and so on, i already try libusbdonet and never have it working , i asked to the author (see sourceforge project forum) to have it working

Re: [Mono-dev] Cross platform USB programming

2009-08-23 Thread Napcaia
ICSharp usb lib is obsolete, all the work it's been done in LibUsbDotNet, you can download it at http://sourceforge.net/projects/libusbdotnet/ and the example code is at http://libusbdotnet.sourceforge.net/V2/Index.html I have try the example code but it doesn't work, I have the following

[Mono-dev] Cross platform USB programming

2009-07-16 Thread PFJ
Hi, I have a USB device here which is effectively a voting system (it's an EzClickPro job). The software supplied does the job to a fashion, but it's annoying that the likes of Linux and MacOS aren't supported, only Win32 boxes. Add to this that the Win32 box needs admin rights to install the

Re: [Mono-dev] Cross platform USB programming

2009-07-16 Thread Petit Eric
Start with ICSharp usb lib 2009/7/16 PFJ pjohns...@uclan.ac.uk: Hi, I have a USB device here which is effectively a voting system (it's an EzClickPro job). The software supplied does the job to a fashion, but it's annoying that the likes of Linux and MacOS aren't supported, only Win32