From 81974e696dca06473bc385daaed5f8457860398f Mon Sep 17 00:00:00 2001 From: emanulato Date: Sat, 16 Aug 2025 15:04:48 +0200 Subject: [PATCH] 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 --- docs/en/get-started/establish-serial-connection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/establish-serial-connection.rst b/docs/en/get-started/establish-serial-connection.rst index 235ebd863f..3171ede33c 100644 --- a/docs/en/get-started/establish-serial-connection.rst +++ b/docs/en/get-started/establish-serial-connection.rst @@ -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 `_ 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 `_ 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.