Top "Rxtx" questions

RXTX is a Java library, using a native implementation (via JNI), providing serial and parallel communication for the Java Development Toolkit (JDK).

How to access USB ports in java

I'm trying to write a java application that accesses the usb ports to read from and write to a device …

java usb rxtx
Java InputStream blocking read

According to the java api, the InputStream.read() is described as: If no byte is available because the end of …

java blocking inputstream rxtx java-io
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path

I am trying to use the 64 bit rxtx serial communication library (downloaded from cloudhopper) with 64bit windows 7 and eclipse. I …

java rxtx
How to add rxtxSerial in java.library.path?

I am developing an application in Java using Eclipse IDE. My os is Ubuntu 11. My application is using the RXTX …

java eclipse ubuntu rxtx
Stable alternative to RXTX

After using RXTX for a number of different projects, I've come across many annoying discrepancies and issues that can only …

java serial-port rxtx
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver

Fedora using right now (package is installed Package rxtx-2.2-0.5.20100211.fc15.i686 already installed and latest version ). I have used/…

java fedora rxtx
How to send command to serial port (JAVA + RXTX)

I have a problem with sending data input to a weight balance. I need to send a ESC P CR …

java serial-port communication rxtx
Cannot program ESP8266

Blue led is blinking after powering up the module, the red one stays on, I can even connect to it …

arduino wifi rxtx arduino-ide esp8266
Serial Communication between Java RXTX and Arduino

I'm trying to communicate between my PC (Windows 7 using Netbeans and RXTX) with an Arduino Pro, using the serial port. …

java serial-port arduino rxtx
Issues receiving in RXTX

I've been using RXTX for about a year now, without too many problems. I just started a new program to …

java serial-port rxtx