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

5 visualizaciones (últimos 30 días)
tong wu
tong wu el 2 de Abr. de 2016
Comentada: Shadi Alhaj el 16 de Mayo de 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.

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Abr. de 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 comentarios
tong wu
tong wu el 3 de Abr. de 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 el 16 de Mayo de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Embedded Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by