Re: How to log while launching screen

2011-05-26 Thread Michael Parson
On Tue, 24 May 2011, Joy wrote: Hi, I'm using screen as serial console terminal. The command I've used is /usr/bin/screen -h 65536 /dev/cu.usbserial-2026C 115200 It works fine, but I want to capture all I've typed and outputs from it into a file. It looks -L or -l option would make it,

How to log while launching screen

2011-05-25 Thread Joy
Hi, I'm using screen as serial console terminal. The command I've used is /usr/bin/screen -h 65536 /dev/cu.usbserial-2026C 115200 It works fine, but I want to capture all I've typed and outputs from it into a file. It looks -L or -l option would make it, but it doesn't seem to work for m