ESP8266 UART

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(以“== 概述 == UART0: U0TXD, U0RXD, MTDO(U0RTS), MTCK(U0CTS) UART1: GPIO2(U1TXD) Downloading: U0TXD+U0RXD or GPIO2+U0RXD Communicating: UART0: U0TXD, U0RXD, MT...”为内容创建页面)

2015年10月15日 (四) 12:52的版本

概述

UART0: U0TXD, U0RXD, MTDO(U0RTS), MTCK(U0CTS)

UART1: GPIO2(U1TXD)


Downloading: U0TXD+U0RXD or GPIO2+U0RXD

Communicating: UART0: U0TXD, U0RXD, MTDO(U0RTS), MTCK(U0CTS)

Debugging: UART1_TXD (GPIO2) can be used to print debugging information.


By default, UART0 will output some printed information when the device is powered on and is booting up. If this issue exerts influence on some specific applications, users can exchange the inner pins of UART when initializing, that is to say, exchange U0TXD, U0RXD with U0RTS, U0CTS



个人工具
名字空间

变换
操作
导航
工具箱