Rules | Recent posts | topic RSS | Search | Register  | Log in

Windows driver programming
Goto page 1, 2  Next
 
Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing
Author Message
Qul



Joined: 01 Sep 2004
Posts: 9


Post03 Dec 2004 12:27   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
Back to top
Moof



Joined: 21 Nov 2003
Posts: 154
Helped: 6
Location: Argentina


Post03 Dec 2004 15:36   Re: Windows driver programming

You can use Windriver, its a very good program i made 2 drivers with it!.
Back to top
btbass



Joined: 20 Jul 2001
Posts: 902
Helped: 65
Location: Oberon


Post04 Dec 2004 0:23   Re: Windows driver programming

Here are the source codes from the book. You can download patches from Oney website.


Sorry, but you need login in to view this attachment

Back to top
khorram



Joined: 27 Oct 2004
Posts: 238
Helped: 20


Post27 Dec 2004 15:31   Re: Windows driver programming

Hi Qul,

Quote:
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
Back to top
Regnum



Joined: 17 Jun 2004
Posts: 264
Helped: 12
Location: Hurlingham


Post28 Dec 2004 8:42   Re: Windows driver programming

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



Sorry, but you need login in to view this attachment

Back to top
xwcwc1234



Joined: 21 Jul 2001
Posts: 313
Helped: 5


Post28 Dec 2004 9:41   Re: Windows driver programming

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



Joined: 18 Nov 2004
Posts: 118
Helped: 14
Location: Turkiye


Post28 Dec 2004 9:45   Re: Windows driver programming

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

http://www.jungo.com/windriver.html
Back to top
xwcwc1234



Joined: 21 Jul 2001
Posts: 313
Helped: 5


Post28 Dec 2004 11:36   Re: Windows driver programming

Is the tool free or can be download form some website ?
Back to top
Bingo600



Joined: 26 Aug 2004
Posts: 239
Helped: 14


Post28 Dec 2004 13:59   Windows driver programming

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

/Bingo
Back to top
benri22



Joined: 08 Apr 2004
Posts: 24


Post03 Jan 2005 4:58   Re: Windows 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
Back to top
checkmate



Joined: 25 Feb 2004
Posts: 489
Helped: 35
Location: Toilet Seat


Post03 Jan 2005 7:53   Re: Windows driver programming

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.
Back to top
benri22



Joined: 08 Apr 2004
Posts: 24


Post04 Jan 2005 16:27   Re: Windows driver programming

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
Back to top
bilgekaan



Joined: 18 Nov 2004
Posts: 118
Helped: 14
Location: Turkiye


Post04 Jan 2005 16:57   Re: Windows driver programming

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
Back to top
strongson



Joined: 21 Dec 2001
Posts: 6


Post07 Jan 2005 16:32   Re: Windows driver programming

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


Sorry, but you need login in to view this attachment

Back to top
e_eja



Joined: 15 Nov 2003
Posts: 145
Helped: 4


Post08 Jan 2005 6:42   Re: Windows driver programming

my download are cut away as i was in the middle, whyyyy/
Back to top
yogi



Joined: 08 Jan 2005
Posts: 344
Helped: 17


Post22 Jan 2005 1:33   Windows driver programming

can u provide parallel port interface in XP
Back to top
virus



Joined: 09 May 2004
Posts: 42
Helped: 1
Location: Mars


Post26 Jan 2005 8:03   Windows driver programming

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



Joined: 31 Jan 2005
Posts: 2


Post31 Jan 2005 10:10   Windows driver programming

can u write the contents of Prog. Mic. WDM
Back to top
hajir



Joined: 01 Feb 2005
Posts: 3


Post01 Feb 2005 17:21   Using NuMega SoftICE Driver Suite to build Windows driver

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
Back to top
john_b



Joined: 11 May 2004
Posts: 22


Post21 Feb 2005 3:28   Re: Windows driver programming

how ican get NuMega SoftICE Driver Suite
Back to top
john_b



Joined: 11 May 2004
Posts: 22


Post02 Mar 2005 1:07   Re: Windows driver programming

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

Does anybody have it?

Thanks
Back to top
AsAdi1970



Joined: 13 Feb 2005
Posts: 12
Location: Kerman-Iran


Post02 Mar 2005 5:34   Re: Windows driver programming

you can fine some excelent firmwares and programs (in VB and VC++) in "USB Complete" book from John Axelson.She has developed a good example for a HID device which includes both sides,PC and USB device.The program for PC includes some API functions which you can use for other USB classes too,only have to implement its speciall specification.
Her site is www.lvr.com which you can download the source code from.It's free too.

Another implementation and source code for USB is done by Jhon Hyde on intel site
www.intel.com

Regards
Back to top
jojokatada



Joined: 13 Jan 2005
Posts: 257
Helped: 13


Post03 Mar 2005 0:56   Re: Windows driver programming

i guess the book should be put on the download/upload ebook section so that more users could find it easily
Back to top
libinggl



Joined: 16 Apr 2003
Posts: 11


Post05 Mar 2005 17:20   Re: Windows driver programming

You can download compuware (numega) driverstudio here
ftp//202.114.12.60/开发工具/DDK/Compuware_DriverStudio_v3.1-FCN.rar

[size=9][color=#999999]Added after 1 minutes:[/color][/size]

You can download compuware (numega) driverstudio here:
ftp://202.114.3.199/Incoming/NewSoft/DriverStudio_v3.1%20%20by%20%20%20cryfish/Compuware_DriverStudio_v3.1-FCN.rar
Back to top
hujiti



Joined: 24 Mar 2006
Posts: 1


Post24 Mar 2006 4:52   Re: Windows driver programming

I need <<Program the Windows Driver Model>>, but I can download it, because I have not enough point.My ---!
Back to top
alitavakol



Joined: 01 Dec 2005
Posts: 59
Helped: 5
Location: Iran


Post15 Apr 2006 10:51   Re: Windows driver programming

can anyone upload or give a link for source codes and samples of the 2nd edition? or the companion CD?
20 points reserverd.
thanks a lot.
Back to top
alzomor



Joined: 09 Jun 2005
Posts: 557
Helped: 31
Location: Cairo


Post24 Dec 2006 13:24   Re: Windows driver programming

Hi

dose anyone have a working link to dwonload compuware driver studio??!!

Salam
Hossam Alzomor
www.edaboard.com
Back to top
funnynypd



Joined: 09 May 2007
Posts: 669
Helped: 17
Location: USA & Canada


Post28 Sep 2007 4:05   Windows driver programming

Windriver is almost the standard toolset kit for windows drivers development.
Can someone recommend a linux driver development toolset?
Back to top
saleemrahim



Joined: 02 Oct 2007
Posts: 4


Post09 Oct 2007 4:32   Windows driver programming

The ftp link given above for the compuware driver studio is not working. Does anyone have a working link?
Back to top
master_picengineer



Joined: 03 Sep 2007
Posts: 1051
Helped: 62


Post09 Oct 2007 8:44   Windows driver programming

Hi,
Try snoopy or jungo.
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing
Page 1 of 2 All times are GMT + 1 Hour
Goto page 1, 2  Next


Abuse
Administrator
Moderators
topic RSS 
sitemap