5 Configuring System

This chapter introduces how to configure system.

5.1 Finding Device IP

Finding Device IP

5.2 Remote Login

Remote Login

5.3 Configuring Wi-Fi

Configuring Wi-Fi

5.4 Configuring Ethernet IP

Configuring Ethernet IP

5.5 Configuring Bluetooth

Configuring Bluetooth

5.6 Configuring Buzzer

Configuring Buzzer

5.7 Configuring RTC

Configuring RTC

5.8 Configuring Serial Port

This chapter introduces the configuration method of RS232 and RS485.

5.8.1 Installing picocom tool

In the Linux environment, you can use the picocom tool to debug the serial ports RS232 and RS485.

Execute the following command to install the picocom tool.

sudo apt-get install picocom

5.8.2 Configuring RS232

ED-HMI3020-101C contains 1 RS232 port, and its corresponding COM port and device file are detailed in the following table.

Number of RS232 PortsCorresponding COM PortCorresponding Device File
1COM1/dev/com1

Preparation:

The RS232 port of ED-HMI3020-101C has been connected with external device.

Steps:

  1. Execute the following command to open the serial port com1, and configure the serial port baud rate to 115200.
picocom -b 114200 /dev/com1
  1. Input commands as needed to control external device.

5.8.3 Configuring RS485

ED-HMI3020-101C contains 1 RS485 port, and its corresponding COM port and device file are detailed in the following table.

Number of RS485 PortsCorresponding COM PortCorresponding Device File
1COM2/dev/com2

Preparation:

The RS485 port of ED-HMI3020-101C has been connected with external device.

Steps:

  1. Execute the following command to open the serial port com2, and configure the serial port baud rate to 115200.
picocom -b 115200 /dev/com2
  1. Input commands as needed to control external devices.

5.9 Configuring Audio

Configuring Audio

5.10 Configuring SSD (optional)

Configuring SSD