Blue Tooth Connection Problem
NWUpgrades
Posts: 292
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
' {$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
Thread Closed.