If the buffer contains pure text with linefeeds, you could use a TStringlist.Text and writeln the individual lines to console, should work on all platforms...Regards Benny
This seems to work on Windows. Give it a try and see if it works on Linux: ..