我嘗試運行使用XBee API的示例。XbeeException:找不到端口:/dev/tty.usbserial-A6005uPi
當我執行在Eclipse中的程序,我得到這個錯誤:
Stable Library
=========================================
Native lib Version = RXTX-2.2pre2
Java lib Version = RXTX-2.1-7
WARNING: RXTX Version mismatch
Jar version = RXTX-2.1-7
native lib Version = RXTX-2.2pre2
[2015-12-01 08:56:35,652] [main] [ERROR] [com.rapplogic.xbee.examples.ApiAtExample] at command failed
com.rapplogic.xbee.api.XBeeException: Could not find port: /dev/tty.usbserial-A6005uPi
at com.rapplogic.xbee.SerialPortConnection.openSerialPort(SerialPortConnection.java:94)
at com.rapplogic.xbee.SerialPortConnection.openSerialPort(SerialPortConnection.java:61)
at com.rapplogic.xbee.api.XBee.open(XBee.java:132)
at com.rapplogic.xbee.examples.ApiAtExample.<init>(ApiAtExample.java:53)
at com.rapplogic.xbee.examples.ApiAtExample.main(ApiAtExample.java:76)
請,有人可以解釋這個錯誤是什麼意思?有人可以幫我找到解決辦法嗎?
感謝提前:)
非常感謝:) USB串行的名稱是:ttyUSB0所以我在程序中更改它,但是當我運行時,我獲得相同的錯誤:無法找到端口:/ dev/ttyUSB0。 – Sam