jaime
Member level 1
- Joined
- Jul 15, 2005
- Messages
- 38
- Helped
- 4
- Reputation
- 8
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- Porto-Portugal
- Activity points
- 1,608
PIC AT Command and CCS
Hello
I'm trying to connect my pic to my siemens c45 in C.
I would like to do an interrupt by the rx pin to read the data from the phone.
I Know that the phone send OK (in hex: 0D 0A 4F 4B 0D 0A
I have to use a rotine with getc because this string dont finish with 0D(CR), so i cant use gets.
How can i do this?
Thanks
Jaime
Hello
I'm trying to connect my pic to my siemens c45 in C.
I would like to do an interrupt by the rx pin to read the data from the phone.
I Know that the phone send OK (in hex: 0D 0A 4F 4B 0D 0A
I have to use a rotine with getc because this string dont finish with 0D(CR), so i cant use gets.
How can i do this?
Thanks
Jaime