Applet prob....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Fortier

    Applet prob....

    Hi all,

    I wanna know how to program an Applet that use a serial port to access
    data....I'va made a Java application that does it and it work fine(with
    javax.comm) but the applet always give me errors.

    So, an exemple will be very appreciated or an url for a good documentation
    too.....


    thx in advance,

    Daniel


  • Silvio Bierman

    #2
    Re: Applet prob....


    "Daniel Fortier" <fortier.daniel @sympatico.ca> wrote in message
    news:3jMWb.7950 $lK.579291@news 20.bellglobal.c om...[color=blue]
    > Hi all,
    >
    > I wanna know how to program an Applet that use a serial port to access
    > data....I'va made a Java application that does it and it work fine(with
    > javax.comm) but the applet always give me errors.
    >
    > So, an exemple will be very appreciated or an url for a good[/color]
    documentation[color=blue]
    > too.....
    >
    >
    > thx in advance,
    >
    > Daniel
    >
    >[/color]

    Applets are by default not allowed to do such things. Only signing the
    applet can help you there. Applets are a pain anyway...

    Silvio Bierman


    Comment

    Working...