dancingqueeneng
Member level 1
- Joined
- Oct 26, 2006
- Messages
- 34
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,564
nokia 1600 at command guide
Thanks a lot Budhy, I'll try it out and hope to get it done, the 8 lines are 8051 interfacing with IR sensor, nothing much to be concerned about, anyway thank you and sorry for inconvenient caused to you.
Added after 46 minutes:
This means I have to receive 0DH instead of the letter 'O' and 'K'? I thought I have to receive an 'OK' from phone?
Thanks a lot Budhy, I'll try it out and hope to get it done, the 8 lines are 8051 interfacing with IR sensor, nothing much to be concerned about, anyway thank you and sorry for inconvenient caused to you.
Added after 46 minutes:
Wait0DH:
ACALL SerialIn
CJNE A,#0DH,Wait0DH
RET
SerialIn:
JNB RI,SerialIn ;Wait for another character
MOV A,SBUF ;Save it in accumulator
CLR RI ;Get ready for next character
RET
This means I have to receive 0DH instead of the letter 'O' and 'K'? I thought I have to receive an 'OK' from phone?