> Hi all, > > We need to save/restore setup data for a product, and it would be nice > to be able > to do this via thumbdrive. However, it seems that most 8-bit micros > (we are using > an ATMega, but code for a PIC could be used as a template) aren't up to > being a > USB master. > > Is there any code out there that does this? Or do we have to resort to > using a > Vinculum chip? Or go with a SD / SDHC card (many examples out there)? > > Thanks, > Bill I believe PIC24 and PIC32 will support USBOTG which can act as a host. I think the PIC18 can only be a client. I'm using MMC/SD to hold configuration data. It works well! There is one generic SD card (no label) that I found that works on my netbook, but does not work with the PIC SD card code, and does not work in a PM3 programmer. Otherwise, all is well! Harold --=20 FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .