View previous topic :: View next topic |
Author |
Message |
bakacupid
Joined: 28 Jan 2008 Posts: 2
|
PIC with USB port question. |
Posted: Mon Jan 28, 2008 8:28 am |
|
|
hello, good evening everyone, i have a question, can PIC save data which is more than 256k bytes into a pendrive? i search for almost one month already , but i still cannot get the result. can some one help me? thanks u very much |
|
|
Douglas Kennedy
Joined: 07 Sep 2003 Posts: 755 Location: Florida
|
|
Posted: Mon Jan 28, 2008 9:12 am |
|
|
The PICusb code and the pendrive are both slave applications.The pic would have to have master code written for it to talk to the pen drive. A PC has the master code for usb but as with all PC stuff it is bloated so the task of duplicating it in a compact form is formidable. A single slave device specific master probably could be written but it is not for the faint hearted. |
|
|
Ttelmah Guest
|
|
Posted: Mon Jan 28, 2008 9:14 am |
|
|
The simplest route to this, is the FTDI Vinculum chip, in it's 'demo' VDRIVE board, which implements a serial or SPI interface, able to talk to such a drive.
This was answered here, only a couple of days ago.
Best Wishes |
|
|
|