2013年9月6日 星期五

[JAVA] 來吧!! RXTX 沒再怕的!!

職場初心者, 要跟serial port 通訊真是噩夢~!

過去的~ 就該留下紀錄!!   看看市面上的java 書籍, 大多都是VB 寫的RS232 通訊範例

根據前人(Google 上的文章), 有很多可以參考的

各位看官, 程式碼 在這~ 
https://docs.google.com/file/d/0B1dxd4xZ2_wPbEpiNnZERlBNbk0/edit?usp=sharing
https://docs.google.com/file/d/0B1dxd4xZ2_wPbDFQeUktT2NLR1U/edit?usp=sharing








4 則留言:

  1. 你好 請問是否能有更詳細說明如何正確執行你提供的程式碼呢?

    回覆刪除
  2. sorry for anser the question late.....

    1.open Eclipse
    2.create new java project
    3.create john.comm package
    4.import jar : you can download from --> http://mfizz.com/oss/rxtx-for-java ,the website will help you how to use rxtx.jar
    5.put my code in the package
    6.run it , then have fun :)

    回覆刪除
  3. 請問您?
    我使用的是 jdk1.8.0_181 , jre1.8.0_181
    系統是 Windows 7 64bit

    請幫忙指導!! 謝謝您!

    我用您的程式做參考, 出現了以下的訊息


    Exception in thread "main" java.lang.Error: Unresolved compilation problem:

    at AccessUI.main(AccessUI.java:45)

    回覆刪除
    回覆
    1. 我的環境 : win8 java version "1.8.0_131"

      程式在這
      https://drive.google.com/file/d/1xdKMWx-DiEAXVyndlPG4PCRhdnYr0K99/view?usp=sharing

      請問 你的電腦 COM PORT 有開嗎?
      另外 有下載 http://rxtx.qbang.org/wiki/index.php/Download
      相關的JAR 嗎?

      刪除