I connect my UART port on EXT board ,and it can send message out to my pc,but devterm uart can’t receive any message from pc.
echo devterm > /dev/ttyS0 ;send from devterm ,works
cat /dev/ttyS0 ; receive message form pc,can't work
please help me