Serial Terminal For Windows

Serial Terminal For Windows Average ratng: 3,8/5 4751 reviews

Requirements

You have assembled your Arduino* expansion board or your mini breakout expansion board, installed the appropriate drivers, and flashed the OS image (formerly called firmware).

Termite: a simple RS232 terminal. Such as USB-to-serial cables. Since Microsoft Windows has drivers pre-installed for USB devices simulating a serial port, it is a. Terminal emulators are used to access the command-line interface. A good terminal emulator for Windows will be customizable both in its utility and aesthetics, offer lots of functionality and integrate well with Windows.

Set Up PuTTY

  1. Download the PuTTY terminal emulator: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe.
  2. Apply a right mouse-click on the putty.exe file and select Run as administrator.
  3. Configure the PuTTY menu as follows:
    1. Under Connection type, select Serial.
    2. In the Serial line field, enter the COM# for your board, such as COM7.
      Note: If you did not identify your COM# when setting up your board, navigate to the Device Manager and check for an entry called USB Serial Port (not Intel Edison Virtual Com Port). The COM# is displayed next to the USB Serial Port entry, as highlighted below.

    3. In the Speed field, type 115200.
  4. Click Open.
  5. When you see a blank screen, press the Enter key twice. A login prompt is displayed.
  6. At the login prompt, type root and press Enter.
  7. Press Enter when prompted for a password. You should see a terminal prompt.

You have now established a serial communication with your board. You can interact with your board by entering common Linux commands. For a summary of useful commands, see Common commands for the IntelĀ® Edison board.

For more complete information about compiler optimizations, see our Optimization Notice.