BS2- basic stamp not found!
weston22
Posts: 20
Hi, i just recently got a begeners kit and has been working great, but i pluged it in and tried download my program and it didn't ditect it?
info-
······-It lives on the board of education (USB)
····· -DiviceType:________ Version:________ Loopback:yes Echo:yes
····· -OS is XP
····· -Power suplie is good
····· -The stamp detects the computer
Please help!
Thank You.
info-
······-It lives on the board of education (USB)
····· -DiviceType:________ Version:________ Loopback:yes Echo:yes
····· -OS is XP
····· -Power suplie is good
····· -The stamp detects the computer
Please help!
Thank You.
Comments
First, do you have a fresh battery installed?
second how are you interfacing with the CPU? is it a USB cable or straight serial?
If its a usb to serial cable what brand is it?
Mike2545
I have a 9VDC 300mA wall outlet, and i'm using a USB cable.
What brand of USB to serial cable is it, because some cables are not set up for Basic Stamp communication protocols.
Mike2545
Post Edited (Mike2545) : 2/4/2009 3:40:23 AM GMT
This may seem like a simple thing but have you tried restarting your computer?
So the Led is Lit?
the cable is plugged in
CPU has been shut down and restarted.
Have you removed the Stamp from the board any time recently?
that rules out bent pins or putting it in backwards.
I have not had a Board of Education development platform before but I am looking at one on line.
Can you tell me what the slide switch labeled 0 1 2 is?
And check the reset button just push it and feel if it snaps back.
but if its something simple I want to help you figure it out
What kind of project were you working on when you first experienced this problem?
Here is the code:
·' {$STAMP BS2}
·' {$PBASIC 2.5}
·counter VAR Byte
·DO
·· FOR counter = 1 TO 100
···· HIGH 0
···· PAUSE counter
···· LOW 0
···· PAUSE counter
·· NEXT
·LOOP
does your board have an led that lights up when power is applied?
When you have your stamp editor up on your screen and you click the identify button what do you get?
Version:________
Loopback:yes
Echo:yes
have you noticed any static electricity pokes or zaps when you get up from working with the Stamp?
Like when you touch a door knob or other metal object?
Don't give up hope just yet
was there a program in the stamp before you tried to load the blinking led one you showed me earlier?