The Artima Developer Community
Sponsored Link

Java Answers Forum
Help!! Can I send command to Modem?

1 reply on 1 page. Most recent reply: Oct 24, 2005 11:59 PM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Carlos Rincon

Posts: 1
Nickname: crincon
Registered: Oct, 2005

Help!! Can I send command to Modem? Posted: Oct 24, 2005 5:57 PM
Reply to this message Reply
Advertisement
Can anybody tell my how can I send command to Modem using java? I am developing a desktop application using JDK 5, I know there a COMM api I can download from SUN, but I can do it with that API? how? I know modem is asocciate to a serial port, but not a physical serial port, but logical, so I don't sure it work...

Thanks a lot in advance.


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Help!! Can I send command to Modem? Posted: Oct 24, 2005 11:59 PM
Reply to this message Reply
> Can anybody tell my how can I send command to Modem using
> java? I am developing a desktop application using JDK 5,

I'm assuming you mean jdk 1.5 (which is the development
environment for Java 5.

> know there a COMM api I can download from SUN, but I can
> do it with that API? how? I know modem is asocciate to a
> serial port, but not a physical serial port, but logical,
> so I don't sure it work...

Last time I was looking for an API to toy with a barcode
scanner, I ran a couple of Google's and found that there
are some libraries that can support communication between
a Java Application and Serial Ports (I'm assuming that this
would probably do the trick), some where open source others
were commercial. Google: Java Serial Ports or Java Barcode
Scanners Serial Ports. I know that you are not interested
in Barcode Scanners, but that's what led me to the results
involving Serial Ports.

Good luck

Flat View: This topic has 1 reply on 1 page
Topic: Jpanel and Jframe Previous Topic   Next Topic Topic: Help me about code!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use