Other Parts Discussed in Thread: SN65HVD1781A-Q1, , AWR1843
Is RS 485 communication supported?
I am trying to communicate using SN65HVD1781A-Q1. Which PORT of AWR1843AOP should I enter?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is RS 485 communication supported?
I am trying to communicate using SN65HVD1781A-Q1. Which PORT of AWR1843AOP should I enter?
Hi,
The RS485 protocol is not a supported communication interface on the AWR1843AOP.
Regards,
Kaushik
Connect the signal from the RS 485 communication IC to the UART port of AWR1843AOP and check if communication is not possible.
Although RS-485 communication is not supported directly in AWR1843AOP,
Isn't it possible to use it using the SN65HVD1781A-Q1 IC as shown in the picture above?
Hi Kaushik,
Please let me know about Do-hyun's question above. They are waiting for your answer.
Regards,
Hi,
You can use this part with AWR1843/AOP connecting with AWR1843 UART lines.
I see there is additional DIR line, if you need one-directional communication then fix this DIR/DE line using HW pull up/down, else for Rx/Tx both flow, you need to connect DIR/DE line with AWR1843 GPIO and drive that high/low from AWR1843 Application based on Read or write action.
.
Regards,
Jitendra
Thank you for answer.
The DE and RE pins must be allocated among the AWR1843AOP pins. Please recommend a pin that supports the 'Auto Toggle function / Auto Direction Control function'.
Hi,
There is no automatic way to toggle DE/RE pin in AWR1843AOP, as originally AWR1843 device support basic UART not the way with SN65HVD1781A-Q1.
Although to make SN65HVD1781A-Q1 work with AWR1843AoP on bi-directional, you need to write software to control DE/RE line by connecting that to AWR1843 GPIO line and drive it from software. It can not be done in 'Auto Toggle mode'.
.
In mmWave SDK, you will find the GPIO driver and test application for your reference to toggle GPIO high/low that you can implement in your application to control SN65HVD1781A-Q1 direction.
.
Regards,
Jitendra
Thank you for answer.
In conclusion, the answer is that compatibility is possible by converting the RS-485 signal coming from outside into the UART of AWR1843AOP using SN65HVD1781A-Q1, right? (Settings for DE and RE pins are configured by software)