screen /dev/ttyUSB0 9600windows
# /dev/ttyUSB0 的一個usb轉serial port的設備, 具體是什麼, 一個在內核日誌中能夠看到spa
# 9600 波特率, 與對端同樣就能夠日誌
固然還有其餘的一些打開窗口的選項terminal
screen 的選項it
-L tells screen to turn on automatic output logging for the windows.console
配置grub bootloader的串口配置配置
serial --unit=0 --speed=9600
terminal --timeout=5 serial consoleim
title CentOS (2.6.32)
root (hd0,0)
kernel ... console=tty0 console=ttyS0,9600
initrd ...loader