i want to use GHIElectronics.NETMF.USBHost.in stead of Gadgeteer.Modules.GHIElectronics.UsbHost usbHost
how to assing this to a spider socket like the gadgeteer usbhost : new GTM.GHIElectronics.UsbHost(3);
i want to use GHIElectronics.NETMF.USBHost.in stead of Gadgeteer.Modules.GHIElectronics.UsbHost usbHost
how to assing this to a spider socket like the gadgeteer usbhost : new GTM.GHIElectronics.UsbHost(3);
Use any of the code here GHI Electronics – Where Hardware Meets Software
do not use usbhost : new GTM.GHIElectronics.UsbHost(3)
okay thank you , the explicit answer is , the netmf usbhost doesnt have to be assigned to a spider socket, it works without assigning.
i must say , GHIElectronics.NETMF.USBHost.dll does have a lot more usb classes as its big brother .net. Where micro can be bigger as its macro counterpart.
i have done a lot of usb programming in vb.net this summer, with a lot of interop problems.