Can you help me?
Jeffrey
Posts: 9
How can I get the Basic Stamp to talk to a USB Device?
Post Edited (Jeffrey) : 3/14/2005 7:05:59 AM GMT
Post Edited (Jeffrey) : 3/14/2005 7:05:59 AM GMT
Comments
It just isn't capable of handling the amounts of data needed for the most minute operations, or the timing to execute them correctly.
Yes, I know there are USB BOE boards, or whatever, out there, but they get past this limitation by having an USB-Serial adapter IC aboard.
The USB interface is a strict Master/Slave system, and the chip is only capable of being a Slave device, and cannot be used to control other slave devices like Mice, memory-sticks, or whatever.
But... What is it you want to accomplish?
The BS2 cannot be a 'USB Master' device, therefore cannot use USB drives, USB mice, or USB joysticks.
If you put a PC in the middle to be the 'Master', then you can write code for the PC to read from the BS2, and write to other USB devices for you. Of course, once you put the PC in the middle, you kind of lose the low-power stand-alone nature of the BS2 -- you might as well just write the PC program without the BS2.
What device did you want the BS2 to talk to?
Thanks for the help Paul,·Gadgetman·and allanlane5.
Post Edited (Jeffrey) : 3/14/2005 10:12:52 PM GMT
http://www.ghielectronics.com/ALFAT-SD.htm
http://www.ghielectronics.com/ALFAT DEV.htm
THEY ALSO HAVE THE DEV BOARD WHICH APPARENTLY WILL INTERFACE TO IDE DEVICES AS WELL. I/O IS SPI AND RS-232 AS I RECALL.
73
SPENCE
K4KEP
I like the ALFAT DEV but not the price.
I like the ALFAT-SD and I like the price.
Thanks for the help SPENCE.
i am going for the dev board because.
1. Rs-232 or spi
2. Interface to cf or sd or ide hard drive or maybe even a
ide zip 250 or 750!!!!!!!!!!!!!!!!!!!!
Also it will accept machjine level commands or ascii commands if you were using a program that would send a file of data to a or a lt hard drive with the additions of a or receive data and send to a other file system.
Ie yapp.com.
Another thing. Since it puts the data on the ide device in proper fat format, you should be able to load a small hard drive or a lt 2.5" hard drive with the addition of a starttech.com ide4044 cable adapter from compusa for about $5.00 and hook the mini hd to the big system on your desk directly. No reformating of your data required.
And you can move the data the other direction if you wish..
73 spence
k4kep
You can go to this page: http://www.saelig.com/Suppliers/ghi/alfat.htm
Post Edited (Jeffrey) : 3/15/2005 12:22:08 AM GMT
SPI and RS232 interface. FAT file support. Very nice.