> Hi
>
> I had a project going a few years ago, interfacing a PIC with a nokia
> 6110. The communication should be the same as with the 5190 me thinks.
> IIRC, I managed to at least send an SMS with the PIC but then bought
> myself an 6210 which supports AT commands and that made the task much
> easier. You see the 6110 (5190?) uses FBUS protocol where you have to
> tweak each byte which is to be sent to the phone. You will save yourself
> from a lot of tears and sweat by going for a nokia supporting AT,
> especially if you want more features than just SMS sending and
> receiving. If you wish to stick to the 5190, google for "nokia fbus" and
> you should find some interesting links.
>
> Here's a link that will get you started:
>
http://www.embedtronics.com/nokia/fbus.html
>
> hgraf skrev:
>> Hello all,
>>
>> I've been thinking of a few things and was wondering if anyone has any
>> experience with trying to interface a PIC to a Nokia 5190 through it's
>> serial cable?
>>
>> I know that that 5190 (unlike it's 51x0 cousins) does NOT support a
>> standard AT command set on the it's serial port.
>>
>> What I'd like to do is send and receive SMSs using this phone and it's
>> data cable.
>>
>> I'm not really interested in this moment with going with another
>> phone/GSM module simply for cost reasons (I have two 5190s and a serial
>> cable ready to go). Also I don't really care about doing any other data
>> functions, just sending and receiving SMSs.
>>
>> Thanks for any hints.
>>
>> TTYL
>>
>>
>