Re: gnokii smsd not giving me a clue as to why it is not sending and receiving sms'
helpFractal <[email protected]>
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <[email protected]> |
Daniele Forsi-2 wrote: > > 2013/1/4 helpFractal <stockton.simon@...>: > > what happens if you connect to /dev/cu.usbmodem411 with a generic > terminal program (cu, tip, minicom or even screen if baud rate is > right) and issue the same commands as gnokii? > > AT+CMGF=0 > AT+CMGS=34 > > at this point the phone should reply with a prompt made with a > greater-than sign (AFAIR this isn't echoed by libgnokii) libgnokii > checks that at line 211 of common/links/atbus.c > /* check if SMS prompt is found */ > if (bi->rbuf_pos > 4 && !strncmp(bi->rbuf + bi->rbuf_pos - 4, > "\r\n> ", 4)) > bi->rbuf[0] = GN_AT_PROMPT; > > I ran 'screen /dev/cu.usbmodem411' followed by: at OK at+cmgf=0 OK at+cmgs=34 > -- View this message in context: http://old.nabble.com/gnokii-smsd-not-giving-me-a-clue-as-to-why-it-is-not-sending-and-receiving-sms%27-tp34856997p34860951.html Sent from the gnokii-users mailing list archive at Nabble.com.