Java Serial Communication on Windows

后端 未结 5 1815
有刺的猬
有刺的猬 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:26

    I've written an open-source Java library because none of the existing ones fit my needs (outdated, closed-source, hard to modify, un-maintained, ...).

    It's called JSerial, it's MIT-licensed, and you can learn more here: https://github.com/thibautd/JSerial !

    Currently only supports Windows, but I have plans for supporting Linux. You can easily modify the native part with the latest Visual Studio if you need.

提交回复
热议问题