On Fri, Mar 19, 2004 at 09:03:15AM +0300, Andrew Zabolotny wrote:
> On Thu, 18 Mar 2004 19:19:05 +0530 (IST)
> "navtez" <[EMAIL PROTECTED]> wrote:
>
> > i have just started work on USB IrDA. the device on whih i m working has
> > bulk in end pt: 82 and bulk out end pt: 1.
> A bit off-topic: is the
On Fri, 19 Mar 2004 08:32:01 +0100
<[EMAIL PROTECTED]> wrote:
> Andrew Zabolotny <[EMAIL PROTECTED]> schrieb am 19.03.2004, 07:03:15:
> > can't help them. As far as I understand, USB IrDA dongles are seen
> > only as network interface or via ircomm, am I wrong?
> For me it works without problems.
Andrew Zabolotny <[EMAIL PROTECTED]> schrieb am 19.03.2004, 07:03:15:
> can't help them. As far as I understand, USB IrDA dongles are seen
> only as network interface or via ircomm, am I wrong?
For me it works without problems.
modprobe
modprobe ircomm_tty
irattach irda0 -s
and then start minico
On Thu, 18 Mar 2004 19:19:05 +0530 (IST)
"navtez" <[EMAIL PROTECTED]> wrote:
> i have just started work on USB IrDA. the device on whih i m working has
> bulk in end pt: 82 and bulk out end pt: 1.
A bit off-topic: is there a way to work with a USB IrDA dongle like with a
simple serial port (e.g. l
i have just started work on USB IrDA. the device on whih i m working has
bulk in end pt: 82 and bulk out end pt: 1.
i want to know that is there any need to intialize a IrDA (using IOCTL)
or it will work fine just using reading or writing through endpoints ( as
described in usb-skeleton.c by greg