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.

Windows driver programming

Status
Not open for further replies.

Qul

Newbie level 5
Newbie level 5
Joined
Sep 1, 2004
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
76
windows driver programming

Hi

I want to write USB drive for Windows.
I have book "Programming the Microsoft Windows Driver Model", but I haven´t source codes from included CD.

Does anybody have it?

Thanks
 

Moof

Full Member level 2
Full Member level 2
Joined
Nov 21, 2003
Messages
149
Helped
7
Reputation
14
Reaction score
3
Trophy points
1,298
Location
Argentina
Activity points
1,230
writing windows wdm device drivers rar

You can use Windriver, its a very good program i made 2 drivers with it!.
 
  • Like
Reactions: Ali129

    Ali129

    Points: 2
    Helpful Answer Positive Rating

btbass

Advanced Member level 5
Advanced Member level 5
Joined
Jul 20, 2001
Messages
1,896
Helped
438
Reputation
880
Reaction score
288
Trophy points
1,363
Location
Oberon
Activity points
12,887
window deivce driver programming book download

Here are the source codes from the book. You can download patches from Oney website.
 
  • Like
Reactions: Ali129

    Ali129

    Points: 2
    Helpful Answer Positive Rating

khorram

Full Member level 4
Full Member level 4
Joined
Oct 27, 2004
Messages
211
Helped
13
Reputation
26
Reaction score
1
Trophy points
1,298
Activity points
1,892
drivers pos programming

Hi Qul,

I have book "Programming the Microsoft Windows Driver Model", but I haven´t source codes from included CD.

Could you please upload E-book version of the above book if you have? This book is very important for me.

Thank you in advance,
KH
 

Regnum

Full Member level 5
Full Member level 5
Joined
Jun 17, 2004
Messages
262
Helped
18
Reputation
36
Reaction score
7
Trophy points
1,298
Location
Hurlingham
Activity points
2,168
windows driver model source

Programming the Microsoft Windows Driver Model
by Walter Oney
Microsoft Press
ISBN 0-7356-0588-2
 

xwcwc1234

Full Member level 5
Full Member level 5
Joined
Jul 21, 2001
Messages
284
Helped
7
Reputation
14
Reaction score
1
Trophy points
1,298
Activity points
1,751
drier cd programming book

What is the WinDriver ? I have to make a USB interface to Windows, cana I use that software ?
 

bilgekaan

Full Member level 2
Full Member level 2
Joined
Nov 18, 2004
Messages
125
Helped
15
Reputation
30
Reaction score
1
Trophy points
1,298
Location
Turkiye
Activity points
1,300
programming the windows driver model download

windriver is toolkit by Jungo that automates driver development for PCI,USB ..etc

**broken link removed**
 

xwcwc1234

Full Member level 5
Full Member level 5
Joined
Jul 21, 2001
Messages
284
Helped
7
Reputation
14
Reaction score
1
Trophy points
1,298
Activity points
1,751
good book for windows driver

Is the tool free or can be download form some website ?
 

Bingo600

Full Member level 5
Full Member level 5
Joined
Aug 26, 2004
Messages
267
Helped
19
Reputation
38
Reaction score
6
Trophy points
1,298
Location
Cyberspace
Activity points
2,433
usb snoopy source code windows

Does anyone have the 2nd edition of this book ??

/Bingo
 

benri22

Junior Member level 1
Junior Member level 1
Joined
Apr 8, 2004
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
273
driver programming

Hi,

I just wondering that I can use this book with code can simply write the driver and can run USB port.

benri22
 

checkmate

Advanced Member level 3
Advanced Member level 3
Joined
Feb 25, 2004
Messages
832
Helped
178
Reputation
356
Reaction score
125
Trophy points
1,323
Location
Toilet Seat
Activity points
7,811
windows driver book download

There are 2 parts to usb communication. The host driver and the device firmware. This book only covers the host driver. It's the best book out there for writing drivers though.
 

benri22

Junior Member level 1
Junior Member level 1
Joined
Apr 8, 2004
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
273
programming on top of a driver

What I understand is, for the firmware part, if I use USB IC as a driver, I simply need MCU to communicate with this IC, right? the firmware is only for MCu. And another question is? for PC side, how does my host program know which USB IC I am using? Or, how the host PC, firmware can work together?

Thanks.

benri22
 

bilgekaan

Full Member level 2
Full Member level 2
Joined
Nov 18, 2004
Messages
125
Helped
15
Reputation
30
Reaction score
1
Trophy points
1,298
Location
Turkiye
Activity points
1,300
windows drivers location

you have a driver which interface your ic and your software.You can access usb ic trough driver using system API functions .
for example in windows NT
HANDLE hFile = ::CreateFile(lpszDevice,GENERIC_READ|GENERIC_WRITE,0, 0,OPEN_EXISTING,0,0);
you got a entry point to device so you write and read through entry point
 

strongson

Newbie level 3
Newbie level 3
Joined
Dec 21, 2001
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
41
windows device driver programming part

Here's the 2rd ed. of Walter Oney's book: Programming the Microsoft Windows Driver Model .
 

e_eja

Full Member level 2
Full Member level 2
Joined
Nov 15, 2003
Messages
140
Helped
4
Reputation
8
Reaction score
0
Trophy points
1,296
Activity points
1,079
download numega driver studio

my download are cut away as i was in the middle, whyyyy/
 

yogi

Full Member level 6
Full Member level 6
Joined
Jan 8, 2005
Messages
336
Helped
22
Reputation
44
Reaction score
5
Trophy points
1,298
Activity points
2,177
windows drivers programming

can u provide parallel port interface in XP
 

virus

Member level 1
Member level 1
Joined
May 9, 2004
Messages
39
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
Mars
Activity points
403
the best book for windows driver programming

If your mailbox could survive the filesize and you have the points, use the e-mail option.
 

fitruva

Newbie level 2
Newbie level 2
Joined
Jan 31, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
12
writing drivers for windows ebook

can u write the contents of Prog. Mic. WDM
 

hajir

Newbie level 3
Newbie level 3
Joined
Feb 1, 2005
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
34
windrive / windows driver locator

NuMega SoftICE Driver Suite can accelerate the development, and debugging, of your device drivers: VxDs, WDM drivers, and Windows NT drivers.

It contains some useful libraries & source codes that can help developers to write their device drivers
 

john_b

Junior Member level 1
Junior Member level 1
Joined
May 11, 2004
Messages
16
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
103
books windows usb device driver programming

how ican get NuMega SoftICE Driver Suite
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top