Page 1
UNO-2160 Celeron-400 Universal Network Controller with PC/104 extension User Manual...
Page 2
C&T is a trademark of Chips and Technologies, Inc. All other product names or trademarks are properties of their respective owners. Support For more information on this and other Advantech products, please visit our websites at: http://www.advantech.com For technical support and service, please visit our support website at: http://www.advantech.com/support/...
Page 3
Product Warranty Advantech warrants to you, the original purchaser, that each of its prod- ucts will be free from defects in materials and workmanship for one year from the date of purchase. This warranty does not apply to any products that have been repaired or...
Page 6
System I/O Address and Interrupt Assignment.... 22 Table A.1: UNO-2160 System I/O Ports ...... 22 Board Connectors and Jumpers........24 Figure A.1:UNO-2160 conn. and jp. locations (fs) ..24 Figure A.2:UNO-2160 conn. and jp. locations (bs)..24 RS-232 Standard Serial Port (COM1~COM2) ....26 RS-232/422/485 Serial Port (COM3~COM4) ....
Page 7
Overview This chapter provides an overview of UNO-2160’s specifications. Sections include: • Introduction • Hardware specification • Safety precautions • Chassis dimensions...
Chapter 1 Overview 1.1 Introduction UNO-2160 is an embedded Application Ready Platform (ARP) that can shorten your development time and offers rich networking interfaces to fulfill extensive needs in different projects. Advantech’s Universal Net- work Controller is designed to be a total solution for network enabled Application Ready Platforms.
Caution! Always ground yourself to remove any static electric charge before touching UNO-2160. Mod- ern electronic devices are very sensitive to static electric charges. Use a grounding wrist strap at all times. Place all electronic components on a static-dissipative surface or in a static-shielded bag.
Chapter 2 Hardware Functionality 2.1 Introduction The following two figures show the connectors on UNO-2160. The fol- lowing sections give you detailed information about function of each peripheral. Figure 2.1: Front panel of UNO-2160 Figure 2.2: Rear panel of UNO-2160 2.2 RS-232 Interface (COM1~COM2)
Advantech UNO-2160 comes with TI16C550 UARTs containing 16 bytes FIFOs. 2.3.2 RS-422/485 detection In RS-422/485 mode, UNO-2160 automatically detects signals to match RS-422 or RS-485 networks. (No jumper change required) 2.3.3 Automatic Data Flow Control Function for RS-485 In RS-485 mode, UNO-2160 automatically detects the direction of incoming data and switches its transmission direction accordingly.
To select between RS-422/485 and RS-232 for COM4, adjust JP5. Jumper setting for RS-422/485 interface: (Default setting). (JP4 and JP5) Figure 2.3: RS-422/485 jumper setting Jumper setting for RS-232 interface: (JP4 and JP5) Figure 2.4: RS-232 jumper setting UNO-2160 User Manual...
2.3.6 RS-485 Auto Flow Control Mode and RS-422 Mas- ter/Slave Mode Selection You can set the “Auto Flow Control” mode of RS-485 or “Master/Slave” mode of RS-422 by using the SW3 DIP switch for each RS-422/485 port. In RS-485, if the switch is set to “Auto”, the driver automatically senses the direction of the data flow and switches the direction of transmission.
Speed x 8* Speed x 1 (default) * To increase the normal baud rates by eight times, (e.g. if 115.2K bps is set, the baud rate will be increased to 921.6K bps), set switch 2 of SW2 to “on”. UNO-2160 User Manual...
2.6 PS/2 Keyboard and Mouse Connector The UNO-2160 provides a PS/2 keyboard and PS/2 mouse connector. A 6-pin mini-DIN connector is located on the rear panel of the UNO-2160. The UNO-2160 comes with an adapter to convert from the 6-pin mini- DIN connector to two 6-pin mini-DIN connectors for PS/2 keyboard and PS/2 mouse connection.
/ 1024 x 768 @ 16bpp resolution and up to 32 MB shared memory. The VGA interface is reserved for system testing and debugging. The UNO-2160's JP8 is a 6-pin mini connector and CN7 is a 15-pin connector for a VGA monitor. A VGA cable is attached to convert from a 6-pin mini connector to standard VGA connector.
Page 23
Initial Setup This chapter introduces how to initial- ize the UNO-2160. Sections include: • Introduction • Inserting a CompactFlash™ Card • Chassis Grounding • Conneting Power • Connecting a Hard Disk • BIOS Setup and System Assignments...
The procedure for installing a CompactFlash™ card into the UNO-2160 is detailed below, please follow these steps carefully. Remove the power cord. Unscrew the four screws from the rear panel of the UNO-2160. Remove the rear panel. Plug a CompactFlash card with your OS and application program into a CompactFlash card slot on board.
Closed - Connects system power ground and chassis ground. (default) 3.3 Connecting Power Connect the UNO-2160 to a 9~36 VDC power source. The power source can either be from a power adapter or an in-house power source. 3.4 Installing a Hard Disk The procedure for installing a hard disk into the UNO-2160 is below.
A.2 Board Connectors and Jumpers There are several connectors and jumpers on the UNO-2160 board. The following sections tell you how to configure the UNO-2160 hardware setting. Figure A-1 and Figure A-2 show the locations of UNO-2160’s connectors and jumpers.
Page 31
Table A.3: UNO-2160 Connectors and Jumpers Label Function Phoenix power connector Ethernet port 1 Ethernet port 2 COM1 RS-232 serial port COM2 RS-232 serial port CN15 COM3 RS-232/422/485 serial port CN16 COM4 RS-232/422/485 serial port USB connector PS/2 keyboard and mouse connector...
A.6 Phoenix Power Connector (PWR) Table A.7: Power connector pin assignments 10/100Base-T Signal Name +9~36VDC A.7 PS/2 Keyboard and Mouse Connector Table A.8: Keyboard and Mouse connector pin assignments Signal Name KB DATA MS DATA KB Clock MS Clock UNO-2160 User Manual...
A.8 USB Connector (USB1~USB2) Table A.9: USB connector pin assignments Signal Name Cable Color DATA+ White DATA- Green Black A.9 VGA Display Connector Table A.10: Table A-9: VGA adaptor cable pin assignment Signal Name Green Blue H-SYNC V-SYNC Appendix A...
After data entry, your program must refresh the watchdog timer by rewriting the I/O port 443 (hex) while simultaneously setting it. When you want to disable the watchdog timer, your program should read I/O port 443 (hex). UNO-2160 User Manual...
Page 39
The following example shows how you might program the watchdog timer in BASIC: 10 REM Watchdog timer example program 20 OUT &H443, data REM Start and restart the watchdog 30 GOSUB 1000 REM Your application task #1, 40 OUT &H443, data REM Reset the timer 50 GOSUB 2000 REM Your application task #2, 60 OUT &H443, data REM Reset the timer 70 X=INP (&H443) REM, Disable the watchdog timer...
Need help?
Do you have a question about the UNO-2160 and is the answer not in the manual?
Questions and answers