Download Print this page
Moxa Technologies NPort 5100 Series Tech Note

Moxa Technologies NPort 5100 Series Tech Note

Real tty driver for nport
Hide thumbs Also See for NPort 5100 Series:

Advertisement

Quick Links

Moxa Tech Note
Fixed TTY Driver for NPort
This Tech Note applies to the following NPort device server models:
NPort DE-211
NPort DE-311
NPort DE-311M
NPort 5100 series
NPort 5200 series
NPort 5400 series
NPort 5600 series
NPort IA5150
NPort IA5250
NPort 6000 series
NPort W2150
NPort W2150 Plus
NPort W2250
NPort W2250 Plus
All of these products support the following UNIX operating systems:
SCO UNIX
SCO OpenServer 5
SCO OpenServer 6
UnixWare 7
Solaris 10
QNX4.25
QNX6
FreeBSD 5.x
FreeBSD 6
Copyright © 2008 Moxa Inc.
About Moxa
Moxa manufactures one of the world's leading brands of device networking solutions. Products include serial
boards, USB-to-serial hubs, media converters, device servers, embedded computers, Ethernet I/O products,
terminal servers, Modbus gateways, industrial switches, and Ethernet-to-fiber converters. Our products are key
components of many networking applications, including industrial automation, manufacturing, POS, and medical
treatment facilities.
How to Contact Moxa
Tel:
1-714-528-6777
Fax:
1-714-528-6778
This document was produced by the Moxa Technical Writing Center (TWC). Please send your comments or
suggestions about this or other Moxa documents to twc@moxa.com.
Web: www.moxa.com
Email: info@moxa.com
Fixed TTY Driver for NPort
Moxa Technical Support Team
support@moxa.com
Released on July 15, 2008

Advertisement

loading

Summary of Contents for Moxa Technologies NPort 5100 Series

  • Page 1 Moxa Technical Support Team support@moxa.com This Tech Note applies to the following NPort device server models: NPort DE-211 • NPort DE-311 • NPort DE-311M • NPort 5100 series • NPort 5200 series • NPort 5400 series • NPort 5600 series • NPort IA5150 •...
  • Page 2 Moxa Tech Note Fixed TTY Driver for NPort What is the Fixed TTY Driver for NPort? After installing the fixed TTY driver on your UNIX machine, a UNIX TTY device can be redirected to an NPort serial port. In other words, a device attached to the NPort can be treated as a local TTY device on the UNIX PC.
  • Page 3 Moxa Tech Note Fixed TTY Driver for NPort Use the following commands to extract the source files: # tar xvf moxattyd.tar # cd /usr/etc/moxattyd Follow your operating system's instructions for compiling and linking the source files: QNX4 # make qnx4 QNX6 # make qnx6 SCO OpenServer 6...
  • Page 4 Moxa Tech Note Fixed TTY Driver for NPort Testing Fixed TTY Ports After installing the Fixed TTY driver as described above, enter the following command to verify that a TTY port is available: # sty –a < /dev/ttyp1 If the system responds with some serial parameter(s), the TTY port is available and can be accessed by other programs.