i've read this thread a few times, but it wont work at all!
nokia 6210 connected with RX to PIC 16f84a port b.1
gnd2gnd
now thats the programm
SerOut2 PORTB.1, 396,["AT", 13, 10]
Pause 1000
SerOut2 PORTB.1, 396,["AT+CMGF=1", 13, 10]
Pause 500
SerOut2 PORTB.1, 396,["AT+CMGS=", 34, "+972544567209", 34, 13, 10]
Pause 500
SerOut2 PORTB.1, 396,["Test-message", 13, 10]
Pause 500
i tryed 8mhz crystal and 12mhz
pic sends some pulses out, but mobile just do nothing

is it a wrong programm or what?
ps, i need simply to send SMS.
i think i missed something important..
Bookmarks