i.MX6 UART full-duplex mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6 UART full-duplex mode

1,070 Views
kamilbystryk
Contributor III

I have problem with UART on I.MX6. I use Android 5.0.2, but i think trouble is in Linux kernel.

Serial port works in half-duplex mode, in additional driver wait ~50-100ms after end of receive data and then starts  transmission. I must eliminate this delay, best is change port configuration to full-duplex mode.

Labels (3)
Tags (2)
0 Kudos
Reply
1 Reply

739 Views
art
NXP Employee
NXP Employee

Actually, from the hardware point of view, UART is the full duplex device by its nature, so, nothing special should be done to "switch" it to full duplex. Another point is how the upper level software controls data transmission and reception. So, this optimization is completely software-dependent.


Have a great day,
Artur

0 Kudos
Reply