Click here to Skip to main content
15,896,201 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: What is network simuator .....???? Pin
Dave Kreskowiak4-May-09 6:10
mveDave Kreskowiak4-May-09 6:10 
QuestionGreat NMS tool Pin
gvgohome30-Apr-09 16:49
gvgohome30-Apr-09 16:49 
AnswerRe: Great NMS tool Pin
Nagy Vilmos30-Apr-09 21:41
professionalNagy Vilmos30-Apr-09 21:41 
GeneralRe: Great NMS tool Pin
Dan Neely1-May-09 2:19
Dan Neely1-May-09 2:19 
Questionrequire the h/w devices Pin
raviraazk29-Apr-09 6:22
raviraazk29-Apr-09 6:22 
AnswerRe: require the h/w devices Pin
Jonathan Davies2-May-09 3:29
Jonathan Davies2-May-09 3:29 
AnswerRe: require the h/w devices Pin
Dave Kreskowiak2-May-09 5:33
mveDave Kreskowiak2-May-09 5:33 
QuestionWDF driver for ISA Pin
William R. Price28-Apr-09 2:16
William R. Price28-Apr-09 2:16 
We have a PC/104 (ISA bus) card we designed in 1999 to interface with an internal I2C bus in our line of PROFILE/Plus test equipment for the paper industry. The software was developed under Borland C and runs under DOS. We are porting the design to Windows XPembedded and need a driver for this card. I have studied about 370 pages of "Developing Drivers with the Windows Driver Foundation" by Penny Orwick and Guy Smith, read the article "Bulding and deploying a basic WDF Kernel Mode Driver" by Bruno van Dooren, and several of the Toby Opferman articles on Driver Development.

I still do not know if I am going in the right direction. There is very little mention of the actual interface with the hardware. I recently found some references to "I/O commands" like "READ_PORT_XXX" and "WRITE_PORT_XXX" where XXX can be UCHAR, ULONG, USHORT, ULONG64. However, most references indicate these are to be used in Windows CE. Do I need something to tell WDF that the interface is an ISA bus and the interface is through I/O addresses?

The board in question uses a passive Philips "bridge" part that simply has registers we get to by decoding I/O addresses on the PC/104 I/O bus. Can I get to these directly in response to a IRP initiated by a user request?

My second concern is "adding the device". Does WDF initiate a callback to the "EvtDeviceAdd" immediately after the WdfDriverCreate? van Dooren stated, "The EvtDeviceAdd function will be called each time the system determines that a new device has been connected". If not, how do I "tell" the system that our passive board is present?
AnswerRe: WDF driver for ISA Pin
Yama Fuji2-May-09 19:22
Yama Fuji2-May-09 19:22 
AnswerRe: WDF driver for ISA Pin
Randor 3-May-09 21:00
professional Randor 3-May-09 21:00 
QuestionApplication gets stuck after writing on to COM Port Pin
Sifar - 023-Apr-09 19:26
Sifar - 023-Apr-09 19:26 
AnswerRe: Application gets stuck after writing on to COM Port Pin
Luc Pattyn24-Apr-09 2:27
sitebuilderLuc Pattyn24-Apr-09 2:27 
AnswerRe: Application gets stuck after writing on to COM Port Pin
dybs24-Apr-09 15:41
dybs24-Apr-09 15:41 
GeneralRe: Application gets stuck after writing on to COM Port Pin
Sifar - 028-Apr-09 4:53
Sifar - 028-Apr-09 4:53 
QuestionWindows Mobile Waiting Cursor Pin
miguelji21-Apr-09 7:03
miguelji21-Apr-09 7:03 
AnswerRe: Windows Mobile Waiting Cursor Pin
Luc Pattyn21-Apr-09 7:37
sitebuilderLuc Pattyn21-Apr-09 7:37 
GeneralRe: Windows Mobile Waiting Cursor Pin
miguelji21-Apr-09 8:13
miguelji21-Apr-09 8:13 
AnswerRe: Windows Mobile Waiting Cursor Pin
Tim Layton5-May-09 2:34
Tim Layton5-May-09 2:34 
GeneralRe: Windows Mobile Waiting Cursor Pin
miguelji6-May-09 17:52
miguelji6-May-09 17:52 
GeneralRe: Windows Mobile Waiting Cursor Pin
doananhtai15-Jun-09 17:11
doananhtai15-Jun-09 17:11 
GeneralRe: Windows Mobile Waiting Cursor Pin
miguelji15-Jun-09 21:07
miguelji15-Jun-09 21:07 
Question% Processor Time of CPU Pin
M. J. Jaya Chitra15-Apr-09 1:08
M. J. Jaya Chitra15-Apr-09 1:08 
AnswerRe: % Processor Time of CPU Pin
Dan Neely15-Apr-09 2:49
Dan Neely15-Apr-09 2:49 
AnswerRe: % Processor Time of CPU Pin
Randor 15-Apr-09 18:56
professional Randor 15-Apr-09 18:56 
GeneralRe: % Processor Time of CPU Pin
M. J. Jaya Chitra15-Apr-09 19:23
M. J. Jaya Chitra15-Apr-09 19:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.