Shop OBEX P1 Docs P2 Docs Learn Events
About ZX-Bluetooth!!! — Parallax Forums

About ZX-Bluetooth!!!

JaneLinJaneLin Posts: 4
edited 2010-08-03 09:16 in Learn with BlocklyProp
smhair.gif·This question perplexes me...

I want to test the ZX-bluetooth on the·BS2 ,and·BS2 connect to·Notebook .

But testing·of the fist examples of the obstacles encountered...shocked.gif

code:

' {$STAMP BS2}
' {$PBASIC 2.5}
··TX CON 0
·RX CON 1
·BAUD CON 240
·Ack VAR Byte
·i·VAR Word
·main:
·SERIN RX,BAUD,[noparse][[/noparse]Ack]
·i = i+1
·SEROUT TX, BAUD, [noparse][[/noparse]DEC4 i," ", Ack, CR, LF]
·GOTO main


Set BlueSoleil configuration settings completely··!!

BS2 and notebook are paired with the connection.

Why the data entered doesn't display in the HyperTerminal? skull.gif
Sign In or Register to comment.