Despite its speed, the async serial engine can still drop characters at higher data rates. This is noticeable in, e.g., the zmodem object, where line speeds greater than approx 38.4kbps aren't usable because of dropped data.
Implement some sort of optional buffering mechanism.
Despite its speed, the async serial engine can still drop characters at higher data rates. This is noticeable in, e.g., the zmodem object, where line speeds greater than approx 38.4kbps aren't usable because of dropped data. Implement some sort of optional buffering mechanism.