ESP32: (unidirectional) RS422 component?

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
MJU20
Posts: 244
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 50 times

ESP32: (unidirectional) RS422 component?

Post 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).

chipfryer27
Valued Contributor
Posts: 1146
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 284 times
Been thanked: 412 times

Re: ESP32: (unidirectional) RS422 component?

Post by chipfryer27 »

Hi

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

Regards

MJU20
Posts: 244
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 50 times

Re: ESP32: (unidirectional) RS422 component?

Post 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

Post Reply