[quote:e879cb908e]I did not configure serial in my program; that goes "automatic" in the background by my chosen options/compiler (I think). [/quote:e879cb908e]
The communications are set automatic : baud rate, parity, etc. but only when you use $crystal and $baud.
The HW UART is only buffered by 1 byte. The CLEAR Serialxxxxx is intended to clear the input or output buffer when you use buffered serial communication. But in order to use that, you must use CONFIG SERIALIN/SERIALOUT.
↧