SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

Add ability to customize stop/parity bits for UART #586

Closed tkremeyer closed 6 years ago

tkremeyer commented 6 years ago

As far as I know, currently there is no possibility to customize the stop bit count and parity bit type for UART communication. In esp/uart.h it is only possible to set a custom baud rate. Since a lot of projects (as my DMX project) require 1.5 or 2 stopbits and/or parity bits, customizing this value would enable those projects to use esp-open-rtos.