rxtx
RXTX x64 and x86
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[详细]
2023-04-05 17:02 分类:问答how to send command to embedded pc connected by serial port
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 ...[详细]
2023-03-26 07:20 分类:问答send CRC command through the serial port using java
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...[详细]
2023-03-25 20:59 分类:问答Java Serial I/O in Windows x64 using JRE x86
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. :)[详细]
2023-03-20 03:37 分类:问答Rxtxcomm error on disconnecting
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.[详细]
2023-03-17 02:06 分类:问答serialport write and read on windows not working
I first tried to use javax.comm to connect to the serial port (COM4). It did not even open the serial port.[详细]
2023-03-14 00:23 分类:问答Prevent RXTX from printing version info
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:[详细]
2023-03-11 07:39 分类:问答RXTX difficulties in Windows
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[详细]
2023-03-02 20:10 分类:问答Which is the best serial port library that can be used on Linux
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[详细]
2023-03-01 19:06 分类:问答inputstream.available() is 0 always
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[详细]
2023-03-01 05:23 分类:问答