Where can I get to download Java comm api?

后端 未结 5 1308
后悔当初
后悔当初 2020-12-16 04:06

I want to write some programs using Java comm api. I am not able to find site/page from which I can download this API. Can anyone please tell me where can I get this API?

5条回答
  •  执念已碎
    2020-12-16 04:21

    I would recommend RXTX. It doesn't use the javax.comm package, but it follows the same API, with a little extra.

提交回复
热议问题