If you manage to find one, please post its location here. I am interested in
this functionality also.
-jp
"Reli Tal" <w5040c@motorol a.com> wrote in message
news:opr5sp6rfe i3hjga@news.mot .com...[color=blue]
> I need to write a PC program to interface with an external device over
> USB. Is there a lib
> for USB, any pointers are appreciated.
>
> Reli[/color]
Since interfacing with a device is operating system specific, my guess is
that you're going to have to find the operating system API that communicate
with the USB port, and write a JNI (Java Native Interface) wrapper around
them.
Merrill
"John" <jpapejr@bellso uth.net> wrote in message
news:0m3bc.5126 $ym1.530@bignew s6.bellsouth.ne t...[color=blue]
> If you manage to find one, please post its location here. I am interested[/color]
in[color=blue]
> this functionality also.
> -jp
>
> "Reli Tal" <w5040c@motorol a.com> wrote in message
> news:opr5sp6rfe i3hjga@news.mot .com...[color=green]
> > I need to write a PC program to interface with an external device over
> > USB. Is there a lib
> > for USB, any pointers are appreciated.
> >
> > Reli[/color]
>
>[/color]
"Merrill" <mhigginson1@so cal.rr.com> wrote in message news:<Qvgbc.343 18$Lq4.3614@twi ster.socal.rr.c om>...[color=blue]
> Since interfacing with a device is operating system specific, my guess is
> that you're going to have to find the operating system API that communicate
> with the USB port, and write a JNI (Java Native Interface) wrapper around
> them.
>
> Merrill
>
> "John" <jpapejr@bellso uth.net> wrote in message
> news:0m3bc.5126 $ym1.530@bignew s6.bellsouth.ne t...[color=green]
> > If you manage to find one, please post its location here. I am interested[/color]
> in[color=green]
> > this functionality also.
> > -jp
> >
> > "Reli Tal" <w5040c@motorol a.com> wrote in message
> > news:opr5sp6rfe i3hjga@news.mot .com...[color=darkred]
> > > I need to write a PC program to interface with an external device over
> > > USB. Is there a lib
> > > for USB, any pointers are appreciated.
> > >
> > > Reli[/color]
> >
> >[/color][/color]
There's a Java USB API. If you do google, you'll find it.
Reli Tal <w5040c@motorol a.com> wrote in message news:<opr5sp6rf ei3hjga@news.mo t.com>...[color=blue]
> I need to write a PC program to interface with an external device over
> USB. Is there a lib
> for USB, any pointers are appreciated.
>
> Reli[/color]
Comment