The Artima Developer Community
Sponsored Link

Java Answers Forum
javax.comm ring detected

1 reply on 1 page. Most recent reply: Oct 16, 2004 12:06 PM by Charles Bell

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
chanda

Posts: 11
Nickname: rcss
Registered: Sep, 2004

javax.comm ring detected Posted: Oct 13, 2004 12:05 AM
Reply to this message Reply
Advertisement
I am using javax.comm package to interface my telephone
to my Computer through modem...

I am having internal modem...

Now when I run the program(SimpleRead.java) & if Telephone starts ringing then the program detects that ringing event....& displays message "RINGING"...

Now I want to recognize the digits pressed, of telephone keypad...

Will this package allow me to recognize the digits pressed?....

If not then please tell me another solution...Because digit recognization is the main task of my project...

Some people says that javax.comm package only recognies the ring....nothing more than that.... Is It true?....

If True then suggest me some another way.....

Thanks in advance.....


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: javax.comm ring detected Posted: Oct 16, 2004 12:06 PM
Reply to this message Reply
There are online docs to the javax.comm package at:
http://java.sun.com/products/javacomm/javadocs/javax/comm/package-summary.html

Look at the SerialPortEvent clsss docs and the field RingIndicator and the other fields of that class to see what you can program.

Flat View: This topic has 1 reply on 1 page
Topic: Max Heap Allocation Question Previous Topic   Next Topic Topic: Linking Records to Files on a Server

Sponsored Links



Google
  Web Artima.com   

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