Click here to Skip to main content
15,921,884 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: App to control 4 or more servos Pin
ROVIO12-May-09 1:39
ROVIO12-May-09 1:39 
QuestionRe: App to control 4 or more servos Pin
ROVIO12-May-09 20:02
ROVIO12-May-09 20:02 
AnswerRe: App to control 4 or more servos Pin
Dan Neely13-May-09 2:06
Dan Neely13-May-09 2:06 
GeneralRe: App to control 4 or more servos Pin
ROVIO13-May-09 3:07
ROVIO13-May-09 3:07 
AnswerRe: App to control 4 or more servos Pin
Randor 13-May-09 3:50
professional Randor 13-May-09 3:50 
GeneralRe: App to control 4 or more servos Pin
ROVIO13-May-09 4:16
ROVIO13-May-09 4:16 
GeneralRe: App to control 4 or more servos Pin
Dan Neely13-May-09 4:19
Dan Neely13-May-09 4:19 
GeneralRe: App to control 4 or more servos Pin
Randor 13-May-09 12:26
professional Randor 13-May-09 12:26 
GeneralRe: App to control 4 or more servos [modified] Pin
ROVIO13-May-09 20:38
ROVIO13-May-09 20:38 
QuestionRe: App to control 4 or more servos Pin
ROVIO25-May-09 20:03
ROVIO25-May-09 20:03 
Questionfreeware network simulatior tool Pin
optical1234-May-09 0:49
optical1234-May-09 0:49 
GeneralRe: freeware network simulatior tool [modified] Pin
Sebastian Schneider4-May-09 5:47
Sebastian Schneider4-May-09 5:47 
GeneralRe: freeware network simulatior tool Pin
optical1235-May-09 18:07
optical1235-May-09 18:07 
AnswerRe: freeware network simulatior tool Pin
Randor 4-May-09 12:45
professional Randor 4-May-09 12:45 
QuestionWhat is network simuator .....???? Pin
optical1233-May-09 20:03
optical1233-May-09 20:03 
AnswerRe: What is network simuator .....???? Pin
Randor 3-May-09 21:11
professional Randor 3-May-09 21:11 
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 

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.