Configure Serial Connection

In a standalone setup, regardless of how the DevKit obtains an IP address, it is essential for the developer to establish a connection via the serial interface. This ensures continuous access to the DevKit, allowing the developer to perform necessary tasks even if the network connection is lost.

Depends on the operating system of the developer’s computer, there are different ways to connect to the DevKit via the serial interface.

../../../_images/serial-connection.png

Make sure the Operation Mode Switch, Run/Program Switch are set according to the diagram above then power on the DevKit. Use the included serial cable to connect the DevKit to your computer:

  • One end connects to the DevKit’s serial port. Make sure the triangle sign on the flat connector aligns with the left most pin on the DevKit.

  • The other end connects to the computer’s USB Type-A port, use a USB Hub if necessary.

For any terminal software, set the following parameters when connecting to the DevKit:

  • Baud rate: 115200

  • 8 data bits

  • No parity

  • 1 stop bit

  • Set hardware flow control to No/OFF.

Once prompted to log in to the serial port console, use the default username sima and password edgeai. After establishing the serial connection, proceed to configure the DevKit’s network by following the Configure DevKit’s Network settings.