CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    Java access to serial port



    has anyone accessed serial ports using J/Direct or javacomm API in an applet or an application? please help.




  2. #2
    Join Date
    Apr 1999
    Posts
    1

    Re: Java access to serial port



    Yes, I have used the Java Communications API to talk to a serial port.

    I have used it with both JDK 1.1.7 and JDK 1.2 under Windows 95/98/NT.

    It has worked very well for me. I have a dedicated home automation machine

    that runs 24 hours a day and communicates with a device connected to the

    serial port. I have also used it in conjunction with a Dallas Java iButton

    connected to a parallel port.

  3. #3
    Join Date
    Apr 1999
    Posts
    36

    Re: Java access to serial port



    Can you show me a sample? How did you implement this function?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured