fix PuTTY link in establish-serial-connection.rst

The link to PuTTY was pointing to putty.org. This domain has no relation to the PuTTY project! Instead, the website run by the actual PuTTY team can be found under https://putty.software , see https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/snps/iotdk/doc/index.rst
This commit is contained in:
emanulato
2025-08-16 15:04:48 +02:00
committed by GitHub
parent 4e036983a7
commit 81974e696d

View File

@@ -282,7 +282,7 @@ Now verify that the serial connection is operational. You can do this using a se
Windows and Linux
^^^^^^^^^^^^^^^^^
In this example, we use `PuTTY SSH Client <https://www.putty.org/>`_ that is available for both Windows and Linux. You can use other serial programs and set communication parameters like below.
In this example, we use `PuTTY SSH Client <https://putty.software/>`_ that is available for both Windows and Linux. You can use other serial programs and set communication parameters like below.
Run terminal and set identified serial port. Baud rate = 115200 (if needed, change this to the default baud rate of the chip in use), data bits = 8, stop bits = 1, and parity = N. Below are example screenshots of setting the port and such transmission parameters (in short described as 115200-8-1-N) on Windows and Linux. Remember to select exactly the same serial port you have identified in steps above.