Shop OBEX P1 Docs P2 Docs Learn Events
Blue Tooth Connection Problem — Parallax Forums

Blue Tooth Connection Problem

NWUpgradesNWUpgrades Posts: 292
edited 2009-10-03 23:49 in BASIC Stamp
I am trying to set up my EBT and am having issues. When I attempt to upload the following code, I get the screen where I have to enter the pass code. After I enter the passcode, I get the error "No Basic Stamp Found". I have tried this by adding a com 40 directive, but that does not work either. I am trying to do the test as outlined on page 3 of doc# 30085 for the EBT install.·Thanks for any help.

' {$STAMP BS2sx}
' {$PBASIC 2.5}

RX CON 2 'Receive Pin
TX CON 0 'Transmit Pin
Baud CON 84 '9600 Baud
combyte VAR Byte 'Communication Byte
DEBUG "Use This Screen FOR Display",CR
DO
'Wait for a first byte indicating an active Bluetooth connection
SERIN RX, Baud, [noparse][[/noparse]combyte]
DEBUG combyte
LOOP

Comments

  • RoboDocRoboDoc Posts: 6
    edited 2009-10-03 23:46
    I've gotten a "No Basic Stamp Found" error with eb500 when my battery was low even when all else seems plugged in, turned on and ok.
  • NWUpgradesNWUpgrades Posts: 292
    edited 2009-10-03 23:49
    I figured this one out. I guess I should have closed the thread. It is the fact that the cable must be connected until after the program is sent. Thanks though.



    Thread Closed.
Sign In or Register to comment.