Can't download javax.comm

拥有回忆 提交于 2019-12-25 14:11:58

问题


I'm making a Java ECG Software which needs to be able to communicate with an ECG through serial communication. However, the java API javax.comm is nowhere to be found. I have searched Oracle but there's no download link whatsoever.

Does anyone know where I can find the API?

I don't care if it's for Linux(Ubuntu) or OS X. I found an old API for windows (which is no longer supported) but it did not work on my 64 bit windows machine.


回答1:


You can find it with this search : https://www.google.com/search?q=%22comm.jar%22+Index+of However it's probably the same old version you already have.




回答2:


It's been a while since I worked with it (for a credit card scanner/signature pad). I remember using rxtx, though I don't remember if I also used an oracle download. I believe the rxtx implementation was sufficient. Just be aware that mixing 32 bit linux libs with 64 bit linux jvms is a no-no. At a minimum, you'd need a recompile or the linking/loading process of the lib will fail.

http://rxtx.qbang.org/wiki/index.php/Main_Page



来源:https://stackoverflow.com/questions/8762097/cant-download-javax-comm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!