User Tools

Site Tools


module:micropython:esp32uartpcuc:esp32uartpcuc

This is an old revision of the document!


MicroPython: Esp32UartPCUC

Übersicht

Version

Beschreibung

Ausgabe MicroPython-Terminal Esp32CheckUart.py

 

Main-Program: Esp32CheckUart.py

 

Library-Module: Uart.py

 

Library-Module: Thread.py

 

Library-Module: Lines.py

 

Library-Module: Define.py

#
ID_UART0     =  0
PIN_UART0_TX =  1 # USB
PIN_UART0_RX =  3 # USB
#
ID_UART1     =  1
PIN_UART1_RX = 25 #  9 - not usable 
PIN_UART1_TX = 26 # 10 - not usable 
#
ID_UART2     =  2
PIN_UART2_RX = 16
PIN_UART2_TX = 17
#

Entwicklung

211221 : Basis

module/micropython/esp32uartpcuc/esp32uartpcuc.1640077982.txt.gz · Last modified: 2021/12/21 11:13 (external edit)