How to SSH into Raspberry Pi over UART serail console cable?

0
=
0
+
0
No specific Bitcoin Bounty has been announced by author. Still, anyone could send Bitcoin Tips to those who provide a good answer.
0

Let's say I do not want (or cannot) use WiFi or Ethernet. However, I am connected to my RPi3 over UART serail cable. Is there any way to establish an SSH connection (or any other TCP/IP based connection) to Raspberry Pi from Windows 7 PC? Thanks!

fsdfsdf

1 Answer

1
=
0
=
$0
Internet users could send Bitcoin Tips to you if they like your answer!

You need to establish a network connection using PPP protocol. After that, just SSH using the IP address that was assigned while establishing a PPP connection.

Here are some links describing the process in more details, mostly on Raspberry Pi side:

Here is how to configure PPP connection at your Windows PC:

How to create a Windows script to automatically add PPP connection and connect it right away with one click - for that, you might need to create a PowerShell script or CMD script using the info from the following links:

SEND BITCOIN TIPS
1

Too many commands? Learning new syntax?

FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.

Boost your productivity with FavScripts.com!

Post Answer