
Winterland
KPrintF on the Amiga is used to print debug messages. By default it will output to SER: in 9600 baud. (There is also DKPrintF which will output to PAR:).
To grab this output when running an application under FS-UAE, you can do the following:
serial_port = /some/file/somewhere
socat pty,raw,echo=0,link=/some/file/somewhere -,raw,echo=0