Old thread: buffered_serial and sms stuff in Erlang

Enrique Marcote Peña mpquique@REDACTED
Tue Mar 2 11:01:35 CET 2004


Hi Bruce,

I'd be interested in the application you mentioned... three years ago :) ... 
Are you still sharing it?

Best regards,

-- 
Quique
http://www.des.udc.es/~mpquique/

---From the archive---

buffered_serial and sms stuff in Erlang

    * To: <erlang-questions@REDACTED>
    * Subject: buffered_serial and sms stuff in Erlang
    * From: "Bruce Fitzsimons" <Bruce@REDACTED>
    * Date: Sun, 16 Dec 2001 14:05:09 +1300
    * Message-ID: <015c01c185cd$b5654f70$4021970a@REDACTED>

Hi Guys,

I have just got sms sending/reception going to my mobile phone (via a
cable).

I've cobbed together a server to fit overtop the serial contribution - it
divides things into lines, and allows regexp matches on the lines. It also
ages lines in the buffer, and allows destructive matching (e.g. lines that
don't match are thrown away permanently). I'm not thrilled about using \r
and \n to chop things up, but I couldn't think of any other way to chunk
things up and allow practical use of the serial port when dealing with
unsolicited events.

I've also got sms PDU mode decoding and encoding. Its fairly basic and only
does 7bit char set, but thats arguably the most difficult. Possibly they
only work with Ericsson T28 like phones (eg my R310s) , as I haven't got any
other phones to test it with and I've gathered that there are some subtly
different interpretations of the standard.

If there is any interest I will clean them up a bit and post/submit them.

Merry Christmas to those that celebrate it :-)

Cheers,
Bruce






More information about the erlang-questions mailing list