I want to capture every single byte of the serial port, ttyS0(or com1) of my Linux (Fedora 12) box . I wonder if anybody knows about a good tool for it. Regards
Am Mittwoch, 16. Februar 2011, 13:43:11 schrieb ali hagigat:
I want to capture every single byte of the serial port, ttyS0(or com1) of my Linux (Fedora 12) box . I wonder if anybody knows about a good tool for it.
cu, minicom, picocom. lots of others, too.
Regards, Patrick
On Wed, Feb 16, 2011 at 3:43 PM, ali hagigat hagigatali@gmail.com wrote:
I want to capture every single byte of the serial port, ttyS0(or com1) of my Linux (Fedora 12) box . I wonder if anybody knows about a good tool for it. Regards
cat /dev/ttyS0 >xyz.bin
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot