I\'ve a software where I use RXTXcomm.jar on an applet java and inside applet I\'m communicating with port serial, so, I need to communicate and it works with 2 versions, x86 and x64, but RXTXcomm.jar
i want to send commands to to an embadded pc whihch connected to my pc through serial port ... here is the code that i use ...
is there anyway to send CRC command through serial port from one PC to another one using Java! here is the code to connect to the port and open it...
I have a Java application running on Windows 7 64-bit, but running on a 32-bit version of JRE. I need this application to communicate with a serial com port, and apparently I need a little help. :)
I am working with a COM port . I successfully opens the COM port and do 开发者_如何学Call the work. While closing the COM port a crash happens.
I first tried to use javax.comm to connect to the serial port (COM4). It did not even open the serial port.
I am using RXTX 2.1-7 on windows, and I have one issue. Whenever I run a program using the RXTX library开发者_JAVA百科, the following generic versioning info gets printed:
Good morning, I have a Java program, orderPrinter, that communic开发者_如何学运维ates to POS printer via USB-to-serial communication.I installed the RXTX and javax.comm libraries as per the instructi
I want to know the best library to use for serial port communication in Java. I have tried rxtx 1.4 which uses comm.jar, but I ran into some issues. When I test the installation using SampleDemo the p
I have no idea of what is happening to my code. i am getting no errors and no response as well. I am writing the data to the serialport and waiting for the response by activatingport.notifyOnDataAvail