About ZX-Bluetooth!!!
JaneLin
Posts: 4
·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...
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?
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...
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?