Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UART2 problem #4

Open
baggior opened this issue Feb 6, 2018 · 1 comment
Open

UART2 problem #4

baggior opened this issue Feb 6, 2018 · 1 comment
Labels
Projects

Comments

@baggior
Copy link
Owner

baggior commented Feb 6, 2018

only the first message is correctly sent via UART2
the others are garbled

bug of esp idf uart drivers and then in the arduino framework
espressif/arduino-esp32#991

workaround on idf not in arduino framework
espressif/esp-idf@4052803

@baggior baggior created this issue from a note in board (To Do) Feb 6, 2018
@baggior baggior added the bug label Feb 6, 2018
@JacoFourie
Copy link

JacoFourie commented Feb 25, 2018

Hi. I am using all 3 UARTs. One for debug and 1 for comms with a motor controller and the other one I want to use to communicate with a VSD. 2 work 100% but on UART1 I will see data not show correctly at random. It will not send all the data all the time on that UART. So UART0 and UART2 works 100% but UART1 that is mapped to pin 4 and 15 will drop data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
board
  
To Do
Development

No branches or pull requests

2 participants