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

5 Ansichten (letzte 30 Tage)
tong wu
tong wu am 2 Apr. 2016
Kommentiert: Shadi Alhaj am 16 Mai 2016
>> mypi=raspi('192.168.1.110','pi','pop',22)
错误使用 raspi (line 176)
The user name or password for 192.168.1.110 is incorrect.

Antworten (1)

Walter Roberson
Walter Roberson am 2 Apr. 2016
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 Kommentare
tong wu
tong wu am 3 Apr. 2016
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 am 16 Mai 2016
Hi there, I ve got the same problem here!! connection refused despite being able to ssh to the pi using terminal!! any solution? thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Embedded Coder finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by