As a Java serial port communication API, currently I am using RXTX API. But with that API, it seems have some issues (with serial port communication) such as get delay to bind with COM port, lots some characters on device output received etc. Is there any better API for this?
With many articles I have seen Java haven't good support for Serial port communication. In that case for better performance, whether I can implement this serial port communication with C++ or C# and integrate with my Java application? Thanks.