Skip to content

Commit d73fce6

Browse files
mcmchrislucarin91
andauthored
Update content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent 5ad4970 commit d73fce6

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual

1 file changed

+1
-1
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ While the `Bridge` library is what you use in your code, the Router is the traff
845845
The Router manages the physical connection between the two processors. It is important to know which hardware resources are claimed by the Router to avoid conflicts in your own applications.
846846

847847
* **Linux Side (MPU):** The router claims the serial device `/dev/ttyHS1`.
848-
* **MCU Side (STM32):** The router claims the hardware serial port `Serial`.
848+
* **MCU Side (STM32):** The router claims the hardware serial port `Serial1`.
849849

850850
> **⚠️ WARNING: Reserved Resources**
851851
> Do not attempt to open `/dev/ttyHS1` (on Linux) or `Serial1` (on Arduino/Zephyr) in your own code. These interfaces are exclusively locked by the `arduino-router` service. Attempting to access them directly will cause the Bridge to fail.

0 commit comments

Comments
 (0)