Use two NXP-IMX93 custom board and use dupont cable connect to each other , DUT 's UART_B_TX (Pin5) to Server's UART_B_RX (Pin6) , DUT 's UART_B_RTS# (Pin7) to Server's UART_B_CTS# (Pin8)
open minicom on DUT board with hardware flow control enbaled and echo "ABCD" > /dev/ttyLP6 on another server module , but we could not able to get data
while trying to send data from DUT to server through UART , we could not able to send data ,
Please suggest me any fix the solve the issue?
You could refer to the DTS below:
Using command:
stty -F /dev/ttyLPx crtscts to turn it on.
And then echo and cat command.
Good reference: