by iamprophet » Fri Nov 09, 2007 3:43 am
by iamprophet
Fri Nov 09, 2007 3:43 am
Thank you for your reply. i have tried some times, but failed. Maybe i have some mistakes in my code. Could you have a look at my code below and give some advices? Thank you!
Receive code:
DIM A AS BYTE
MAIN:
ERX 4800, A, MAIN
ON A GOTO MAIN,key1
key1:
do someting......
RETURN
Transmit code:
DIM B AS BYTE
MAIN:
ETX 4800, 1
DELAY 1000
GOTO MAIN
.......
Maybe i did not choose the correct config of 'XM100' which is a kind of bluetooth control device. If you have the same decive, could you tell me the correct config for transimit or receive? If you use different device, would you tell me how you did it? Thank you!
Thank you for your reply. i have tried some times, but failed. Maybe i have some mistakes in my code. Could you have a look at my code below and give some advices? Thank you!
Receive code:
DIM A AS BYTE
MAIN:
ERX 4800, A, MAIN
ON A GOTO MAIN,key1
key1:
do someting......
RETURN
Transmit code:
DIM B AS BYTE
MAIN:
ETX 4800, 1
DELAY 1000
GOTO MAIN
.......
Maybe i did not choose the correct config of 'XM100' which is a kind of bluetooth control device. If you have the same decive, could you tell me the correct config for transimit or receive? If you use different device, would you tell me how you did it? Thank you!