OpenCores
no use no use 1/1 no use no use
USB Driver !!!
by MohammadAK on Mar 4, 2004
MohammadAK
Posts: 12
Joined: May 6, 2020
Last seen: Oct 19, 2024
Good Day am working on a USB1.1 Project with Spartan FPGA , I need a simple way to build a software that can open endpoint a send/recieve data, I tried the .NET , it seems not so helpfull I just got the DDK of the windows98, is it has some C header files (*.H ), they seem so old and so complicated ! what is the best (easiest way to do this)? I need help with this please !! --------------------------------- Do you Yahoo!? Yahoo! Search - Find what youÂ’re looking for faster. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.opencores.org/forums/usb/attachments/20040304/90161775/attachment.htm
USB Driver !!!
by Unknown on Mar 4, 2004
Not available!
Mohammad AK wrote:
Good Day
am working on a USB1.1 Project with Spartan FPGA , I need a simple way
to build a software that can open endpoint a send/recieve data, I tried
the .NET , it seems not so helpfull

I just got the DDK of the windows98, is it has some C header files (*.
H ), they seem so old and so complicated !

what is the best (easiest way to do this)? I need help with this please !!

For me it was helpful to by Walter Oney Book 'Programming the Microsoft
Windows Driver Model'. This book comes with a CD and contains windows
driver samples in source code also for USB.

Bye Wolfgang


USB Driver !!!
by MohammadAK on Mar 5, 2004
MohammadAK
Posts: 12
Joined: May 6, 2020
Last seen: Oct 19, 2024
I had a look at that book on the amazon.com , it looks like it is dedicated to programmers , and its not specialized for USB. what I was looking for some VB or C++ Codes that can open ports send/receive data thats all, can VB do this? Wolfgang Rapp wolfgang@rapp-informatik.de> wrote: Mohammad AK wrote:
Good Day
am working on a USB1.1 Project with Spartan FPGA , I need a simple way
to build a software that can open endpoint a send/recieve data, I tried
the .NET , it seems not so helpfull

I just got the DDK of the windows98, is it has some C header files (*.
H ), they seem so old and so complicated !

what is the best (easiest way to do this)? I need help with this please !!
For me it was helpful to by Walter Oney Book 'Programming the Microsoft Windows Driver Model'. This book comes with a CD and contains windows driver samples in source code also for USB. Bye Wolfgang _______________________________________________ http://www.opencores.org/mailman/listinfo/usb --------------------------------- Do you Yahoo!? Yahoo! Search - Find what youÂ’re looking for faster. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.opencores.org/forums/usb/attachments/20040304/fe7a5972/attachment.htm
USB Driver !!!
by Unknown on Mar 5, 2004
Not available!
Mohammad AK wrote:
This is correct, for programmers but holds USB samples. How i know you
always need a *.inf file to identify the USB device by vendor and
product id to M$ systems and this is a driver part. There are some tools
witch will do this but I don't remember the name.
I don't know if it is possible to access USB endpoints direct in
Windows. This is a easy task in linux using the usblibs and a userspace
programm.

