My apologies if the Q was not clear.
But i think IN/OUT are direction attributes of usb endpoint. what i am
interested in knowing is the type i.e. isochronous/interrupt/bulk
etc..

TIA
Navjot Singh


On Mon, 1 Nov 2004 12:03:04 -0800 (PST), Susheel Yadav
<[EMAIL PROTECTED]> wrote:
> Endpoint of type IN is for receiving data, and OUT is
> for sending data. I don't remember off the top of my
> head, but EndPoint class probably has IN/OUT
> parameters. You can iterate through the endpoints, and
> grab the IN and OUT endpoints. If you use UsbSnoopy,
> then it will tell you the id of the endpoints used for
> bulk transfers.
> 
> --- Navjot Singh <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> >
> > I am pretty new to this USB world.  BUt i know
> > little bit of java and linux.
> >
> > __What I Have__
> > 1. Suse Linux 9.0 with kernel 2.4.16
> > 2. USB support compiled in.
> > 3. JSR-80
> > 4. JSR-80 RI for linux.
> > 5. Have been able to traverse and identify my FALCOM
> > GSM modem.
> >
> > __What I Need__
> >
> > Now, i wish to send and retreive data from the
> > device? Which endpoint
> > type should i use? The data for the modem commands
> > will be quite less.
> > At the most i will be sending 180 characters and
> > might be retreiving
> > the same num of charcters?
> >
> > Even if you ask me to RTFM, please point me to where
> > as i couldnt many
> > docs around. Have read the JSR80 specs.
> >
> > TIA
> > Navjot Singh
> >
> >
> >
> -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for
> > FREE
> > LinuxWorld Reader's Choice Award Winner for best
> > database on Linux.
> >
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> > _______________________________________________
> > javax-usb-devel mailing list
> > [EMAIL PROTECTED]
> >
> https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
> >
> 
> 
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
> 
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to