Hi all,
when you are working with uart transmission, which is the time that you configure between transmitting two consecutive characters? Which is the minimum time allowed for the hardware? Because if you transmit two characters with a time period too short between them, it doesn't work.
Thanks in advance.
some chips (LPC2478 for example) can generate an interrupt when the transmit buffer has room for data, to keep the transmit shift register utilized.