Some content fixes
All checks were successful
Build and push latest / publish (push) Successful in 46s
All checks were successful
Build and push latest / publish (push) Successful in 46s
This commit is contained in:
parent
5b710dde7a
commit
3f773a416f
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "Title"
|
title: "Embedding C++"
|
||||||
date: 2023-07-16T11:31:41+03:00
|
date: 2023-07-16T11:31:41+03:00
|
||||||
draft: false
|
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.
|
You can find clustered series down below.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "STM32 For Beginners: setup"
|
title: "STM32 For Beginners [1]: setup"
|
||||||
date: 2024-09-26T00:36:00+03:00
|
date: 2024-09-26T00:36:00+03:00
|
||||||
draft: false
|
draft: false
|
||||||
summary: "..."
|
summary: "..."
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "STM32 For Beginners: printing"
|
title: "STM32 For Beginners [2]: printing"
|
||||||
date: 2024-09-26T00:36:00+03:00
|
date: 2024-09-26T00:36:00+03:00
|
||||||
draft: false
|
draft: false
|
||||||
summary: "..."
|
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
|
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).
|
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).
|
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 [https://wiki.emacinc.com/wiki/Getting_Started_With_Minicom](minicom).
|
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
|
### PuTTY
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user