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

5 views (last 30 days)
>> mypi=raspi('192.168.1.110','pi','pop',22)
错误使用 raspi (line 176)
The user name or password for 192.168.1.110 is incorrect.

Answers (1)

Walter Roberson
Walter Roberson on 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 Comments
tong wu
tong wu on 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 on 16 May 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

Sign in to comment.

Categories

Find more on Embedded Coder in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!