hi, I start a Windows virtual machine with the `-serial mon:stdio` option (to avoid an unfortunate Ctrl-C from my terminal).
I can see “test” appear in my Linux terminal when I send the string to COM1: (`echo test >> COM1:`) from my guest. how can I send data to COM1: guest from my Linux terminal (or with another method) ? regards, lacsaP.
