Page 1 of 1

ESP32: (unidirectional) RS422 component?

Posted: Sun Jan 28, 2024 11:07 pm
by MJU20
Is it possible to make (unidirectional) RS422 component for the ESP32?
It seems that this is possible via one of the three UART controllers?

https://docs.espressif.com/projects/esp ... /uart.html

I just want to use the ESP to receive RS422 messages (not send them).

Re: ESP32: (unidirectional) RS422 component?

Posted: Mon Jan 29, 2024 5:28 am
by chipfryer27
Hi

Could you just simply set "Use Tx" to "No" thereby freeing up the pin?

Regards

Re: ESP32: (unidirectional) RS422 component?

Posted: Thu Feb 15, 2024 5:06 pm
by MJU20
chipfryer27 wrote:
Mon Jan 29, 2024 5:28 am
Hi

Could you just simply set "Use Tx" to "No" thereby freeing up the pin?

Regards
Nice suggestion! Thanks