gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tekram IR-210B


From: Pawel Kot
Subject: Re: Tekram IR-210B
Date: Mon, 21 Oct 2002 20:55:52 +0200 (CEST)

On Mon, 21 Oct 2002, Jean Tourrilhes wrote:

>       If I believe the info below, those phones do IrLMP :
>               http://homepage.mac.com/alvinmok/nokia/
>               http://www.dev-thomynet.de/nokworld/nokdocs/index.html
>       You should be able to open a IrLMP socket to those Nokia
> phones and use the same Nokia:PhoneNet protocol as for more modern
> phones (except that the socket is IrLMP, not IrTTP).
>
>       Now, managing IrLMP socket with Linux-IrDA is actually
> identical to IrTTP sockets, so with minor changes you may be able to
> experiment with IrLMP sockets.
>       The only trick is the socket initialisation :
> ---------------------------------------------------
>   /* Create socket  - Datagram == IrLMP socket */
>   fd = socket(AF_IRDA, SOCK_DGRAM, 0);
> ---------------------------------------------------
>       After that, you can connect normally and do the usual
> stuff. Be careful, because there is no flow control and you may need
> to fragment packet yourself.
>
>       If the above work, that would greatly simplify support of
> those old phones. I think it's worth trying...

Cool, this is a kind of the information I was expected. I'll dig out my
old Nokia 6130 and try this out. Thanks!

take care,
pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku





reply via email to

[Prev in Thread] Current Thread [Next in Thread]