Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: problem with java communication api for gsm modem port

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with java communication api for gsm modem port

    Hi,every body



    Am using gsm modem in my project previously my linux is 32bit with 32 bit jvm of sun that time there was no problem at the time of working with gsm modem port .But now am using 64bit linux then 32bit files are not supporting to communicate with gsm modem port .How can i get java communication api for unix 64bit ,64bit jvm of sun.please any body help me ...i am searching in sun/oracle also for downloading java communication files of 64bit jvm but i didn't get the link... i need bellow java communication api files.



    ex:1)libLinuxSerialParallel.so

    2)javax.comm.properties

    3)comm.jar

    4)commtest.jar


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: problem with java communication api for gsm modem port

    I'm not aware of another instance where there's a Java 64-bit API and a Java 32-bit API, so I doubt that's the case here. I suspect you're having a hardware/OS issue, so you should check for an updated modem driver for the OS you're using. Start by doing general searches for a modem driver compatible with your OS, then search/post on the OS forums, read the OS Wiki, OS install help topics, OS modem/serial comm troubleshooting guides, etc.

    Good luck!

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: problem with java communication api for gsm modem port

    k thank you GregBrannon.

Similar Threads

  1. Java Speech API and web.. problem getting ideas
    By yugeshshrestha in forum Java Theory & Questions
    Replies: 0
    Last Post: July 7th, 2012, 02:27 AM
  2. Java Speech API problem very beginner
    By yugeshshrestha in forum Java Theory & Questions
    Replies: 3
    Last Post: July 4th, 2012, 12:52 PM
  3. INSTALLING JAVA COMMUNICATION API ON A MAC OS
    By AgentDucky in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: July 1st, 2012, 01:50 PM
  4. Serial Port Stream - AT modem commands
    By praveen.singh18 in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: November 8th, 2011, 01:33 PM
  5. Partial messages problem with Java non-blocking socket communication
    By perl0101 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: July 28th, 2010, 03:38 PM