View previous topic :: View next topic |
Author |
Message |
MONTECCHI lUCA Guest
|
Usb with PIC |
Posted: Thu Jan 16, 2003 4:00 pm |
|
|
Anyone can help me?
I would like interface a pic (16f84 or 16f876 or anyone..) with a usb.. If possible, How can I do?
___________________________
This message was ported from CCS's old forum
Original Post ID: 10741 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
Re: Usb with PIC |
Posted: Thu Jan 16, 2003 4:36 pm |
|
|
:=Anyone can help me?
:=I would like interface a pic (16f84 or 16f876 or anyone..) with a usb.. If possible, How can I do?
------------------------------------------------
<a href="http://www.pic-c.com/forum/general/posts/9948.html" TARGET="_blank">http://www.pic-c.com/forum/general/posts/9948.html</a>
___________________________
This message was ported from CCS's old forum
Original Post ID: 10742 |
|
|
Hans Wedemeyer Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Thu Jan 16, 2003 9:32 pm |
|
|
Yes if a small PIC like the 16F84 can interface to USB using a FTDI chip. The chip is simple to use and cheap.
Although the 16F84 and 16F876 can't supply the bandwidth, you will have no problem with the FTDI chip, it can do 1 Mega BYTE /Second (8 mb/s)
I have used it with a PIC18F452 running at 40MHz and was able to do some serious work at 250KBytes/Second (2.5mb/s)
___________________________
This message was ported from CCS's old forum
Original Post ID: 10746 |
|
|
MONTECCHI lUCA Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Fri Jan 17, 2003 1:23 am |
|
|
:=Yes if a small PIC like the 16F84 can interface to USB using a FTDI chip. The chip is simple to use and cheap.
:=Although the 16F84 and 16F876 can't supply the bandwidth, you will have no problem with the FTDI chip, it can do 1 Mega BYTE /Second (8 mb/s)
:=I have used it with a PIC18F452 running at 40MHz and was able to do some serious work at 250KBytes/Second (2.5mb/s)
Ok,but were I can find this chip? His name is only FTDI?
And after,wat i have to do for use USB?
I have cmpiler version 3.048 And I haven't the header for USB..
___________________________
This message was ported from CCS's old forum
Original Post ID: 10747 |
|
|
MONTECCHI lUCA Guest
|
Re: Usb with PIC |
Posted: Fri Jan 17, 2003 6:38 am |
|
|
:=:=Anyone can help me?
:=:=I would like interface a pic (16f84 or 16f876 or anyone..) with a usb.. If possible, How can I do?
:=------------------------------------------------
:=
:= <a href="http://www.pic-c.com/forum/general/posts/9948.html" TARGET="_blank"> <a href="http://www.pic-c.com/forum/general/posts/9948.html" TARGET="_blank">http://www.pic-c.com/forum/general/posts/9948.html</a></a>
But I haven't the header of usb..
My version compiler is 3.048
___________________________
This message was ported from CCS's old forum
Original Post ID: 10750 |
|
|
Hans Wedemeyer Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Fri Jan 17, 2003 9:16 am |
|
|
Everything is at the FDTI site. Check the "Sales Network" you will find links to all the places in the world that sell the chip.
Aslo at the site there are links to demo software and evaulation kits.
If ytou are serious about doing this, spend $75 on and eval. kit from DLP Designs and you will get enough to understand everything you need to know to use the FTDI chipc and how to talk/listen to your device from a regular PC (Windows or Mac)
___________________________
This message was ported from CCS's old forum
Original Post ID: 10753 |
|
|
Will Reeve Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Fri Jan 17, 2003 3:51 pm |
|
|
I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
Will
___________________________
This message was ported from CCS's old forum
Original Post ID: 10766 |
|
|
MONTECCHI lUCA Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Sun Jan 19, 2003 4:11 am |
|
|
OK.. but what kind of FTDI have you use?
And, how can I communicate from pc to the devece?
After, I can use the usb at the same how rs232..?
___________________________
This message was ported from CCS's old forum
Original Post ID: 10799 |
|
|
John Yaron Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Wed Jan 22, 2003 3:29 pm |
|
|
:=I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
:=
:=Will
yea, but you get a nuisance WinXP certificate compromised
warning when installing
___________________________
This message was ported from CCS's old forum
Original Post ID: 10900 |
|
|
John Yaron Guest
|
Re: Usb with PIC |
Posted: Wed Jan 22, 2003 3:30 pm |
|
|
:=Anyone can help me?
:=I would like interface a pic (16f84 or 16f876 or anyone..) with a usb.. If possible, How can I do?
<a href="http://www.canright.com/eStore/item.asp?s=422664&p=77&d=-99&td=14&pr=515" TARGET="_blank">http://www.canright.com/eStore/item.asp?s=422664&p=77&d=-99&td=14&pr=515</a>
___________________________
This message was ported from CCS's old forum
Original Post ID: 10901 |
|
|
alexz
Joined: 17 Sep 2004 Posts: 133 Location: UK
|
Re: Usb with PIC: Yes it is possible |
Posted: Wed Oct 13, 2004 4:38 am |
|
|
John Yaron wrote: | :=I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
:=
:=Will
yea, but you get a nuisance WinXP certificate compromised
warning when installing
___________________________
This message was ported from CCS's old forum
Original Post ID: 10900 |
So,can you use your own product descriptor in that case or not? _________________ Alex |
|
|
Ttelmah Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Wed Oct 13, 2004 6:30 am |
|
|
alexz wrote: | John Yaron wrote: | :=I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
:=
:=Will
yea, but you get a nuisance WinXP certificate compromised
warning when installing
___________________________
This message was ported from CCS's old forum
Original Post ID: 10900 |
So,can you use your own product descriptor in that case or not? |
With the source code of the driver, you can put any 'name' to it you want. However the USB descriptor, will remain as FTDI's. Neatly though, you can attach an EEPROM to some of their chips, which contains a different descriptor ID, and then provided you have paid the license fee for an ID, have your own ID and description. :-)
Best Wishes |
|
|
Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Wed Oct 13, 2004 5:23 pm |
|
|
Ttelmah wrote: | alexz wrote: | John Yaron wrote: | :=I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
:=
:=Will
yea, but you get a nuisance WinXP certificate compromised
warning when installing
___________________________
This message was ported from CCS's old forum
Original Post ID: 10900 |
So,can you use your own product descriptor in that case or not? |
With the source code of the driver, you can put any 'name' to it you want. However the USB descriptor, will remain as FTDI's. Neatly though, you can attach an EEPROM to some of their chips, which contains a different descriptor ID, and then provided you have paid the license fee for an ID, have your own ID and description. :-)
Best Wishes |
Not correct FTDI issue blocks of ID's at no charge. |
|
|
Ttelmah Guest
|
Re: Usb with PIC: Yes it is possible |
Posted: Thu Oct 14, 2004 4:53 am |
|
|
Anonymous wrote: | Ttelmah wrote: | alexz wrote: | John Yaron wrote: | :=I have just used a FTDI part to quick and dirtily upgrade a RS232 based PIC project to USB. Works superbly. You can even edit the .ini file and have your products name in the hardware list under windows!
:=
:=Will
yea, but you get a nuisance WinXP certificate compromised
warning when installing
___________________________
This message was ported from CCS's old forum
Original Post ID: 10900 |
So,can you use your own product descriptor in that case or not? |
With the source code of the driver, you can put any 'name' to it you want. However the USB descriptor, will remain as FTDI's. Neatly though, you can attach an EEPROM to some of their chips, which contains a different descriptor ID, and then provided you have paid the license fee for an ID, have your own ID and description. :-)
Best Wishes |
Not correct FTDI issue blocks of ID's at no charge. |
Only in their product ID block.
They will custom make chips with different vendor codes, and still with programmable product ID's if you want quantity. If you want a unique vendor code, then you have to pay for this. Otherwise the manufacturing 'source' of the chip, is allways identified as FTDI.
It depends on how unique you want the product to be.
Best Wishes |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Thu Oct 14, 2004 7:45 am |
|
|
But if you use FTDI VID and the PID that they give you. You will be able to get around the win XP auto driver install problem.
Also see my note related to CCS ICD-U40 that also used the FTDI chip.
http://www.ccsinfo.com/forum/viewtopic.php?t=19920 |
|
|
|