Skip to content

Commit ca777b5

Browse files
authored
Create README.md
1 parent 968ef05 commit ca777b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Tools/SerialCom/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Communication over Serial Port
2+
3+
>[!NOTE]
4+
> Serial Communication 📞 is very usefull and generic.\
5+
> it can transmit over several protocols and interfaces:\
6+
> mainly:
7+
>
8+
> - usb
9+
> - rs232/485
10+
> - bluetooth
11+
> - wifi / ethernet
12+
>
13+
> We'll use standard serial and serial over bluetooth (SPP) in this context.
14+
>
15+
16+
## Serial Software
17+
18+
For proprietary OSes I do not use, **PuTTy** is a good candidate because it handels **Serial** and **ssh**.\
19+
On Android I've tested **Serial/Bluetooth/Wifi Monitor**.\
20+
There are many candidates for Linux and we'll be using **screen** and **picocom**.
21+
22+
>[!TIP]
23+
> We will use ***python-serial*** a lot, because it will help us to treat data as well.

0 commit comments

Comments
 (0)