Some content fixes
All checks were successful
Build and push latest / publish (push) Successful in 46s

This commit is contained in:
Erki 2024-10-02 08:54:51 +03:00
parent 5b710dde7a
commit 3f773a416f
3 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
---
title: "Title"
title: "Embedding C++"
date: 2023-07-16T11:31:41+03:00
draft: false
---
This is the blog of a random Estonian systems engineer, AKA Rusted Skull or Skull132.
This is the blog of a random Estonian systems engineer, AKA Rusted Skull or Skull132, on the topics of embedded systems,
embedded programming, C, and C++ development.
You can find clustered series down below.

View File

@ -1,5 +1,5 @@
---
title: "STM32 For Beginners: setup"
title: "STM32 For Beginners [1]: setup"
date: 2024-09-26T00:36:00+03:00
draft: false
summary: "..."

View File

@ -1,5 +1,5 @@
---
title: "STM32 For Beginners: printing"
title: "STM32 For Beginners [2]: printing"
date: 2024-09-26T00:36:00+03:00
draft: false
summary: "..."
@ -71,8 +71,8 @@ the green play button:
Now with that, we've got our microcontroller sending data to our PC via UART. The next question is: how do we
pick that data up and read it? For that, we need a piece of software capable of reading a virtual COM port (VCP).
On Windows, Linux, and MacOS, probably one of the most common software for this purpose is [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html](PuTTY).
If you're more commandline inclined and on Linux or MacOS, you may also be interested in [https://wiki.emacinc.com/wiki/Getting_Started_With_Minicom](minicom).
On Windows, Linux, and MacOS, probably one of the most common software for this purpose is [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html).
If you're more commandline inclined and on Linux or MacOS, you may also be interested in [minicom](https://wiki.emacinc.com/wiki/Getting_Started_With_Minicom).
### PuTTY