easy Bluetooth module problem
Murad
Posts: 2
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.
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
http://www.parallax.com/Portals/0/Downloads/docs/prod/comm/AppNoteforEasyBluetooth.pdf
Dave