Asaf Shelly
Microsoft MVP & Intel Black-Belt
Browse by Tags
All Tags
»
WDK
(
RSS
)
DEV
Embedded
http://AsyncOp.com
ITPRO
multicore
multiprocessing
Parallel Computing
VIDEO
Windows Embedded Compact 7 Book
Saturday, October 15, 2011 11:05 PM
If you are interested in Windows Embedded Compact 7 you should take a look at Avi Kcholi's new book " Pro Windows Embedded Compact 7: Producing Device Drivers ". Avi is the number one expert in Israel and is one of the leading figures world wide. Soon to be published, you can already find it on Amazon: http://www.amazon.com/Pro-Windows-Embedded...
Read More...
WDK setup on Windows Embedded "unknown trust provider"
Thursday, February 10, 2011 3:01 PM
Hi All, I tried istalling my WDF based driver on Windows Embedded Standard 2009 and it failed. Dependency walker showed that my driver is missing the reference wdfldr.sys which is installed automatically with WDF's co-installer. Device Manager shows an unknown device under my device class and setup API identifies that a device with the class is installed...
Read More...
Graphedit Error 0x8007048f: Device is not connected
Wednesday, February 09, 2011 12:14 PM
I got this error on Graph Edit: "This graph can't play. The device is not connected. (Return code: 0x8007048f)" when I tried to open a USB capture device (VC600). The solution was to add the filter WDM Crossbar under the category WDM Streaming Crossbar, then render it's video output so that it is the input to the capture card. Hope this helps...
Read More...
Verify Installation of a custom device using C#
Tuesday, March 09, 2010 5:24 PM
Hi all, Using my WinUSB C# component, I also needed to automatically install the driver if it is not already installed. The INF file defines a new device class by its GUID. This means that the class does not exist on the machine if the device is not installed. Here is the code: [ DllImport ( "setupapi.dll" , SetLastError = true , CharSet = CharSet ...
Read More...
When to use the IsBadXxxPtr Win32 API
Sunday, January 17, 2010 4:56 PM
This post is a follow-up for two previous posts. The first is my own called Verifying C++ Buffers which was replied with a second post by Sasha titled IsBadXxxPtr Is Really Harmful – Please Don’t Use These Functions . The first post mentioned the advantages of using IsBadXxxPtr API over verifying pointers by using ASSERT (or comparing to zero). The second post...
Read More...
WinUSB .Net Component
Tuesday, December 29, 2009 9:43 AM
I have uploaded a WinUSB Component for .Net with full source code here: WinUSB .Net Component in C# . The component comes with full source code and has the following features:
Read More...
WinUSB Read Problem
Tuesday, December 22, 2009 3:35 PM
Hi All, I have decided to move forward from my implementation of BulkUSB.sys driver to using the formal implementation called WinUSB. It is a package of a kernel driver and a user-mode API documented as part of the MSDN library. When I tried to do asynchronous reads I discovered two undocumented / confusing failures: The first is GetLastError returns 997 - ERROR_IO_PENDING...
Read More...
Go
This Blog
Home
Contact
Links
Tags
C#
DEV
Embedded
HPC
http://AsyncOp.com
ITPRO
multicore
multiprocessing
MVP Summit 2008
OFFTOPIC
Parallel Computing
TECH
TechEd
TechEd Europe 2009
TechEdIsrael2008
VIDEO
WDK
Navigation
Home
All Posts
RSS
Popular Tags
Archives
January 2012 (1)
December 2011 (1)
October 2011 (3)
September 2011 (1)
May 2011 (1)
April 2011 (2)
February 2011 (5)
July 2010 (1)
April 2010 (2)
March 2010 (3)
February 2010 (2)
January 2010 (1)
December 2009 (8)
November 2009 (1)
October 2009 (1)
September 2009 (1)
July 2009 (1)
April 2009 (3)
March 2009 (2)
October 2008 (1)
September 2008 (6)
August 2008 (2)
July 2008 (1)
June 2008 (2)
April 2008 (6)
March 2008 (3)
February 2008 (1)
Syndication
RSS
Atom
Comments RSS