+ Post New Thread + Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 25

Thread: Connecting PIC18F to PC's USB

  1. #1
    Full Member level 4
    Join Date
    May 2006
    Location
    Cairo - Egypt
    Posts
    235
    Helped
    18 / 18

    pic18 usb

    Can any body summarize steps to interface a PIC18F to interact with the PC using USB ?

    Thanks in advance.

    •   Alt 

      Advertising

      advertising

        
       

  2. #2
    Advanced Member level 2
    Points: 13,297, Level: 27

    Join Date
    Apr 2005
    Posts
    616
    Helped
    41 / 41
    Points
    13,297
    Level
    27

    pic18f usb

    Hi,..

    Do you have a programmer for:
    PIC18F2455, PIC18F2550, PIC18F4455, PIC18F4550 ?

    Thanks for your help.



  3. #3
    Full Member level 2 Beowolf's Avatar
    Join Date
    Jun 2006
    Posts
    134
    Helped
    7 / 7

    usb pic18f

    go to mMcrochip site and look for USB App. notes.

    to sedolphine:

    all serial/paralel/ programmers can.
    I used JDM type programmer when I built my ICD2.

    Use WinPic800 software, as they regulary update supported chips list.



  4. #4
    Full Member level 4
    Join Date
    May 2006
    Location
    Cairo - Egypt
    Posts
    235
    Helped
    18 / 18

    pic18f usb code

    Thanks all, but i need more information about codes should be written in both sides (PIC18F) & PC (specially the PC side) as i have no knowledge about using Windows USB drivers

    Thanks in advance.



  5. #5
    Junior Member level 2
    Join Date
    Jun 2006
    Posts
    23
    Helped
    0 / 0

    usb pic18

    Quote Originally Posted by yasser_shoukry
    Thanks all, but i need more information about codes should be written in both sides (PIC18F) & PC (specially the PC side) as i have no knowledge about using Windows USB drivers

    Thanks in advance.
    i am looking for the same info tooo



  6. #6
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5

    usb pic18f2550

    look at

    h**p://forum.microchip.com/tm.aspx?m=89669
    h**p://forum.microchip.com/tt.aspx?forumid=102
    h**p://forum.microchip.com/

    Added after 13 minutes:

    a use delpi for the pc

    look at

    h**p://www.elomax.nl/site/usb/usb_software2.html

    Added after 13 minutes:

    http://pe.ece.olin.edu/ece/projects.html



  7. #7
    Full Member level 3 folks's Avatar
    Join Date
    Oct 2006
    Location
    Guadalajara
    Posts
    183
    Helped
    18 / 18

    pic18f2550 usb code

    Read the book:
    Usb Complete - Everything You Need To Develop Custom Usb Peripherals (3. edition) by Jan Axelson (2005).pdf



  8. #8
    Full Member level 4
    Join Date
    May 2006
    Location
    Cairo - Egypt
    Posts
    235
    Helped
    18 / 18

    pic18f4550 usb code

    folks can you please upload the pdf or put its URL
    Thanks in advance



  9. #9
    Full Member level 3 folks's Avatar
    Join Date
    Oct 2006
    Location
    Guadalajara
    Posts
    183
    Helped
    18 / 18

    pic18f2550 keyboard

    Quote Originally Posted by yasser_shoukry
    folks can you please upload the pdf or put its URL
    Thanks in advance
    Sorry, I thought that the Link already was written in my previous post.
    Here you have, specially upload for you:

    Usb Complete - Everything You Need To Develop Custom Usb Peripherals (3. edition) by Jan Axelson (2005).pdf

    RAR pass: edaboard

    Merry christmas for all


    Helpful: 1

  10. #10
    Full Member level 6
    Points: 2,980, Level: 12
    metal's Avatar
    Join Date
    Dec 2004
    Posts
    362
    Helped
    13 / 13
    Points
    2,980
    Level
    12

    pic18f2550 driver

    Hi are,

    Excellent component you posted about. Can you plz show an example using this component along with PIC.

    Thanks



  11. #11
    Advanced Member level 2
    Points: 13,297, Level: 27

    Join Date
    Apr 2005
    Posts
    616
    Helped
    41 / 41
    Points
    13,297
    Level
    27

    usbcombo.zip

    metal,

    Check this link:
    http://www.microchip.com/stellent/id...GE&nodeId=1408

    By the way, does anyone have a programmer for these PIC's:
    PIC18F2455, PIC18F2550, PIC18F4455, PIC18F4550 ?

    Thanks for your help.



  12. #12
    Full Member level 6
    Points: 2,980, Level: 12
    metal's Avatar
    Join Date
    Dec 2004
    Posts
    362
    Helped
    13 / 13
    Points
    2,980
    Level
    12

    pic18 usb driver

    Hi seadolphine2000,

    Thanks alot. I found this example using Hi-Tech compiler:

    ww1.microchip.com/downloads/en/DeviceDoc/usbcombo.zip

    Implements a USB mouse/keyboard combination device. The main routine moves the
    cursor in a circle and sends keyboard keycodes for "Microchip USB " over and
    over again.

    Does this one needs to use a driver.



  13. #13
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5

    pic18f hid

    Quote Originally Posted by metal
    Hi seadolphine2000,

    Thanks alot. I found this example using Hi-Tech compiler:

    ww1.microchip.com/downloads/en/DeviceDoc/usbcombo.zip

    Implements a USB mouse/keyboard combination device. The main routine moves the
    cursor in a circle and sends keyboard keycodes for "Microchip USB " over and
    over again.

    Does this one needs to use a driver.
    Added after 11 minutes:

    in this case u are using a HID device, wen u are using win xp the drivers are alreddy loded.

    for debugging and terst i use Bushound, verry good.

    http://www.perisoft.net/bushound/

    Added after 14 minutes:

    for delphi a use

    http://sourceforge.net/search/?type_...soft&words=HID

    Added after 2 minutes:

    and

    http://sourceforge.net/search/?type_...soft&words=usb



  14. #14
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5



  15. #15
    Full Member level 6
    Points: 2,980, Level: 12
    metal's Avatar
    Join Date
    Dec 2004
    Posts
    362
    Helped
    13 / 13
    Points
    2,980
    Level
    12

    usb pic18f2455

    Hi, the first component exists in the JEDI project installations, which I already have, but I don't know how to use it , I found it today by coincidence.

    If someone can explain the complete process from a to z using this component along with PIC, or AVR, doesn't matter.

    thanks



  16. #16
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5

    pic18f2550 usb driver

    I have the CCS c compiler but not the generic bulk drivers



  17. #17
    Junior Member level 3
    Join Date
    Oct 2006
    Posts
    30
    Helped
    1 / 1

    pic18f




  18. #18
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5

    pic18f2455 usb

    Hi,

    Has somebody the USB.ZIP from CCS like describe in the “ usb Exercise Book pdf”?

    Thanks



  19. #19
    are
    are is offline
    Member level 5
    Join Date
    Nov 2004
    Location
    Balen (Belgie)
    Posts
    81
    Helped
    5 / 5

    pic18f usb keyboard

    Quote Originally Posted by metal
    Hi, the first component exists in the JEDI project installations, which I already have, but I don't know how to use it , I found it today by coincidence.

    If someone can explain the complete process from a to z using this component along with PIC, or AVR, doesn't matter.

    thanks
    Attached Files



  20. #20
    Newbie level 4
    Points: 819, Level: 6

    Join Date
    Apr 2006
    Posts
    5
    Helped
    0 / 0
    Points
    819
    Level
    6

    pic18 usb hid

    i am a new member
    i don't enough point to download !!



+ Post New Thread + Reply to Thread
Page 1 of 2 1 2 LastLast