Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
NOTE: The rfcomm command is not available in this command. If required, you can copy the binary to the Edge
Gateway from an AMD64-based system running Ubuntu 16.04 or above.
Serial ports
By default, the LED state of RS-232, RS-422, and RS-485 is OFF. It is only ON when data is being transmitted. The device
nodes are ordered by the port position starting with the left-most port (RS-232).
Table 14. Serial ports
Number Port Type Device node Manufacturer part number
1 RS-232
RS-422
RS-485
COM3 JVE Global
23N6963-10D00B-15G-2.9
http://www.jve.com.cn/
NOTE: This part number
is for reference only and is
subjected to change.
2 RS-232
RS-422
RS-485
COM3 JVE Global
23N6963-10D00B-15G-2.9
http://www.jve.com.cn/
NOTE: This part number
is for reference only and is
subjected to change.
RS-232
Ready-to-use software to control or manage devices are not available from Dell.
To configure the RS-232 port, run the following commands:
1. Set RS232 from the pre-installed DCC application.
$ dcc.cctk -h --serial1
$ dcc.cctk --serial1
$ dcc.cctk --serial1=rs232
2. Set serial port mode.
$ sudo stty -F /dev/ttyXRUSB0 ispeed 115200 ospeed 115200 -echo -onlcr -ixon -ixoff
$ sudo stty -F /dev/ttyXRUSB1 ispeed 115200 ospeed 115200 -echo -onlcr -ixon -ixoff
3. Transfer or receive data between two ports—for example, a wired RS-232 between two serial ports on the device.
$ sudo su
$ echo abcdefg > /dev/ttyXRUSB0
Repeat the command to send data.
4. Receive data from another terminal by ssh from your computer.
$ ssh admin@<IP address of Edge Gateway>
(passwd: admin)
$ sudo su
$ cat /dev/ttyXRUSB1
Verify that the string is received correctly.
RS-422FD\RS-485FD
Ready-to-use software to control or manage devices are not available from Dell.
To configure the RS-422/RS-485 port, run the following commands:
Setting up the operating system
57