2013年1月15日 星期二

Use putty as terminal emulator on CentOS6 with USB-Serial adapter

1.     sudo yum install putty
2.     Save session information
        session connection type: Serial
        Serial line: /dev/ttyUSB0
        Speed: 19200
        Connection->Serial->Flow control=None
3.     (Optional) normal user need be "dialout" group member
        sudo usermod -a -G dialout USER_NAME