No mouse, no keyboard, no monitor, no network, only control the Raspberry Pi via serial connection

Source: Internet
Author: User

Prepare
    • Raspberry Pi Development Board ( Click here to purchase ) (has been brushed into the official Raspbian system )
    • USB to Serial board ( click here to buy )
    • DuPont Line (4 root)
Connection
串口板   树莓派--------------------VCC      +5V(非必须)RX       TXD(GPIO15)TX       RXD(GPIO14)GND      Ground

     Raspberry Pi pin Map (40PIN Gpio For example, 26PIN Gpio compatible)

  

serial terminal software Installation and connection

[Ubuntu Linux Environment]

1. Installationckermit

sudo Install Ckermit

2. Edit the configuration file: vi ~/.kermrc , write the following content

Set line/dev/115200set carrier-watch offset handshake noneset flow-   Filefile5 

3. Start the connection

    • Plug the USB 串口板 into your computer's USB port and start the Raspberry Pi
    • 用sudo kermit命令Open Kermit
    • Input c , hit enter, you should see some output information when the Raspberry Pi starts
    • Start up, enter your username and password to control the Raspberry Pi.

4. Disconnect the connection

    • Enter shortcut key: CTRL \ , then press again c , can exit to Kermit interface
    • Re-enter to c connect to Raspberry Pi
    • Enter exit to exit Kermit
[under the Windows environment]

Windows can directly use the system's own HyperTerminal software or download Putty, select a COM port, and then set the baud rate of 115200, you can connect to the Raspberry Pi.

Reference:http://www.cnblogs.com/ma6174/archive/2013/04/23/3038626.html

No mouse, no keyboard, no monitor, no network, only control the Raspberry Pi via serial connection

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.