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.

USB driver programing

Status
Not open for further replies.

Duby

Junior Member level 2
Joined
Feb 13, 2008
Messages
24
Helped
10
Reputation
20
Reaction score
0
Trophy points
1,281
Activity points
1,392
usb programing

Please, can someone tell me more about USB driver programing... thx.
 

pic18f2550 usb hid oscilloscope

Jan Axelson's website has a wealth of USB information:

**broken link removed**

Her USB books are also very informative.

For Windows driver development you will need the Windows Driver Kit:

**broken link removed**

What is your application? Many devices can use one of the standard USB device classes (mass storage, serial comms, etc..) and not need any driver programming.
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
driver programing

Hi,
See here
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
usbsamp

Hi,

Have you take a look at the price ?? Jungo WinDriver is very expensive.

If you want to use bulk/interrupt transferts you can use the WinUSB driver from microsoft. You can also use libusb...
If you want to use isochronous is a little bit more complicated. For this king of transfert I'm using usbsamp driver provided in the WDK 6001.

Regards,
Franck.
 
  • Like
Reactions: negartdn

    Duby

    Points: 2
    Helpful Answer Positive Rating

    negartdn

    Points: 2
    Helpful Answer Positive Rating
programing usb

thanks you all!

I want to build sample project wich I have found at:
**broken link removed**
1. Project: PIC18F2550 USB HID IO (for testing)
2. Project: PIC18F2550 USB HID Oscilloscope

...but I need help. I don't know how to sent/receive bits thru USB port.

I want to develop it with Delphi.... Is it possible?

....thx.
 

usb hid delphi

For HID devices you don't need to use a third party driver. Windows has an HID driver that you can use to control your device. I don't know very much HID device because I always use generic device drivers. I think if you google "HID delphi" you'll find several answer.

Regards,
Franck.

PS: Google first answer: **broken link removed** and so on.....
 
  • Like
Reactions: negartdn

    Duby

    Points: 2
    Helpful Answer Positive Rating

    negartdn

    Points: 2
    Helpful Answer Positive Rating
delphi avr usb

P.S.

...Have someone Delphi (Pascal) source for USB, HID or similarly application programing?

.....thx.
 

site:www.edaboard.com usb video driver

It is true that Google have all answers, but why are you then on this forum? ? ?
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
usb human interface device by rapidshare

There are some Delphi examples here for USB PICs.
http://www.sixca.com/
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
winusb interface and driver delphi

Please tell me which micro is the best for usb interface with code and schematics
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
libusb-win32 delphi

I use PIC18F2550
 

site:edaboard.com usb video driver

I think PIC18F2550 & PIC18F4550 are the best.
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
winusb jungo

Why not try to use AVR-USB?
It is a software-only implementation of a low-speed USB device for Atmel's AVR microcontrollers.

see this website
**broken link removed**
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
programing of usb

usb driver help PC identify your device
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
pic18f2550 hid driver ????

Hi! Here are some books related to th...n Axelson [I]**broken link removed**[/I] http://dl3.s9.mihd.net/og5wlm3e/usb_complete_-_everything_you_need_to_develop_custom_usb_peripherals__3._edition__by_jan_axelson__20 Best regards! venix
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
usb design by example+delphi

Hello,

You can go through this link: Making Sense of USB
https://beyondlogic.org/usbnutshell/usb1.htm

This helped me for the first time when I had stated to implement the USB applications. Its quite helpful for beginners to understand what is USB. Its only then you are able to make choices on your hardware & software that you propose to use.
 

    Duby

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top