USB

  • Thread starter Thread starter Ole
  • Start date Start date
O

Ole

Is it possible to control an USB port from C# (I'm using the standard USB
host controller driver from CW)?

Thanks
Ole
 
Ole said:
Sorry - Not CW but windows CE

Ole

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.
 
Back
Top