Bye Wolfgang
I had a look at that book on the amazon.com , it looks like it is dedicated to programmers , and its not specialized for USB. what I was looking for some VB or C++ Codes that can open ports send/receive data thats all, can VB do this? */Wolfgang Rapp wolfgang@rapp-informatik.de>/* wrote: Mohammad AK wrote:
> Good Day
> am working on a USB1.1 Project with Spartan FPGA , I need a

simple way
> to build a software that can open endpoint a send/recieve data, I

tried
> the .NET , it seems not so helpfull
>
> I just got the DDK of the windows98, is it has some C header

files (*.
> H ), they seem so old and so complicated !
>
> what is the best (easiest way to do this)? I need help with this

please !!
>
For me it was helpful to by Walter Oney Book 'Programming the Microsoft Windows Driver Model'. This book comes with a CD and contains windows driver samples in source code also for USB. Bye Wolfgang _______________________________________________ http://www.opencores.org/mailman/listinfo/usb ------------------------------------------------------------------------ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster. http://search.yahoo.com/?fr=ad-mailsig-home> ------------------------------------------------------------------------ _______________________________________________ http://www.opencores.org/mailman/listinfo/usb




USB Driver !!!
by Unknown on Mar 5, 2004
Not available!
Hi, have you tried windriver from jungo. You can get an 30 days trial verison. It seems to be very powerfull. The link is http://www.jungo.com/windriver.html /sip ----- Original Message ----- From: Mohammad AKperocletos@y...> To: Date: Thu Mar 4 19:12:15 CET 2004 Subject: [usb] USB Driver !!!
Good Day
am working on a USB1.1 Project with Spartan FPGA , I need a simple
way to build a software that can open endpoint a send/recieve data,
I tried the .NET , it seems not so helpfull

I just got the DDK of the windows98, is it has some C header files
(*.H ), they seem so old and so complicated !

what is the best (easiest way to do this)? I need help with this
please !!
---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what youÂ’re looking for faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: attachment.htm



USB Driver !!!
by Unknown on Mar 5, 2004
Not available!
Make your device a HID device. The HID driver is a standard part of any Windows system. Then, you can use CreateFile(), ReadFile(), WriteFile(), DeviceIoControl(), and CloseHandle to communicate with your device. Three excellent books on USB are: * "USB Complete" Jan Axelson, Lakeview Research, http://www.lvr.com * "USB Design by Example", John Hyde, Intel Press * "Universal Serial Bus System Architecture", Don Anderson, MindShare The first two are excellent general USB references with lots of good implementation examples. Be sure and check out Jan's web site, there's lots of good info there. The third is an excellent detailed reference on how USB works but is very thin on implementation examples. Marc Reinig System Solutions Windows Driver and Embedded Product Consulting -----Original Message----- From: usb-bounces@opencores.org [mailto:usb-bounces@opencores.org]On Behalf Of Mohammad AK Sent: Thursday, March 04, 2004 3:38 PM To: Discussion list about free, open source USB IP core Subject: Re: [usb] USB Driver !!! I had a look at that book on the amazon.com , it looks like it is dedicated to programmers , and its not specialized for USB. what I was looking for some VB or C++ Codes that can open ports send/receive data thats all, can VB do this? Wolfgang Rapp wolfgang@rapp-informatik.de> wrote: Mohammad AK wrote: > Good Day > am working on a USB1.1 Project with Spartan FPGA , I need a simple way > to build a software that can open endpoint a send/recieve data, I tried > the .NET , it seems not so helpfull > > I just got the DDK of the windows98, is it has some C header files (*. > H ), they seem so old and so complicated ! > > what is the best (easiest way to do this)? I need help with this please !! > For me it was helpful to by Walter Oney Book 'Programming the Microsoft Windows Driver Model'. This book comes with a CD and contains windows driver samples in source code also for USB. Bye Wolfgang _______________________________________________ http://www.opencores.org/mailman/listinfo/usb ---------------------------------------------------------------------------- -- Do you Yahoo!? Yahoo! Search - Find what youre looking for faster. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.opencores.org/forums/usb/attachments/20040305/17dd5fd5/attachment.htm
USB Driver !!!
by MohammadAK on Mar 5, 2004
MohammadAK
Posts: 12
Joined: May 6, 2020
Last seen: Oct 19, 2024
this looks good, am not restricted to windows, I can do it on linux, do I have to use Java API's for this ? or is there any recommended website for this ? thanx for fast reply Wolfgang Rapp wolfgang@rapp-informatik.de> wrote: Mohammad AK wrote: This is correct, for programmers but holds USB samples. How i know you always need a *.inf file to identify the USB device by vendor and product id to M$ systems and this is a driver part. There are some tools witch will do this but I don't remember the name. I don't know if it is possible to access USB endpoints direct in Windows. This is a easy task in linux using the usblibs and a userspace programm. Bye Wolfgang
I had a look at that book on the amazon.com , it looks like it is
dedicated to programmers , and its not specialized for USB.
what I was looking for some VB or C++ Codes that can open ports
send/receive data thats all, can VB do this?

*/Wolfgang Rapp /* wrote:

Mohammad AK wrote:
> Good Day
> am working on a USB1.1 Project with Spartan FPGA , I need a

simple way
> to build a software that can open endpoint a send/recieve data, I

tried
> the .NET , it seems not so helpfull
>
> I just got the DDK of the windows98, is it has some C header

files (*.
> H ), they seem so old and so complicated !
>
> what is the best (easiest way to do this)? I need help with this

please !!
>
For me it was helpful to by Walter Oney Book 'Programming the Microsoft Windows Driver Model'. This book comes with a CD and contains windows driver samples in source code also for USB. Bye Wolfgang _______________________________________________ http://www.opencores.org/mailman/listinfo/usb ------------------------------------------------------------------------ Do you Yahoo!? Yahoo! Search - Find what youÂ’re looking for faster. ------------------------------------------------------------------------ _______________________________________________ http://www.opencores.org/mailman/listinfo/usb
_______________________________________________ http://www.opencores.org/mailman/listinfo/usb --------------------------------- Do you Yahoo!? Yahoo! Search - Find what youÂ’re looking for faster. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.opencores.org/forums/usb/attachments/20040305/702946ae/attachment.htm
USB Driver !!!
by Unknown on Mar 5, 2004
Not available!
Mohammad AK wrote:
this looks good, am not restricted to windows, I can do it on linux, do
I have to use Java API's for this ? or is there any recommended website
for this ?

www.linux-usb.org
look at user mode USB apis there is also a Java solution.
I hope you are phi (3.121) times faster in developement than with M$

Bye Wolfgang


no use no use 1/1 no use no use
© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.