Basic Stamp bored not connecting
lordofbluefire
Posts: 3
I'm trying to connect my Basic stamp bored to my comp which has vista ( ya I know it sucks ), and no matter what I do I can't get the drivers or anything to work right with it. No matter what vista won't recognize it. It's a USB board of education Rev B if that accounts for anything. I've looked around and there are topics on this but those methods don't work so I'm kinda out of options, if any one knows how to get this connected I would love the help. Thanks.
Comments
1) There's something wrong with the installation of your drivers. I assume you're using some kind of USB to serial adapter. Maybe you don't have a current version of the driver. Maybe you have one of those USB to serial adapters that are cheap and don't implement the DTR control line that's needed to program / download the Stamp. Maybe something went wrong with the installation originally. Make sure you uninstall the current driver and download and install the most recent driver from the USB to serial adapter's manufacturer. Some that are known to work include: the ones Parallax sells, adapters made by FTDI, the Keyspan High Speed USB to Serial adapter.
2) Make sure there's power going to the Stamp. It needs to be running for the Stamp Editor to recognize it.
It doesn't matter if the computer detects the adapter. It doesn't matter if the Stamp Editor says that it gets an echo from the Stamp. If the DTR signal doesn't work properly, the Stamp Editor will not be able to identify which Stamp you have and won't be able to download programs to it.
When you say "My board doesn't have a serial port on it, it's a mini USB cable" are you speaking about the carrier board on which the PBASIC Stamp is mounted, or are you speaking about your computer? In any/all cases you are running through a "serial port" it just depends which KIND of serial port.
In todays computers, there are two kinds of serial ports which appear on them. Infrequently, you can find computers with old-style DB-9 (RS-232) serial ports. Much more frequently you will find new-style USB serial ports. In either/both cases they are still serial ports.
If your computer has a USB serial port, and your Stamp carrier board has a USB serial port, there is nothing extra you need to do, except to make sure that you have the Vista USB drivers which Mike discussed earlier. Any ordinary USB serial cable will work fine for programming the PBASIC Stamp
If your computer has a DB-9 (RS-232) serial port, and your Stamp carrier board has a DB-9 (RS-232) serial port, there is nothing else you need to do. Vista should have RS-232 serial port drivers, right out of the box. A fully propagated RS-232 serial cable will work fine for programming the PBASIC Stamp in this case.
If your computer has a USB serial port, and your Stamp carrier board has a DB-9 (RS-232) serial port, make sure that you have the Vista USB drivers which Mike discussed earlier, AND you will need a USB => DB-9 (RS-232) Serial adapter which is supported by the PBASIC Stamp IDE. Mike discussed these earlier as well.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Genius is one percent inspiration and ninety-nine percent perspiration."
Thomas Alva Edison