フィルターのクリア

When I connect to raspberry pi 3, I got this error. What is meaning?

3 ビュー (過去 30 日間)
tong wu
tong wu 2016 年 4 月 2 日
コメント済み: Shadi Alhaj 2016 年 5 月 16 日
>> mypi=raspi('192.168.1.110','pi','pop',22)
错误使用 raspi (line 176)
The user name or password for 192.168.1.110 is incorrect.

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 4 月 2 日
You are asking to connect with username 'pi' and password 'pop', which your raspberry believes is not correct.
Note: you are also asking to pass an additional parameter "22", but the meaning of that additional parameter is not defined for raspi()
  4 件のコメント
tong wu
tong wu 2016 年 4 月 3 日
If i remove port, I get another error
>> mypi=raspi('192.168.1.110','pi','pop') 错误使用 raspi (line 169) Cannot establish a TCP/IP connection to the board with device address "192.168.1.110".
原因: 错误使用 raspi (line 165) Cannot create a communication link with the remote server. Please check the input arguments(ADDRESS and PORT) and make sure the server is running. Additional Information: Connection refused.
Shadi Alhaj
Shadi Alhaj 2016 年 5 月 16 日
Hi there, I ve got the same problem here!! connection refused despite being able to ssh to the pi using terminal!! any solution? thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEmbedded Coder についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by