Hello,
I need to send data via USB host port on my Acer N30 with a program
running on the PDA (no PC connected).
I found libusb on http://libusb-win32.sourceforge.net for generic USB
access. A C#-Wrapper is available.
The libusb puts a libusb0.dll in Windows/System32 on my desktop PC,
while the C#-Wrapper is in the Framework directory.
Before I spend hours testing, I assume that using the very same
libusb0.dll doesn't work on the ARM-CPU of the PocketPC because it's
hardware dependent and the C#-Wrapper isn't. Do I need to re-compile
libusb?
Which Compiler can do that? I have Visual Studio 2005, but cannot find
any other CPU-Option than x86 and x64. Can eMbedded Visual Tools do
that? I'm a little confused of these MS product names.
For any help, thank you very much!
Sasha