Cannont recognize BS2 connected to serial port
AllenD
Posts: 3
Hello,
I just pulled out my BS2 from a drawer after over a year without using it. However I cannot get the Basic Stamp software to recognize my stamp. I click the "Identify" icon, and it shows COM3 and COM1. Both have Yes for Echo, and COM3 has no for loopback, but COM1 has Yes. I verified that I have the correct "straight through" cable, and that my 9volt battery is charged (I am using the BS2 Carrier board). Is there anything else I should check? I am using Version 2.1 Beta 1 of the BS Editor on windows XP. Do I need to change any settings on my computer to get things to work?
Thanks,
Allen
I just pulled out my BS2 from a drawer after over a year without using it. However I cannot get the Basic Stamp software to recognize my stamp. I click the "Identify" icon, and it shows COM3 and COM1. Both have Yes for Echo, and COM3 has no for loopback, but COM1 has Yes. I verified that I have the correct "straight through" cable, and that my 9volt battery is charged (I am using the BS2 Carrier board). Is there anything else I should check? I am using Version 2.1 Beta 1 of the BS Editor on windows XP. Do I need to change any settings on my computer to get things to work?
Thanks,
Allen
Comments
What happens if you try to send it some simple program with these Directives (at the top):
' {$STAMP BS2}
' {$PORT COM1}
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
'{$STAMP BS2}
'{$PORT COM1}
DEBUG "Hello World!"
I got the error "No basic stamps found". I don't have any other basic stamps, and I am running this on a desktop. It is definately a possibility that there are problems with my stamp, but I was hoping that there was some way to verify this.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Thanks,
Allen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
You could check for SIGnal at the cable pin and at "SIN" on the STAMP.
I have & use the serial port tester you will find at this link:
http://www.bb-elec.com/product.asp?sku=9PMTT
As Chris S. alluded, it's a "blinky-light gizmo"; when there is valid signal (data) the LEDs blink,·makes you feel good all over.
By the way, there are two·links there, "RS232 Connections That Work" and "DTE or DCE?" and they are totally excellent references: *****
Post Edited (PJ Allen) : 12/10/2005 3:46:26 PM GMT
Serial ports on Windows computers are not hot-swappable (cannot be connected and disconnected while on). While some computers can allow this, some can't. While you've been doing all of this testing, have you tried cycling the power on the computer with the basic board connected?
You might also want to check your port settings for the com port in the device manager. To get there, right-click on My Computer and click on Properties. Then click on the hardware tab, and click on device manager. Scroll down to Ports (Com and LPT) and double-click. Next, double-click on the com port that you're checking. Finally, click the Port Settings tab and verify your port settings. They should be 9600 bps, 8 bits, no parity, stop bit 1, and flow control none.
·· Serial Ports actually are considered hot-swappable, in the sense that you do not need to power down to plug/unplug devices from them.· Printer Ports and PS/2 Ports OTOH are not.· In fact, Microsoft acknowledged serial port hot-plugging in Windows 95.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com