USB program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reli Tal

    USB program

    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
  • John

    #2
    Re: USB program

    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]


    Comment

    • Merrill

      #3
      Re: USB program

      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]


      Comment

      • hiwa

        #4
        Re: USB program

        "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.

        Comment

        • winslave

          #5
          Re: USB program



          BTW I typed "java usb interface" into google.


          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

          Working...