It is possible to connect with any SECO Android 11 board using adb console.

What is ADB

From Android Developer Documentation site:

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.

ADB client component is available for Windows, Linux and MacOS. There are many tutorials on Internet that explain how to use this simple, but powerful tool.

HOW TO connect ADB

Android 11 system for SECO board offers two different possibilities for opening an ADB console on the system:

Connecting ADB via USB-OTG cable

It is possible to open an ADB console on Android 11 SECO board in a really simple way:

Connecting ADB over Air

If you are not in proximity of the Android 11 device, or you prefer not to use a USB cable attached to the device, it is possible to use a network connection to access the ADB console on device.