On Fri, Jul 11, 2025 at 06:20:50AM +0000, Emmanuel Dreyfus wrote: > This actually output "ollow world!" on the serial line. How does the > "he" turns into a "o"? Is there a header to add, or some control characters > to insert?
Another test, outputing "hello world!\r\nxx" (two x) and then "HELLO WORLD!\r\nX" (one X) The display is (mind the leading space) ELLO WORLD! Xx It seems to be a terminal configuration problem: the only explanation I can think of is that it goes home on each output. The leading space is probably caused by later console output. -- Emmanuel Dreyfus m...@netbsd.org