文章标签 ‘RXTX’
Java串口通信RXTX RXTX是个提供串口和并口通信的开源java类库,由该项目发布的文档均遵循LGPL协议。该项目的主页位于 http://users.frii.com/jarvi/rxtx/index.html。 RXTX项目提供了Windows,Linux,Mac os X,Solaris操作系统下的兼容javax.comm串口通讯包API的实现,为其他研发人员在此类系统下研发串口应用提供了相当的方便。 这里是他的WIKI主页 http://rxtx.qbang.org/wiki/index.php/Main_Page 下载 http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip 在WINDOWS上安装 http://rxtx.qbang.org/wiki/index.php/Installation_on_MS-Windows 使用RXTX Examples * Two way communcation with the serial port * Event based two way Communication * Parallel Communications * Discovering comm ports * Discovering available comm ports * Writing “Hello World” to a USB to serial converter 在eclipse里如何使用RXTX呢? This is how I [...]
分类: IT技术
