File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments