Questions tagged [javax.comm]

javax.comm is the Java Communications API. This API allows Java to access serial and parallel ports, and perhipherals attached to serial and parallel ports, including smartcards, modems, and fax machines. This API predates the JCP, so it doesn't have a JSR.

For more information about the Java Communications API, visit Oracle's page.

{{stub}}

82 questions
0
votes
2 answers

cannot find symbol in net beans

i am having code which is using javax.comm lib file,i am getting error saying cannot find symbol.i want to know where exactly my jar file should be?i using windows xp and net beans ide
Ishan
  • 4,008
  • 32
  • 90
  • 153
0
votes
1 answer

Javax.comm error

I am trying to write an Android app where I can read from a COMM port. I am following this tutorial: http://www.java-samples.com/showtutorial.php?tutorialid=11 So, I changed it a bit and took out the main method and replaced it with an OnCreate from…
0
votes
1 answer

java.comm consequtive messages to serial port

I would like to get some help with this: I want to communicate with a serial device with Java and I have started to play a little bit with java.comm package. My device should be responding to my messages and I don't know how to achieve this. After…
GGBB
  • 1
  • 1
0
votes
2 answers

get com port on which usb modem is connected in java

how to get the com ports on which usb edge modem is connected in java program. neeed quick help. kindly tell me which library to use to get com.. except javax.comm. I tried it but failed. I didnt find way to install it properly its showing me error…
m_kiani
  • 197
  • 4
  • 11
0
votes
1 answer

javax.comm in JDK 1.4.2

I've come across a legacy project which uses Java 1.4.2. The project contains references to javax.comm for serial port communications. I'm now trying to run this on java 7, and find that javax.comm is not included as part of the JDK. What I can't…
jasg
  • 182
  • 2
  • 10
0
votes
2 answers

Alternate locations for javax.comm.properties in Windows

I'm building a program that needs to be installed on Windows machines for which I do not have write access to %JAVA_HOME%/lib. Is there anywhere else I can move javax.comm.properties to other than %JAVA_HOME%/lib? According to the Java COM API…
mjh2007
  • 776
  • 1
  • 8
  • 17
-1
votes
1 answer

Java javax.comm syncronous read

I have this code to write and read to COM port. import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.TooManyListenersException; import javax.comm.CommPortIdentifier; import…
Tobia
  • 9,165
  • 28
  • 114
  • 219
1 2 3 4 5
6