read serial port using servlet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hani
    New Member
    • Mar 2006
    • 4

    read serial port using servlet

    hi, i'm try to do a program that can read serial port in web page. can anyone give me any opinion to do this? i've download the javacomm and try the examples. i'ts working. but it is in java client. someone advise me to use javabean. buat i don't quite understand how. thank you.
  • busyport
    New Member
    • Feb 2007
    • 1

    #2
    Originally posted by hani
    hi, i'm try to do a program that can read serial port in web page. can anyone give me any opinion to do this? i've download the javacomm and try the examples. i'ts working. but it is in java client. someone advise me to use javabean. buat i don't quite understand how. thank you.

    hello........
    I've worked on same kinad of application, Send me the code the one that u said worked well for java client, I'll let u know further details on how to do that for server.......

    Comment

    • horace1
      Recognized Expert Top Contributor
      • Nov 2006
      • 1510

      #3
      Originally posted by busyport
      hello........
      I've worked on same kinad of application, Send me the code the one that u said worked well for java client, I'll let u know further details on how to do that for server.......
      you can download the Java Communications package which can read/write the serial port from
      http://java.sun.com/products/javacomm/

      Comment

      Working...