Intel logo

Finding your port on a system with Windows

  1. Find the port for your board called “Intel Edison Virtual Com Port” in Windows Device Manager.

    Windows Device Manager

    It is not “USB Serial Port”.

    And it will not be COM1 and COM2 which are usually reserved for hardware serial ports.

  2. Select your COM port in the Arduino IDE.

    Arduino IDE COM Port Selection

  3. Now the bottom right should match the COM port number of the Intel Edison Virtual Com Port (COM#) from the Device Manager.

    COM Port Verification

  4. Once you have selected your port, continue to upload the sketch to your board.