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

조회 수: 5 (최근 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 CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by