On Tue, Oct 05, 1999 at 08:36:11AM +0000, Matthias Lemke wrote:
> Fabrice Planchon wrote:
> >
> > On Mon Oct 04 1999 at 05:23:09AM +0200, Gerhard Gonter wrote:
> > >
> > > After A quick research on the Internet (freshmeat, deja, yahoo), I did
> > > not find any phonebook tool for Linux (or another Unix). To solve that
> >
> > you might want to look at
> >
> > http://www.pxh.de/fs/gsmlib/
>
> there was no way for me to use this over infrared.
> no connectin with my sh888.
Works (kind of) with the S25. I needed to change a ifdef as it
seems the S25 does not respond with CR LF ...
But setting a link from /dev/mobilephone -> /dev/ircomm lets me
send SMS via the S25 without a problem. Phonebook backup does NOT work
because the S25 does some silly responses to probably empty phonebooks.
Ill dig into that a bit more tonight ...
diff -Nur gsmlib-0.1/gsmlib/gsm_unix_serial.cc gsmlib-0.1-flo/gsmlib/gsm_unix_serial.cc
--- gsmlib-0.1/gsmlib/gsm_unix_serial.cc Thu Jul 29 23:05:28 1999
+++ gsmlib-0.1-flo/gsmlib/gsm_unix_serial.cc Tue Oct 5 11:13:20 1999
@@ -120,7 +120,7 @@
if (c == CR)
{
// skip LF
-#ifndef NDEBUG
+#if 0
assert(readByte() == LF);
#else
readByte();
This is a "INSTALL" file issue - But i would like to have debugging
but the assert is a bit ugly in that place :)
Flo
--
Florian Lohoff [EMAIL PROTECTED] +49-5241-470566
... The failure can be random; however, when it does occur, it is
catastrophic and is repeatable ... Cisco Field Notice
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda