No announcements
Found 310876 threads
-
1 Votes
Determine the speed of a USB Device
Based on the conversation listed below, I make clear your requirement is to implement usb speed changing between lowspeed, fullspeed or highspeed.Answered | 5 Replies | 2736 Views | Created by reden1 - Wednesday, January 9, 2013 10:51 AM | Last reply by Jason Dot Wang - Thursday, January 10, 2013 9:44 AM -
3 Votes
USB Ports and Devices!
Each protocol may define a voltage range, synchronization, and flow/error control scheme - all of which can become important when moving data across a wire at high speed.Answered | 15 Replies | 7087 Views | Created by Miketug2003 - Sunday, July 22, 2012 10:45 PM | Last reply by Miketug2003 - Friday, July 27, 2012 5:38 PM -
0 Votes
USB Device Connection problem
My problem is that when I configured my unit as a USB device, and I plugged the USB cable into my PC to trigger an ActiveSync connection I would always get a ...Answered | 4 Replies | 4265 Views | Created by Chulk Ches - Tuesday, January 15, 2013 9:41 PM | Last reply by Chulk Ches - Tuesday, February 19, 2013 9:54 PM -
0 Votes
Detecting USB mode/speed
// Well you'll have to have some program running (an application or a service) on the PC into which the USB drive will be inserted. // You'll have to catch the ...Answered | 2 Replies | 4383 Views | Created by Tom Fisher - Saturday, August 22, 2009 12:26 PM | Last reply by Michael L. Wagner - Saturday, August 22, 2009 4:04 PM -
6 Votes
Detection of the insertion of ANY USB device
What class of USB device is it?Answered | 18 Replies | 14781 Views | Created by jimctr - Thursday, May 19, 2011 3:36 PM | Last reply by jimctr - Tuesday, May 24, 2011 5:44 PM -
1 Votes
winEC7 USB device driver
When USB device connects to WEC7 (Host) http://msdn.microsoft.com/en-us/library/gg156249.aspx 3.Answered | 4 Replies | 1711 Views | Created by Manikandan Manishankar - Saturday, May 25, 2013 9:22 AM | Last reply by Rakesh Zalavadiya - Sunday, May 26, 2013 11:04 AM -
1 Votes
USB Device Support
The link to the list of USB devices that are supported does not work!!!!!!!Answered | 8 Replies | 1675 Views | Created by marcow_ - Monday, May 18, 2015 1:43 PM | Last reply by _mms_ - Wednesday, March 15, 2017 9:39 PM -
0 Votes
Windows Store App for USB device
For most purposes, Windows uses bInterfaceClass (and bInterfaceSubClass and bInterfaceProtocol), rather than the class codes in the device descriptor such as ...Answered | 6 Replies | 3647 Views | Created by Dhruvesh - Sunday, November 3, 2013 9:52 PM | Last reply by Philip Ries - Thursday, November 7, 2013 12:31 AM -
0 Votes
Controlling power of a usb device
} CEDEVICE_POWER_STATE, *PCEDEVICE_POWER_STATE; Do not expect the USB storage to be unmounted since the USB mass storage class does not handle any IOCTL_POWER_XXX ...Answered | 11 Replies | 3556 Views | Created by SteMMo - Wednesday, February 1, 2012 5:16 PM | Last reply by SteMMo - Monday, February 6, 2012 2:52 PM -
1 Votes
Usb-device drivers reinstalling
But ok, I'll try to describe it: we have an usb-device (not a HID), and drivers for that device with .inf file(NICE!)Answered | 2 Replies | 3112 Views | Created by DmitrijN - Sunday, July 3, 2011 5:05 PM | Last reply by DmitrijN - Wednesday, July 6, 2011 6:04 PM -
0 Votes
Block USB device
It looks like: USB\VID_0457&PID_0151\1CE44AF4C28100 Device\Vendor ID\Product ID\probably Serial NumberAnswered | 11 Replies | 4589 Views | Created by Ace1236543 - Saturday, July 3, 2010 12:05 PM | Last reply by David Ching - Sunday, July 4, 2010 5:58 PM -
0 Votes
USB Connection with microcontrolers as a USB device (like as a HID), not as a Serial device
check out below article before using any usb api wraper lib http://www.developerfusion.com/article/84338/making-usb-c-friendly/ DON'T TRY SO HARD,THE BEST ...Answered | 1 Replies | 1361 Views | Created by Felipe Kazuo - Monday, January 11, 2016 2:05 AM | Last reply by Matthew LEAN . D - Monday, January 11, 2016 7:30 AM -
1 Votes
Disable all USB Devices (USB Storage, Mouse, Keyboard)
Hello Vinhce, The registry key in above post is used to enable/disable USB storage devices.Answered | 2 Replies | 1747 Views | Created by WinSenpai - Tuesday, January 29, 2019 4:06 PM | Last reply by Michael Xu-MSFT - Friday, February 1, 2019 2:14 AM -
0 Votes
Enumerating USB devices using C# .NET
This is licensed with the LGPL v2.1: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html I would recommend getting proper legal council to ...Answered | 4 Replies | 6398 Views | Created by Saravana Kumar Arumugam - Tuesday, August 30, 2011 5:36 PM | Last reply by Reed Copsey, Jr - Wednesday, September 7, 2011 5:26 PM -
0 Votes
Plugging devices into the USB Ports
As far as I know, Windows initializes only the newly added device.Answered | 1 Replies | 1348 Views | Created by Flying Monkeysin54321 - Thursday, December 20, 2018 9:41 PM | Last reply by Luigi Bruno - Monday, December 24, 2018 11:39 AM -
0 Votes
Kinect sensor not working properly USB device not recognize
first determine if there is something wrong with the device, try it on other systems.Answered | 5 Replies | 13583 Views | Created by vidalbenjoe - Tuesday, July 9, 2013 3:07 PM | Last reply by Carmine Si - MSFT - Thursday, July 11, 2013 6:29 PM -
0 Votes
USB Hub as part of composite device
Also the hardware will need to be aware that it is a composite device (for example for LPM, etc.).Answered | 2 Replies | 1741 Views | Created by sarman_1998 - Thursday, November 21, 2013 10:37 PM | Last reply by Philip Ries - Monday, November 25, 2013 7:29 PM -
0 Votes
Detecting USB device insertion in C#
Hi, Please also see following article, how to get description of your USB device..Answered | 3 Replies | 47961 Views | Created by computersrmyfriends - Saturday, August 14, 2010 8:10 AM | Last reply by Mr.Mubi - Saturday, August 14, 2010 1:00 PM -
0 Votes
USB composite device driver (derived from existing USB device)
Hi, I have a USB device (lets say XXX) and its driver.Answered | 2 Replies | 1902 Views | Created by Venkat Vallapaneni - Sunday, August 6, 2017 5:19 PM | Last reply by Just Karl - Friday, September 1, 2017 3:08 PM -
2 Votes
USB Device Problem
Reinstall the USB driver, and read some information in microsoft help, what a easy problem to handle!Answered | 3 Replies | 9423 Views | Created by miguknamja4 - Saturday, October 9, 2010 12:49 AM | Last reply by Shivendra Pratap Singh - Monday, October 11, 2010 5:21 AM - Items 1 to 20 of 310876 Next ›
No announcements