RE: hotplug notification when Windows is finished enumerating a device?
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Mon, 21 Jan 2008 09:12:50 GMT
Hi Ben ,
Based on the feedback from the device driver team, serial devices are
exclusive access devices. Only one application can open it at a time. To
perform serial enumeration serenum opens the port and follows the serial
enumeration protocol. The fact that you cannot open the port during this is
by design. There is also no guarantee of port settings once you does open
the port and should initialize the port's state immediately after
successfully opening the com port. If you do not want serial enumeration,
you should not install serenum as an upper filter on the device. We
believe if you cannot open the port then you should retry after some short
timeout a few times.
Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: hotplug notification when Windows is finished enumerating a device?
- From: Ben Voigt [C++ MVP]
- Re: hotplug notification when Windows is finished enumerating a device?
- References:
- hotplug notification when Windows is finished enumerating a device?
- From: Ben Voigt [C++ MVP]
- hotplug notification when Windows is finished enumerating a device?
- Prev by Date: Re: How can a namedpipe client get the event of server's close?
- Next by Date: Re: How can a namedpipe client get the event of server's close?
- Previous by thread: Re: hotplug notification when Windows is finished enumerating a device?
- Next by thread: Re: hotplug notification when Windows is finished enumerating a device?
- Index(es):
Relevant Pages
|