O Ole Feb 12, 2007 #1 Is it possible to control an USB port from C# (I'm using the standard USB host controller driver from CW)? Thanks Ole
Is it possible to control an USB port from C# (I'm using the standard USB host controller driver from CW)? Thanks Ole
B Ben Voigt Feb 12, 2007 #3 Ole said: Sorry - Not CW but windows CE Ole Click to expand... Control in what way? Enable/disable? Enumerate devices? Power down? Also, you will surely need P/Invoke, so the fact that you're using C# is irrelevant. Ask in a Windows CE newsgroup. On the desktop it would be SetupDi* APIs, I have no idea with CE.
Ole said: Sorry - Not CW but windows CE Ole Click to expand... Control in what way? Enable/disable? Enumerate devices? Power down? Also, you will surely need P/Invoke, so the fact that you're using C# is irrelevant. Ask in a Windows CE newsgroup. On the desktop it would be SetupDi* APIs, I have no idea with CE.