This guide explains how to connect GrowSpace UWB devices (Anchor, Listener, Tag) to a PC using the Tera Term program for serial communication.
Users can follow the step-by-step instructions to install the necessary tools, establish a connection, and prepare for command input and data reception.

Requirements

To begin serial communication, please prepare the following:

Installing Tera Term

Tera Term is a widely used free terminal emulator for serial communication. It is essential for sending commands to and receiving data from UWB devices.

1. Download the installer from the official GitHub page:
https://github.com/TeraTermProject/teraterm/releases (Recommended: version 5.4.0 or later)

2. Run the .exe file and complete the installation process.

Installing USB Driver (Required)

To enable proper communication between the PC and UWB device via USB, the CP210x USB to UART Bridge driver must be installed.
If not installed, the COM port may not be recognized, or communication may be unstable.

Connecting the Device

1. C to USB 케이블로 리스너, 앵커, 태그 중 연결할 장치를 PC에 연결합니다.

2. Launch Tera Term, then select the appropriate COM port from the Serial connection list.

Click [OK] to establish the connection.

For Personnel Tags and Asset Tags
After connecting via USB, make sure to turn on the power using the physical button.
These tags require an internal battery and do not operate solely with USB power.

Serial Port Settings

From the Tera Term menu, go to [Setup] → [Serial Port] and configure as follows:

SettingValue
Baud rate115200
Data8 bit
ParityNone
Stop bit1 bit
Flow controlNone

GrowSpace devices are designed to operate at 115200 bps.
Using incorrect values may result in unreadable data or command errors.

After applying the settings, click [OK] to save.

Terminal Line Feed Settings

To ensure correct transmission and reception of commands:

  1. Go to [Setup] → [Terminal] in the Tera Term menu
  2. Set the line feed settings as follows:
CategorySetting
ReceiveCR
TransmitCR

Incorrect line feed settings may cause commands to be ignored or prevent responses from appearing.

Verifying Command Mode

To check if the device is properly connected:

At this point, you’ve successfully entered command mode, and you can now send commands to check device status or receive location data.

Conclusion

While serial connection may seem unfamiliar at first, it’s actually quite straightforward once the settings are configured properly.
If you encounter any issues during the process, feel free to reach out for assistance.

In the next guide, we’ll walk you through sending commands and receiving real-time location data from GrowSpace devices.