Shop OBEX P1 Docs P2 Docs Learn Events
easy Bluetooth module problem — Parallax Forums

easy Bluetooth module problem

MuradMurad Posts: 2
edited 2010-09-28 06:44 in BASIC Stamp
i am using the easy Bluetooth module in my graduate project to connect it with C# application
running in the PC.
but when i want to Search for remote devices i send the follow code to BT module:

SEROUT TX,Baud,[$02,$52,$00,$03,$55,$01,$00,$00,$03]
SERIN RX,Baud,[var1]
DEBUG var1

but there is no any data return to var1 ,i was think that the module is not in the command mode and it need to break the UART by:

LOW TX
PAUSE 1000
SEROUTTX,Baud,[$00,$00,$00,$00,$00,$00,$00,$00]

but with no any result

any help ,thank in advance.

Comments

Sign In or Register to comment.