python:micropython:comserie

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
python:micropython:comserie [2021/07/19 20:03] – [MicroPython - Communication série] philpython:micropython:comserie [2023/06/04 15:54] – [3.1 Bus I2C] phil
Ligne 1: Ligne 1:
 +[[:python:micropython:accueil|{{ :iconemaison.jpg?nolink&30|Sommaire MicroPython, CircuitPython}}]]
 +
 +===== MicroPython - Communication série =====
 +{{ :micropython:logomicropython.png?nolink&120|}}
 +
 +[Mise à jour le : 4/6/2023] <color #ff7f27>En cours de rédaction</color>
 +  * **Ressources**
 +    * <html><a href="https://micropython.org/" target="_blank">MicroPython.org</a></html>
 +    * <html><a href="https://docs.micropython.org/en/latest/index.html#" target="_blank">MicroPython documentation</a></html>
 +    * <html><a href="https://docs.micropython.org/en/latest/library/machine.UART.html" target="_blank">classe UART – bus de communication série duplex</a></html>
 +    * <html><a href="https://thonny.org/" target="_blank">IDE Thonny</a></html>
 +
 +==== 1. Présentation ====
 +
 +==== 2 Communication synchrone ====
 +
 +==== 3. Communication asynchrone ====