java environment/setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cleary1981
    New Member
    • Jun 2008
    • 178

    java environment/setup

    Hi,

    Its been a few years since I did any java development and it was at uni where I just used what was there. Can anyone recomend what I should use. I have to develop a realtime system that reads information from a port.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You will want to bookmark this page.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      If your talking about serial ports you also will want to look at this site.

      kind regards,

      Jos

      Comment

      • cleary1981
        New Member
        • Jun 2008
        • 178

        #4
        Im using a datalogger that connects via USB. The software that came with it can process the data and send the output to a virtual port. COM6 in my case.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by cleary1981
          Im using a datalogger that connects via USB. The software that came with it can process the data and send the output to a virtual port. COM6 in my case.
          If your COM6 port behaves as if it were an ordinary serial port that rxtx package
          can handle it.

          kind regards,

          Jos

          Comment

          Working...