Re: Cannot open USB control pipe in CE .NET
From: Alexander Altynchurin (afa_at_neurosoft.ru)
Date: 08/18/04
- Next message: Steve Maillet \(eMVP\): "Re: DCOM Security"
- Previous message: Michael Reim: "Re: Talking to a USB printer as if it was a line printer"
- In reply to: Alexander Altynchurin: "Re: Cannot open USB control pipe in CE .NET"
- Messages sorted by: [ date ] [ thread ]
Date: 18 Aug 2004 03:38:03 -0700
Hello again!
The reason is:
WinCE 3.0 allowed opening of control pipe to device's endpoint #0.
This does not meet the requirements of USB specification, but I
(unfortunately) used OpenPipe to establish connection with endpoint
#0.
Win CE 4.2 (or even 4.0) has this bug fixed, and you can't open the
default pipe anyway. Instead you must use IssueVendorTransfer to
communicate with endpoint #0 via control channel.
- Next message: Steve Maillet \(eMVP\): "Re: DCOM Security"
- Previous message: Michael Reim: "Re: Talking to a USB printer as if it was a line printer"
- In reply to: Alexander Altynchurin: "Re: Cannot open USB control pipe in CE .NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|