How to Set up RS422 Serial Connection

How to Set up RS422 Serial Connection

1. Physical Connection Setup

Hardware Requirements

  1. MOXA Uport 1150 device
  2. Serial cable
  3. RobustOS PRO device with RS422 interface

Pinout Connections

Connect the following pins between your devices:
  1. T+ → RX1+
  2. T- → RX1-
  3. R+ (D+) → TX1+
  4. R- (D-) → TX1-
  5. GND → GND
Note: Always verify the pinout diagram with your specific device's documentation as pin assignments may vary between manufacturers.

2. Gateway Configuration

Web UI Configuration

1. Navigate to Interface → Serial Port → COM1
2. Configure the following parameters:
  1. Serial Port Application settings
  2. Server port settings
  3. Enable the port

LED Indicator Setup

1. Navigate to Services → Advanced
2. Set USR1 LED Type to COM1
  1. This configures the LED to indicate serial data activity

3. Verification and Testing

Physical Connection Verification

  1. Check all cable connections are secure
  2. Verify ground connection is properly established
  3. Inspect for any bent pins or damaged connectors

Communication Testing

1. Monitor USR1 LED
  1. Should flash when data is transmitted/received
2. Use terminal software to send test data
3. Verify data reception on receiving device

    • Related Articles

    • How to Set up Ping Detection

      Why Ping Detection is Critical Ping detection serves as an essential keep-alive mechanism for your RCMS (Remote Cloud Monitoring Solution) connectivity. This feature: Actively monitors real-time connectivity to the RCMS platform Identifies network ...
    • How to Set up Remote Device Access with RobustVPN

      This guide explains how to configure remote access to devices (like web interfaces) through RobustVPN. Prerequisites RCMS account Robustel Gateway with RCMS connection Device with web interface in router's LAN PC for remote access Configuration Steps ...
    • How to Set up Bidirectional SMS Integration with Telegram

      This guide describes how to set up bidirectional SMS integration with Telegram on a RobustOS Pro device. After setup, you'll be able to: Receive device SMS messages in your Telegram chat Send SMS from Telegram using simple commands Prerequisites ...
    • How to Set up Python Scripts with Crontab

      Note: This method is applicable to all EG Series/RobustOS Pro devices Author: Eldar Mustafin 1. Creating a Python Script First, create your Python script with proper logging and error handling. Here's a template: #!/usr/bin/env python3 import logging ...
    • How to Set NTP via Command Line

      Understanding the Configuration Structure First, it's helpful to understand how to access the complete configuration structure: 1. You can download the XML configuration from: Web UI → System → Profile → XML Configuration File → Generate → Download ...