Jukka Jalkanen writes:
>
> According to Tekram and my experience the Tekram IR-210B cannot communicate
> reliably with Ericsson SH888 at speeds that are higher than 38.4Kbps. If the
> IrDA link speed is too high, it works only about 10-20 seconds and then gets
> disconnected.
I had exactly the same problems between IR-210B and a Palm III. The
only thing that helped to limit the speed was to patch the Tekram
driver and modify the default set of allowed speeds in
linux/drivers/net/irda/tekram.c:
function tekram_open:
qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400;/*|IR_57600|IR_115200;*/
Sorry, I cannot include a patch here, because I cannot access my Linux
machine from here.
Gabor
--
Gabor Herr [EMAIL PROTECTED]
Computer Science Department [EMAIL PROTECTED]
Darmstadt University of Technology
Germany
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda