Java Serial Communication on Windows

后端 未结 5 1813
有刺的猬
有刺的猬 2020-12-01 07:46

I\'ve been looking around for a Java API that can communicate with serial devices on Windows/Win32 but many of the APIs I\'ve checked out are either for Linux, too outdated,

5条回答
  •  日久生厌
    2020-12-01 08:17

    I've been using PureJavaComm for the last five years or so. It's actively maintained, and is a pure Java (via JNA) implementation. RXTX has let me down because of a lack of maintenance and numerous subtle problems.

提交回复
热议问题