Hardware UART Invert #2393
-
Hey guys is it possible to use the UART inversion for hardware uart? I read that this isn't supported for SoftwareSerial, but nothing mentioned in the UART section. |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Aug 31, 2024
Replies: 1 comment 7 replies
-
See #1443 . The HW UART doesn't do inversion. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please give #2395 a try, @Kinqdos . I did a quick output test using a
pulseview
to check and it does seem to be inverting as expected with "idle" being LOW, not HIGH.