USB Questions
christo1423
Posts: 19
Is it possible to have the Basic Stamp do File I\O with a pen drive to suplement program and/or data storage? another question I have is if it can control a device such as a CD-RW Drive through USB or IDE.If either of these are a possiblity I will also need to know the hardware and code required.·
Comments
·· What you're proposing would not be possible without a significant hardware and software overhead.· The BASIC Stamp cannot directly control an IDE or USB device.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
The following development board will permit ordinary disk FILE I/O but not via USB. This system uses the small memory cards (SD) often found in digital cameras and the like. I don't know if this will accomplish what you want to do or not, but here's a link to the product:
http://www.ghielectronics.com/FileSystem.htm
Regards,
Bruce Bates
www.ghielectronics.com/USBhost.htm
Bob N9LVU
Post Edited (Robert Kubichek) : 7/1/2005 9:44:39 PM GMT
I do not think that you can do it on a CD-RW, because it needs 2 device drivers on a pc just to access the drive, then you need the software that handles burning of data to the cd....
I would stick with pen drives or flash drives, or a regular laptop/stamp or smaller hard drive.
A hard drive uses mucho power, takes up space, produces heat, and is harder to weatherize.
A hard drive costs more, lasts longer (read/write).
A thumb drive is much smaller, uses much less energy, and is easier to weatherize.
The thumb drive costs about the same as a SD/MMC card and has roughly the same life span (read/write).
I would think that an SD/MMC card would be the best way to go, as it uses the least amount of energy, and has the smallest footprint, making it easier to weatherize.
The cost comes in with the interface to the stamp, as I think there are 3 or 4 vendors that make an interface (serial) that would be easiest to use.
www.ghielectronics.com/USBhost.htm
www.ghielectronics.com/FileSystem.htm
www.bipom.com/documents/peripherals/mmc-rtc.pdf
www.roguerobotics.com/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=5&MMN_position=6:2:5
These are the links I currently have....
Bob N9LVU
Post Edited (Robert Kubichek) : 7/11/2005 2:18:54 AM GMT
MMC-Disk Drive RS232
MMC-Disk Drive I2C
http://www.e-lab.de/diverse/components_en.html
regards peter