Shop OBEX P1 Docs P2 Docs Learn Events
Problem detecting the basic stamp — Parallax Forums

Problem detecting the basic stamp

killjoy9581killjoy9581 Posts: 6
edited 2008-07-18 16:13 in BASIC Stamp
I have the boe-bot REV-C. I have all the drivers installed and the software for it. When I try to send the code to it it says that is it scanning and it says yes for the loopback and echo on com3 but then I get an error saying "NO Basic Stamp found". I got it to work once. This is the code that I am trying to send it. It is simple. Something just to get it to work.

' {$STAMP BS2}
' {$PBASIC 2.5}
' {$PORT COM3}


Main:
PULSOUT 13, 600
PULSOUT 12, 800
PAUSE 3
GOTO Main
END

Comments

  • ForrestForrest Posts: 1,341
    edited 2008-07-14 10:48
    Try a fresh set of batteries?
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-07-16 16:21
    Hello,

    Is this a laptop or desktop computer? Is the BOE a USB version or are you using a USB to Serial Adapter?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • killjoy9581killjoy9581 Posts: 6
    edited 2008-07-16 22:20
    It is a desktop and it is the BOE with the usb. I got it to upload the program once but other then that it will not connect
  • kenwtnkenwtn Posts: 250
    edited 2008-07-16 22:29
    On the BOE there is a running LED is that coming on?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Keep buying replacement parts and sooner or later you will get it RIGHT!
  • killjoy9581killjoy9581 Posts: 6
    edited 2008-07-17 00:36
    yeah. what is say "scanning" the BOE lights come on a blue one and a red. they both begin to flash. Could the problem be that I have not used it in over 6 months.


    EDIT: I bought new battery's and nothing. It is still giving me the same problem.

    Post Edited (killjoy9581) : 7/17/2008 7:37:39 PM GMT
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-07-18 16:13
    Have you tried the troubleshooting information provided at the following link? This may be your issue.

    http://www.parallax.com/Portals/0/Downloads/docs/prod/ftdi/USBDriverTroubleshooting-V1.0.pdf

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
Sign In or Register to comment.