Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Writing Drivers for Device control

Status
Not open for further replies.

ijalab

Junior Member level 1
Junior Member level 1
Joined
Jan 10, 2006
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,395
Hello All,
I have been asked to write
Drivers for Clock generator, Drivers for parallel port utility, Drivers for power supply for test automation purpose.

Currently all the existing actions are performed through Visual Basic based GUI to perform testing. Can I add these additional controls in VB to handle these devices? If so, where shall I start with? Or should I use C to do these tasks? I am a beginner and so please help me with ur inputs!

Thanks,
Bala
 

Writing Windows device drivers is not a trivial task.
You can get tools to help you such as Jungo. You need the Windows ddk, this has a lot of sample drivers and the tools you need to build them.
Windows drivers are preferably written in c using the windows ddk compiler.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top