M502 Evaluation Kit User Guide

Size: px
Start display at page:

Download "M502 Evaluation Kit User Guide"

Transcription

1 M0 Evaluation Kit User Guide Overview M0 is an ARM9-based Linux ready System on Module. The M0 is equipped with an ATMEL AT9SAM9G0 SoC and features: Front View RTC M-0 Layout Rear View CN mm x pins header. ARM96EJ-S ARM Thumb Processor with 00MHz, Memory Management Unit. -KByte Data Cache and -KByte Instruction Cache. 6MB SDRAM, 8MB NAND Flash, MB DataFlash. One 0/00 Mbps Ethernet with MAC/PHY and transformer. Two USB.0 full speed ( Mbps) Host Ports, One USB client port 6. Multimedia Card Interface for SD memory card 7. Four UARTs with hardware and software flow control 8. On board Real Time Clock with Lithium battery 9. IC bus 0. Programmable Digital I/O Port. 8-bit external local bus interface. Serial Peripheral Interface (SPI) Ports. Linux.6.9 OS JP Internal use SD bus 8-bit Local Bus IS bus Φ mm (M) Debug Port JP JTAG Port CON JP/JP Internal use Function Block Diagram ARM9 NAND Flash SDRAM Battery RTC/WD CN mm x pins header USB Client x USB Host x UART x CN mm x pins header Linux.6.9 OS is pre-installed in the flash disk of M0 and many powerful utility programs are also included. GNU C/C++ tool chain are shipped with M0 in CD. Therefore, M0 is ready to drop in your design to save your time in software porting and hardware debug. IC bus SPI bus Data Flash GPIO GPIO PHY LAN Coil RS- Serial Console

2 M0 Hardware Specifications SoC: ATMEL AT9SAM9G0 CPU: ARM96EJ-S ARM Thumb Processor with Memory Management Unit (MMU) Clock: 00MHz SDRAM: 6MB Flash: 8MB NAND Flash and MB Data Flash Ethernet: 0/00 Mbps with MAC/PHY and Transformer PHY: DAVCOM DM96 Transformer:. KV isolation Signal: ETX0+, ETX0-, ERX0+, ERX- USB Host: USB.0 full speed (Mbps) Host x Signal: UDataA+, UDataA-, UDataB+, UDataB- USB Device: DDP (data+), DDM (data-), UDIO (I/O) UART: Four Universal Asynchronous Receiver and Transmitter Data Bits: to 9 bits Parity: None, Even, Odd, Mark, Space Stop:,., bits Baud Rate: Up to 9.6 Kbps Flow Control: RTS/CTS, XON/XOFF, None RS8 Driver Control Signal (RTS0~RTS) Signal Level: CMOS/.V compatible COM: TXD0, RXD0, RTS0, CTS0 (Software configurable RS-/8 mode) COM: TXD, RXD, RTS, CTS, DCD, DTR, DSR (Software configurable RS-/8 mode) COM: TXD, RXD, RTS, CTS (Software configurable RS-/8 mode) COM: TXD, RXD, RTS, CTS (Software configurable RS-/8 mode) Inter-IC Bus: (IC Bus) Compatible with standard two-wire serial memory interface Supported Devices: (built-in) Real Time Clock: ST MT8 (option:ricoh RSC7A) Watchdog Timer: ST MT8 Backup battery: Lithium Battery (BR V 8mAh) GPIO controller: NXP PCA99 ( GPIO) Signal: TWD, TWDK IS (internal IC Sound): Transmitter: TSCK, TWS, TSD Receiver: RSCK, RWS, RSD Supported Device: Audio codec TI TLV0AIC Serial Peripheral Interface: (SPI) Two chip Selects with external decoder Three wires signals: MISO, MOSI and SPCK clock Signal: MISO, MOSI, SPCK, CS, CS Supported Device: ATMEL Dataflash Multimedia Card Interface Compatible with SD memory card Specification.0 Signal: MCCDA, MCCK, MCDA0, MCDA, MCDA, MCDA Programmable DIO ( I/O Controller NXP PCA99) General Purpose I/O can be programmable as digital input or output Signal Level: CMOS/TTL Compatible Input: Low level: -0.V min +0.9V max High level: +.V min +.V max Output: Low level: +0.V 8mA High level: +.8V 8mA Signal: I/O_0 to I/O_ Note: PIO to PIO are reserved for RS-//8 interface selection for serial ports to. Please contact Artila if you want to use PIO to PIO. External Bus Interface: 8-bit data bus Signal: D0~D7 8-bit address bus Signal: A0~A7 Chip Selection Signal: NCS0/NCS/NCS6 Signal Level: CMOS/.V Predefine Pins: Reset Button (CN, pin#, RST#), input Buzzer (CN, pin#7, BUZR), output System ready LED (CN, pin#8, RDY_LED), output LAN activity LED (CN, pin#, ACT_LED), output DIP_SW0, DIP_SW, input Debug Port: JP Serial Console: RS- TX/RX Signal: DTXD_, DRXD_ JTAG: For low level debug Signal: NTRST, TDI, TMS, TCK, TDO Power: Input:.0 to.6vdc (.V nominal) Consumption:.W

3 OS: Linux.6.9 Boot Loader: U-Boot.. File System: JFFS, EXT/EXT, VFAT/FAT, NFS Protocol Stacks: IPV, ICMP, ARP, DHCP, NTP, TCP, UDP, FTP, Telnet, HTTP, PPP, PPPoE, CHAP, PAP, SMTP, SNMP V/V, SSL, SSH / Utilities: Bash: Shell Command Tinylogin: Login and user manager utility Telnet: Telnet client program Busybox: Linux utility collection FTP: FTP client program Daemon pppd: Dial In/out over serial port and PPPoE snmpd: SNMP agent program telnetd: Telnet server program inetd: TCP server program ftpd: FTP server program boa: Web server program sshd: secured shell server iptables: Firewall service manager armd: Artila manager daemon Tool Chain for Windows/Linux GCC: C/C++ PC cross compiler GLIBC: POSIX Library Standard Device Drivers: ttys0: serial console port (AT9SAM9G0 debug port) ttys~ttys: serial ports (AT9SAM9G0 UART0~UART) gpio: General Purpose I/O ( Controller NXP PCA99) mmc: SD/MMC: rtc: Real Time Clock (ST mt8) sda: USB flash memory disk ttyacm: USB Modem ttyusb: USB RS- adaptor spi: spi bus Default Setting Default IP Address: Netmask:...0 ssh Login: root Password: root Telnet Login: guest Password: guest Terminal type: VT00 M0 Software Specifications I/O Devices Control M-0 uses standard I/O device control to access following devices:. Ethernet: eth0. Serial Ports: ttys, ttys, ttys,ttys. Serial Console Port: ttys0. Real time clock: rtc0. USB Flash Disk: sda, sda, sdb, sdb 6. SD memory Card: mmc0 7. USB WLAN dongle: wlan0 8. USB Serial Cable: ttyusb0, ttyusb 9. SPI bus: spi0, spi Remark: Remember to include the matrix0.h header file in your program. Please refer to the example program included in the M-0 SDK CD to demo the RS-//8 mode configuration of serial port configuration. File System Matrix 0 uses ubi file system for the built-in flash memory disk. The files system is stored at NAND flash memory. Mount External Disk To mount the USB Flash Disk and SD memory card, use following commands after the disk are installed properly. To mount USB disk mount /mnt/sda or mount /mnt/sda or mount /mnt/sdb or mount /mnt/sdb To find out the device name of the USB disk, you can use dmesg grep sd And to mount SD memory card mount /mnt/mmc Web Page Directory The web pages are placed at /usr/www and the /etc/lighttpd.conf contains the lighttpd web server settings. The home page name should be index.html Welcome Message The welcome message Artila can be modified by editing the / etc/motd file. Manager Utility Software The Manager Utility software, manager.jar is a java program and is used to discovered the Matrix 0 in the network if the IP address is forgotten. It can be run at any OS where java run time is available. To install the java run time platform at your computer, please visit and download the Java Standard Edition (JSE). Once the Matrix 00 is found, you can click the Telnet Console to configure the Matrix 00 Note: Please refer to the software guide for the software operation!!

4 Pin Assignment and Definition Function CPU SoM SoM CPU Function CN (Addr Bus) A0 D0 (Data Bus) (Addr Bus) A D (Data Bus) (Addr Bus) A 6 D (Data Bus) (Addr Bus) A 7 8 D (Data Bus) (Addr Bus) A 9 0 D (Data Bus) (Addr Bus) A D (Data Bus) (Addr Bus) A6 D6 (Data Bus) (Addr Bus) A7 6 D7 (Data Bus) (Write Enable) NWE NWR0 7 8 NRD (Read Enable) (USB-Device-) DDM DDM 9 0 CS NCS (Chip Select) (Chip Select) NCS6 CS6 CS0 NCS0 (Chip Select) (USB-Device+) DDP DDP IRQ0 (Interrupt 0) (Console TXD) DTXD_ 6 DRXD- (Console RXD) VCC 7 8 CN

5 Pin Assignment and Definition Function CPU SoM SoM CPU Function CN (COM) CTS DSR (COM) (COM) RTS RXD (COM) (COM) TXD 6 CTS (COM) (COM) RTS 7 8 TXD (COM) (COM) RXD 9 0 RTS (COM) (COM) CTS DIP_SW PB (DIP_SW) (DIP_SW) PB DIP_SW PIO6 I/O_6 (GPIO) (GPIO) I/O_7 PIO7 6 PIO8 PC/PCK0 (GPIO) (GPIO) I/O_9 PIO9 7 8 PIO0 I/O_0 (GPIO) (GPIO) I/O_ PIO 9 0 PIO I/O_ (GPIO) (GPIO) I/O_ PIO PIO I/O_ (GPIO) (GPIO) I/O_ PIO PIO6 I/O_6 (GPIO) (GPIO) I/O_7 PIO7 6 PIO8 I/O_8 (GPIO) (USB B+) HDPB UdataB+ 7 8 UdataB- HDMB (USB B-) (USB A-) HDMA UdataA- 9 0 UdataA+ HDPA (USB A+) (GPIO) I/O_9 PIO9 PIO0 I/O_0 (GPIO) (GPIO) I/O_ PIO VCC PWROK (System Reset) (Reset Btn) BTNRST# 6 UDIO (USB-Device I/O) (Buzzer) PA6 BUZR 7 8 PC6 (System Ready LED) (IS transmitter) TF0 TWS 9 0 TSCK TK (IS transmitter) (IS transmitter) TD0 TSD RSD RD (IS receiver) (IS receiver) RK0 RSCK RWS RF (IS receiver) VCC 9 0 VCC CN

6 Pin Assignment and Definition Function CPU SoM SoM CPU Function CN VCC VCC 6 (LAN) ERX0-7 8 ERX0+ (LAN) (LAN) ETX0-9 0 ETX0+ (LAN) (LAN LED) ACTLED# MISO (SPI) (SPI) MOSI SPCK (SPI) (SPI) NPCS0 6 NPCS (SPI) (SD) MCCK 7 8 MCCDA (SD) (SD) MCDA0 9 0 MCDA (SD) (SD) MCDA MCDA (SD) (Card Detect) SDCD SDWP (SD Write Protect) (IC) TWD 6 TWCK (IC) (GPIO) I/O_ PIO 7 8 PIO I/O_ (GPIO) (GPIO) I/O_ PIO 9 0 PIO I/O_ (GPIO) (GPIO) I/O_6 PIO6 PIO7 I/O_7 (GPIO) (GPIO) I/O_8 PIO8 PIO9 I/O_9 (GPIO) (GPIO) I/O_0 PIO0 6 PIO I/O_ (GPIO) (GPIO) I/O_ PIO 7 8 PIO I/O_ (GPIO) (GPIO) I/O_ PIO 9 0 PIO PC (GPIO) (GPIO) I/O_0 PIO0 PIO I/O_ (GPIO) (COM) TXD RXD (COM) (COM) CTS 6 RTS (COM) (COM) DTR 7 8 TXD (COM) (COM) RXD 9 0 DCD (COM) CN

7 M0 Evaluation Board Layout LAN Reset Button GPIO 0~ Power +9~0VDC USB.0 Host CN DIP Switches Power LED Ready LED CN LAN Link/Act GPIO 6~ CN8 CN LED COM ~ CN7 COM RS- RS- RS-8 COM RS- With RTS CTS COM RS- With RTS CTS COM RS- With RTS CTS

8 Pin Assignment of Connectors LAN COM Port CN8 Local Bus Connector. x Pin Header Pitch.mm. CN8 directly connect to CN of M0 GPIO Port 0~ and GPIO Port 6~ +V V DIO DIO DIO DIO0 DIO DIO DIO8 9 0 DIO9 DIO6 7 8 DIO 6 DIO7 DIO DIO DIO DIO0 DIO JP Serial Console Port TxD RxD VCC JP of M0 Boot Mode Selection Jumper A0 A A A A A A6 A7 NWE_NWR0 DDM PC/NCS6 DDP DTXD_ VCC D0 D D D D D D6 D7 NOE_NRD NCS NCS0 IRQ0 DRXD_ +V DIO0 DIO8 DIO6 DIO DIO DIO0 DIO8 DIO6 -: Internal ROM -: External Flash (Default) CN7 (SPI) Pin Assignment MISO (Master In Slave Out) V DIO DIO9 DIO7 9 0 DIO DIO DIO DIO9 DIO7 CON JTAG Connector VCC (.V) TDO VCC_PWROK NTRST TDI TMS TCK MOSI (Master Out Slave In) SPCK (SPI Serial Clock) NPCS0 (SPI Chip Select 0) NPCS (SPI Chip Select )

M-508 Quick Installation Guide. Screw: Φ 3 mm

M-508 Quick Installation Guide. Screw: Φ 3 mm Overview M-08 is a Linux ready Single Board Computer featuring four serial ports, 0/00 Mbps Ethernet, USB port and SD socket for flash disk expansion. The pre-install Linux OS and GNU tool chain make M-08

More information

PAC-5010 Programmable Automation Controller User Guide

PAC-5010 Programmable Automation Controller User Guide PAC-5010 Programmable Automation Controller User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Matrix 500 Quick Installation Guide

Matrix 500 Quick Installation Guide Overview Matrix 500 features four serial ports, 10/100 Mbps Ethernet, USB port and SD socket for flash disk expansion. The preinstall Linux OS and GNU tool chain make Matrix 500 ready for your application

More information

Your Trusted Partner for Device Networking & Computing

Your Trusted Partner for Device Networking & Computing Your Trusted Partner for Device Networking & Computing Intelligent IoT Gateway IoT Device Platform Programmable Automation Controller Web-based Remote I/O Who We Are Artila Electronics is founded by professionals

More information

EX L-8 User Guide

EX L-8 User Guide EX-9486-2L-8 User Guide Introduction: EX-9486-2L-8 are ARM9-based Linux ready industrial computer. The keyfeatures are as follow: 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,Memory Management

More information

M-A5D35 Linux-Ready Cortex-A5 System on Module Hardware Guide

M-A5D35 Linux-Ready Cortex-A5 System on Module Hardware Guide M-A5D35 Linux-Ready Cortex-A5 System on Module Hardware Guide Version: 1.0 2017 July Trademarks The Artila logo is a registered trademark of Artila Inc. All other trademarks or registered marks in this

More information

M-9G45A Evaluation Kit User Guide

M-9G45A Evaluation Kit User Guide M-9G45A Evaluation Kit User Guide Overview M-9G45A is an ARM9-based Linux ready System on Module. The M-9G45A is equipped with an ATMEL AT9SAM9G45 SoC and many peripherals include: Front View M-9G45A Layout

More information

Matrix-605 WinCE ARM9 Industry Box Computer User Guide

Matrix-605 WinCE ARM9 Industry Box Computer User Guide Matrix-605 WinCE ARM9 Industry Box Computer User Guide Version 1.1 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Embedded CPU Modules

Embedded CPU Modules Embedded CPU Modules Product Selection Guide Embedded CPU Modules.................................................................. -2 Embedded CPU Modules EM-20 Series: RISC embedded core modules with

More information

Hardware Reference. DIL/NetPC DNP/9265 Board Revision 1.0

Hardware Reference. DIL/NetPC DNP/9265 Board Revision 1.0 DIL/NetPC DNP/9265 Board Revision 1.0 Hardware Reference SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov.

Matrix-710. Linux-Ready Cortex-A5 Industry IoT Gateway. Hardware Guide. Version: Nov. Matrix-710 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.01 2017 Nov. Copyright Artila Electronics Co., Ltd. All Rights Reserved Trademarks The Artila logo is a registered trademark

More information

Matrix 513 User Guide

Matrix 513 User Guide Matrix 513 User Guide Version 1.0 Introduction: Matrix 513 is an ARM9-based Linux ready industrial computer. The key features are as follow: Matrix 513Layout Remove the cap to install ANT 1. Atmel AT91SAM9G45

More information

UC-7112 Plus, UC-7112, UC-7110 Hardware User s Manual

UC-7112 Plus, UC-7112, UC-7110 Hardware User s Manual UC-7112 Plus, UC-7112, UC-7110 Hardware User s Manual First Edition, May 2007 www.moxa.com/product MOXA Systems Co., Ltd. Tel: +886-2-2910-1230 Fax: +886-2-2910-1231 Web: www.moxa.com MOXA Technical Support

More information

Matrix-504 Linux ARM9 Industry Box Computer User Guide

Matrix-504 Linux ARM9 Industry Box Computer User Guide Matrix-504 Linux ARM9 Industry Box Computer User Guide Version 1.6 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List...

More information

Hardware Reference. DIL/NetPC DNP/2110 Board Revision 1.0

Hardware Reference. DIL/NetPC DNP/2110 Board Revision 1.0 DIL/NetPC DNP/2110 Board Revision 1.0 Hardware Reference SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone +49-(0)511-40000-0 Fax +49-(0)511-40000-40 E-mail: sales@ist1.de Manual Revision:

More information

Hardware Reference. DNP/EVA9 Board Revision 1.1

Hardware Reference. DNP/EVA9 Board Revision 1.1 DNP/EVA9 Board Revision 1.1 Hardware Reference SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49-(0)511-40000-0 Fax: +49-(0)511-40000-40 E-mail: sales@ist1.de Manual Revision: 1.1 Date:

More information

Alekto LAN. Zoom in Picture

Alekto LAN. Zoom in Picture Features ARM9 166MHz 64MB SDRAM, 4MB Flash 1 x internal microsd Slot 1 x CF-Slot (True IDE mode) 2 x USB 2.0 Host 1 x Serial Port RS232/422/485 1 + 4x Switch Fast Ethernet Auto-MDI(X) 8 x Digital-I/O 1

More information

Matrix-522 Linux ARM9 Industry Box Computer User Guide

Matrix-522 Linux ARM9 Industry Box Computer User Guide Matrix-522 Linux ARM9 Industry Box Computer User Guide Version 1.1 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Packing List... 1 1.2 Optional

More information

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide

Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Matrix-700 Linux-Ready Cortex-A5 Industry IoT Gateway Hardware Guide Version: 1.12 2018 Jan. Copyright Artila Electronics Co., Ltd. All Rights Reserved. Matrix-700 Hardware Guide Trademarks The Artila

More information

Alena. Zoom in Picture

Alena. Zoom in Picture Features ARM9 166MHz 64MB SDRAM, 4MB Flash 1 x internal microsd Slot 1 x CF-Slot 2 x USB 2.0 Host 1 x CAN BUS 2 x Serial Ports RS232/422/485 2 x Serial Ports RS232 2 x Fast Ethernet Auto-MDI(X) 4 x Digital-I/O

More information

M-606 Linux ARM9 Single Board Computer User Guide

M-606 Linux ARM9 Single Board Computer User Guide M-606 Linux ARM9 Single Board Computer User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Features... 1 1.2 Packing List... 1

More information

DTK2410 Specification

DTK2410 Specification version 1.0 DIGNSYS Inc. FEATURES Hardware DTK2410 reference board Reference board for embedded application SAMSUNG S3C2410 MCU NOR/NAND Flash and SDRAM USB host and device UART interface JTAG interface

More information

GLOMATION. Embedded Single Board Computer GESBC-9G10 User s Manual

GLOMATION. Embedded Single Board Computer GESBC-9G10 User s Manual GLOMATION Embedded Single Board Computer GESBC-9G10 User s Manual Table of Contents Chapter 1 Introducing the GESBC-9G10 Single Board Computer... 4 GESBC-9G10 Overview... 4 Advanced Features... 4 AT91SAM9G10...

More information

NE-4100-P Series User s Manual

NE-4100-P Series User s Manual First Edition, September 006 www.moxa.com/product MOXA Technologies Co., Ltd. Tel: +886--899-0 Fax: +886--899- Web: www.moxa.com MOXA Technical Support Worldwide: support@moxa.com The Americas support@usa.moxa.com

More information

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk5 esom/3517 Embedded Linux Starter Kit esom/sk5 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

5600 Series. 8 and 16-port Serial Device Servers. Features. Internet Readiness for up to 16 Serial Devices

5600 Series. 8 and 16-port Serial Device Servers. Features. Internet Readiness for up to 16 Serial Devices 5600 Series 8 and 16-port Features Up to 16 ports supporting RS-22, RS-422, or RS-485 operation Compact desktop model or standard 19-inch rackmount model Auto-detecting 10/100 Mbps Ethernet 15 KV ESD surge

More information

GESBC-9260S User s Manual. Embedded Single Board Computer

GESBC-9260S User s Manual. Embedded Single Board Computer GESBC-9260S User s Manual Embedded Single Board Computer Table of Contents Chapter 1 Introducing the GESBC-9260S Single Board Computer... 4 GESBC-9260S Overview... 4 Advanced Features... 4 AT91SAM9260...

More information

VSX-6101-V2 VSX-6100-EVB (Evaluation board) DM&P Vortex86SX 300MHz DIP 48pin CPU Module

VSX-6101-V2 VSX-6100-EVB (Evaluation board) DM&P Vortex86SX 300MHz DIP 48pin CPU Module VSX-6101-V2 VSX-6100-EVB (Evaluation board) DM&P Vortex86SX 300MHz DIP 48pin CPU Module with 4S(TX/RX x3)/3usb/lan/gpio/cf 128MB DDR2 Onboard User s Manual (Revision 1.0A) Copyright The information in

More information

EMX Module Specifications

EMX Module Specifications EMX is a combination of hardware (ARM Processor, Flash, RAM, Ethernet PHY...etc) on a very small (1.55 x1.8 ) SMT OEM 8-Layer board that hosts Microsoft.NET Micro Framework with various PAL/HAL drivers.

More information

AT91SAM9G45 EVK Board

AT91SAM9G45 EVK Board AT91SAM9G45 EVK Board User Manual V1.0 date:2011.02.22 Revision history Rev Date Description 1.0 20110222 Initial version Catalog SECTION 1 OVERVIEW... 1 1.1 Scope... 1 1.2 Deliverables... 1 1.3 The AT91SAM9G45-EVK

More information

Teratronik elektronische systeme gmbh. V4½-CPU Technical Data. Date:

Teratronik elektronische systeme gmbh. V4½-CPU Technical Data. Date: Teratronik elektronische systeme gmbh Technical Data Date: 2008-11-26 Table of contents 1. 2. 3. 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 4. 4.1 4.2 4.3 4.4 Features...3 Views...4 Connector pinouts...6 J1 - board-to-board

More information

Features and Benefits. Certifications

Features and Benefits. Certifications MiiNePort E1 Series 10/100 Mbps embedded serial device servers Features and Benefits Same size as an RJ45 connector only 33.9 x 16.25 x 13.5 mm Extremely low power consumption Uses the MiiNe, Moxa s second-generation

More information

VSX-6101 VSX-6100 VSX-6100-EVB DM&P

VSX-6101 VSX-6100 VSX-6100-EVB DM&P VSX-6101 VSX-6100 VSX-6100-EVB DM&P Vortex86SX 300MHz DIP48/68pin CPU Module with 3S/2USB/CF 128MB DDR2 Onboard User s Manual (Revision 1.0A) Copyright The information in this manual is subject to change

More information

NE-4100 Series User s Manual

NE-4100 Series User s Manual Ninth Edition, June 2008 www.moxa.com/product 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. The software described in this manual is furnished under a license agreement

More information

MYC-SAMA5D3X CPU Module

MYC-SAMA5D3X CPU Module MYC-SAMA5D3X CPU Module - 536MHz Atmel SAMA5D3 Series ARM Cortex-A5 Processors - 512MB DDR2 SDRAM (256MB is optional) - 256MB Nand Flash, 16MB Nor Flash, 4MB Data Flash - On-board Gigabit Ethernet PHY

More information

WT-ARM9G25-S1 core board datasheet

WT-ARM9G25-S1 core board datasheet WT-ARM9G25-S1 core board datasheet WT-ARM9G25-S1 Overview WT-ARM9G25-S1 core module is an industrial embedded core board based on ATMEL AT91SAM9G25 ARM9 CPU, which adopts SMT package, 4cm x 4cm ultra small

More information

EMBEDDED HARDWARE. Core Board. ARM7 Development board. ARM7 Evaluation Board. Page 1 of 5

EMBEDDED HARDWARE. Core Board. ARM7 Development board. ARM7 Evaluation Board. Page 1 of 5 Core Board * Size: 71.2mm *50.8mm * Industrial grade 32-bit RISC micro-controller * Mass storage device support * Industrial grade 16C550 Serial Interface * 10/100M Industrial Ethernet interface * USB

More information

Glomation. Embedded Single Board Computer GESBC-3130S User s Manual

Glomation. Embedded Single Board Computer GESBC-3130S User s Manual Glomation Embedded Single Board Computer GESBC-3130S User s Manual Table of Contents Chapter 1 Introducing the GESBC-3130S Single Board Computer... 4 GESBC-3130S Overview... 4 Advanced Features... 4 LPC-3130...

More information

Serial Device Server Overview. Serial Device Servers. Modbus Gateways. Programmable Device Servers. Serial to USB Converters

Serial Device Server Overview. Serial Device Servers. Modbus Gateways. Programmable Device Servers. Serial to USB Converters Tel: 011-70-7913 52 Shepherd Avenue, Bryanston, South Africa http://www.promicro.co.za Serial Device Servers Serial Device Server Overview Connect Your Devices to the eworld -2 Serial Device Server Applications

More information

1S/USB/LAN/GPIO 128MB DDR2

1S/USB/LAN/GPIO 128MB DDR2 VSX-6117-X-V2 DM&P Vortex86SX 300MHz Mity-Mite CPU Module with 1S/USB/LAN/GPIO 128MB DDR2 Onboard User s Manual (Revision 1.0A) Copyright The information in this manual is subject to change without notice

More information

General Operating, Maintenance and Installation Manual

General Operating, Maintenance and Installation Manual General Operating, Maintenance and Installation Manual Hardware Platform for Protocol Converter Small Embedded Controller - SEC2-91056 Erlangen Telephone +49 9131 92076-0 Fax: +49 9131 92076-10 Internet:

More information

AT-901 ARM9 System on Module Hardware user manual

AT-901 ARM9 System on Module Hardware user manual AT-901 ARM9 System on Module Hardware user manual Revision 1.0 Contents 1. Introduction... 4 2. AT-901 internal hardware description... 4 2.1. Block Diagram... 4 2.2. AT-901 System... 5 2.2.1. ARM-926EJ-S

More information

XPort Direct+ Integration Guide/Data Sheet

XPort Direct+ Integration Guide/Data Sheet XPort Direct+ Integration Guide/Data Sheet Part Number 900-524 Revision B December 2007 Patents, Copyright and Trademark 2007, Lantronix. All rights reserved. No part of the contents of this book may be

More information

DT Desktop Series

DT Desktop Series 5600-8-DT Desktop Series Compact 8-port Serial s Features 8 ports supporting RS-232, RS-422, or RS-485 operation Compact desktop size Auto-detecting 10/ 100 Mbps Ethernet 15 KV ESD surge protection for

More information

TQ2440 Development Platform Manual

TQ2440 Development Platform Manual TQ2440 Development Platform Manual 0 Directory Directory... 1 Chapter 1 Introduction... 7 11Appearance of TQ2440 development platform... 7 12Hardware resource of TQ2440... 7 13Software introduction of

More information

Your Trusted Partner for Device Networking & Computing

Your Trusted Partner for Device Networking & Computing Your Trusted Partner for Device Networking & Computing www.artila.com 1 About Artila Your Trusted Partner for Device Networking & Computing Founded in 2004, Artila provides trusted innovative industrial

More information

Lab 1. OMAP5912 Starter Kit (OSK5912)

Lab 1. OMAP5912 Starter Kit (OSK5912) Lab 1. OMAP5912 Starter Kit (OSK5912) Developing DSP Applications 1. Overview In addition to having an ARM926EJ-S core, the OMAP5912 processor has a C55x DSP core. The DSP core can be used by the ARM to

More information

AT-501 Cortex-A5 System On Module Product Brief

AT-501 Cortex-A5 System On Module Product Brief AT-501 Cortex-A5 System On Module Product Brief 1. Scope The following document provides a brief description of the AT-501 System on Module (SOM) its features and ordering options. For more details please

More information

Aport-212PG Programmable Device Server User Guide

Aport-212PG Programmable Device Server User Guide Aport-212PG Programmable Device Server User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 1.1 Specification... 1 1.2 Packing List...

More information

Universal Communicator

Universal Communicator Front-end Embedded Computer for Device Networking Solutions Front-end embedded computer for device networking RISC-based Communication Computer No fan, no hard drive design Moxa s series of RISC-based

More information

ICnova SAMA5D37 SODIMM Datasheet

ICnova SAMA5D37 SODIMM Datasheet SAMA5D37 SODIMM-200 Module Cost eficient, high performance, reliable + Guaranteed availability >5 years (with customer outline agreement) + Easy design-in at low risk + Cost saving by short development

More information

Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits. Certifications

Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports. Features and Benefits. Certifications UC-7100 Series Arm-based palm-sized industrial computers with 2 serial ports and 2 LAN ports Features and Benefits MOXA ART Arm9 32-bit 192 MHz processor 16 or 32 MB RAM 8 or 16 MB Flash ROM Dual or single

More information

NPort 5200 Series. 2-port RS-232/422/485 serial device servers. Specifications. Serial-to-Ethernet Device Servers

NPort 5200 Series. 2-port RS-232/422/485 serial device servers. Specifications. Serial-to-Ethernet Device Servers NPort 5200 Series 2-port RS-232/422/485 serial device servers Compact design for easy installation Socket modes: TCP server/tcp client/udp Easy-to-use Windows utility for configuring multiple device servers

More information

M-5360A imx537 Cortex A8 System on Module User Guide

M-5360A imx537 Cortex A8 System on Module User Guide M-5360A imx537 Cortex A8 System on Module User Guide Version 1.0 Copyright Artila Electronics Co., Ltd. All Rights Reserved. Table of Contents 1. Introduction... 1 2. Layout... 3 3. M-5360A B2B Connector

More information

PremierWave EN Data Sheet General Description

PremierWave EN Data Sheet General Description EN Data Sheet General Description EN delivers a new dimension of Wi- Fi networking with the highest levels of security to virtually any electronic product. It provides affordable connectivity in a compact

More information

V2426 Series. Overview. Appearance. Embedded Computers. Front View

V2426 Series. Overview. Appearance. Embedded Computers. Front View V2426 Series x86 ready-to-run embedded computers with Intel Atom N270, VGA, DVI-I, audio, 2 LANs, 4 serial ports, 6 DIs, 2 DOs, 3 USB 2.0 ports, CompactFlash, 2 peripheral expansion slots Intel Atom N270

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

Tel: Fax:

Tel: Fax: NP302 Series 2-port RS-232 232/485/422 to Ethernet Serial Server User manual Shenzhen 3onedata Technology Co.,Ltd Tel: +86-755-26702688 Fax: +86-755-26703485 www.3onedata.com Contents 1. Introduction...

More information

Carrier Board Socket Modem CAB/MOD1

Carrier Board Socket Modem CAB/MOD1 Carrier Board Socket Modem CAB/MOD1 User Manual Content 1 INTRODUCTION...3 1.1 Conventions used in this Document...3 1.2 Checklist...4 1.3 Main Features...5 2 BOARD LAYOUT...6 3 BOARD COMPONENTS...7 3.1

More information

x86 ready-to-run embedded computers with Intel Atom N270, VGA, DVI-I, audio, 2 LANs, 4 serial ports, 6 DIs, 2 DOs, 3 USB 2.0 ports, CompactFlash

x86 ready-to-run embedded computers with Intel Atom N270, VGA, DVI-I, audio, 2 LANs, 4 serial ports, 6 DIs, 2 DOs, 3 USB 2.0 ports, CompactFlash V2406 Series x86 ready-to-run embedded computers with Intel Atom N270, VGA, DVI-I, audio, 2 LANs, 4 serial ports, 6 DIs, 2 DOs, 3 USB 2.0 ports, CompactFlash Intel Atom N270 1.6 GHz processor DDR2 SODIMM

More information

Industrial Gateway Solutions

Industrial Gateway Solutions Industrial Gateway 10 Selection Guide 10-2 Wireless Serial Device s EKI-1361 EKI-1362 Dual Ethernet Serial Device s EKI-1521/CI/I EKI-1522/CI/I EKI-1524/CI/I EKI-1528/T EKI-1526/T Modbus Gateways EKI-1221/CI/I

More information

NetCom 413 PRO. Contact Online. More Pictures. Klick on the thumbnails for the large picture. Overview

NetCom 413 PRO. Contact Online. More Pictures. Klick on the thumbnails for the large picture. Overview VS Vision Systems GmbH / Part Number 676 Features Controls 4 RS232/422/485 devices located virtually anywhere via Ethernet or Internet Secure encryption on Ethernet LAN interface 10BaseT/100BaseTx Ethernet

More information

NPort 5400 Series. 4-port RS-232/422/485 serial device servers. Network-Readiness for up to Four Serial Devices

NPort 5400 Series. 4-port RS-232/422/485 serial device servers. Network-Readiness for up to Four Serial Devices Serial-to-Ethernet Device Servers NPort 5400 Series 4-port RS-232/422/485 serial device servers 10/100M auto-sensing Ethernet 4 serial ports supporting RS-232/422/485 Socket modes: TCP server/tcp client/udp/real

More information

IA240/241 Hardware User s Manual

IA240/241 Hardware User s Manual Third Edition, April 2008 www.moxa.com/product 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. Any software described in this manual is furnished under a license agreement

More information

pico-sam9g45 System board

pico-sam9g45 System board System board Reference manual Rev. 1.j Layout Views Layout top view Layout bottom view Legend: J2 Ethernet port J12 ZIF connector for the LCD U1 USB HUB SMSC chip J3 USB 2.0 J14 Keypad connector BEEP PWM

More information

Embest SOC8200 Single Board Computer

Embest SOC8200 Single Board Computer Embest SOC8200 Single Board Computer TI's AM3517 ARM Cortex A8 Microprocessors 600MHz ARM Cortex-A8 Core NEON SIMD Coprocessor POWERVR SGX Graphics Accelerator (AM3517 only) 16KB I-Cache, 16KB D-Cache,

More information

UC-8410A Quick Installation Guide

UC-8410A Quick Installation Guide UC-8410A Quick Installation Guide Edition 1.0, May 2016 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777 Fax: 1-714-528-6778 Moxa

More information

XT - NANO - SXL XT-NANO-SXL

XT - NANO - SXL XT-NANO-SXL XT - NANO - SXL MADE IN GERMANY XT-NANO-SXL Due to its extremely little dimensions of only 22 x 34 mm and its compact type, the XT- NANO-SXL embedded network module is particularly suitable to be integrated

More information

Human Machine Interface Platform

Human Machine Interface Platform Human Machine Interface Platform J 0977M N01 (Preliminary) Deqing Jiahe Electronic Technology Co., Ltd. TEL: +86 572 8051676 ext. 803 FAX: +86 572 8051676 ext. 801 sales@jiahe electronic.com Version V1.0

More information

ARMtwister Users Manual

ARMtwister Users Manual ARMtwister Users Manual V1.03a 01/20/05 Table of Contents ARMtwister Users Manual...1 The Midori Distribution...1 Download...1 Building the image...1 Log in to your board...2 Upload the image...2 Loading

More information

NPort 5400 Series. 4-port RS-232/422/485 serial device servers. Network-Readiness for up to Four Serial Devices

NPort 5400 Series. 4-port RS-232/422/485 serial device servers. Network-Readiness for up to Four Serial Devices Serial-to-Ethernet Device Servers NPort 5400 Series 4-port RS-232/422/485 serial device servers 10/100M auto-sensing Ethernet 4 serial ports supporting RS-232/422/485 Socket modes: TCP server/tcp client/udp/real

More information

NetCom Mini. SCADA system Building automation system Self-service banking system Other remote and distributed serial devices control

NetCom Mini. SCADA system Building automation system Self-service banking system Other remote and distributed serial devices control Features Can control 1 x RS232 device located virtually anywhere (via Ethernet or Internet) LAN interface 10BaseT/100BaseTx Ethernet Configuration utility automatically finds NetCom Mini devices in the

More information

UNC20 Module. User's Manual. D Breisach, Germany D Breisach, Germany Fax +49 (7667)

UNC20 Module. User's Manual. D Breisach, Germany D Breisach, Germany Fax +49 (7667) UNC20 Module User's Manual P.O: Box 1103 Kueferstrasse 8 Tel. +49 (7667) 908-0 sales@fsforth.de D-79200 Breisach, Germany D-79206 Breisach, Germany Fax +49 (7667) 908-200 http://www.fsforth.de Copyright

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

Hardware Reference. DIL/NetPC ADNP/1520 Board Revision 2.1

Hardware Reference. DIL/NetPC ADNP/1520 Board Revision 2.1 DIL/NetPC ADNP/1520 Board Revision 2.1 Hardware Reference SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49-(0)511-40000-0 Fax: +49-(0)511-40000-40 E-mail: sales@ist1.de Manual Revision:

More information

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection)

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) EX-1331-4KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) 1. Introduction Thank you for purchasing this RS232/422/485 3-in-1 Serial to USB Adapter. It is an

More information

P4S-341 User Manual > Introduction. Overview

P4S-341 User Manual > Introduction. Overview P4S-341 User Manual > Introduction Overview P4S-341 is an industrial programmable I/O board. You can build various network communication systems connecting P4S-341 to many devices such as sensors and actuators.

More information

NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL

NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL 2017-07-07 Edition Titan Electronics Inc. Web: www.titan.tw Contents 1. INTRODUCTION... 4 1.1 Key Features... 5 1.2 Specifications... 6 2. PANEL LAYOUT

More information

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit esom/sk4 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Aport-213 One Port Serial-to-WiFi Gateway User s Guide

Aport-213 One Port Serial-to-WiFi Gateway User s Guide Aport-213 One Port Serial-to-WiFi Gateway User s Guide Version: 1.01 2018 APR. Copyright Artila Electronics Co., Ltd. All Rights Reserved Aport-213 User s Guide Trademarks The Artila logo is a registered

More information

ICnova SAM9G45 SODIMM Datasheet

ICnova SAM9G45 SODIMM Datasheet SAM9G45-200 Module Cost eficient, high performance, reliable + Guaranteed availability >5 years (with customer outline agreement) + Easy design-in at low risk + Cost saving by short development cycles

More information

NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL

NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL 2017-07-07 Edition Titan Electronics Inc. Web: www.titan.tw Contents 1. INTRODUCTION... 4 1.1 Key Features... 5 1.2 Specifications... 6 2. PANEL LAYOUT

More information

Wireless Sensor Networks. FireFly 2.2 Datasheet

Wireless Sensor Networks. FireFly 2.2 Datasheet 2.2 Datasheet July 6, 2010 This page intentionally left blank. Contents 1. INTRODUCTION...1 Features...1 Applications...2 2. BLOCK DIAGRAM...3 3. HARDWARE CONNECTIONS...4 Power...5 Header 1 ( UARTS, I2C,

More information

IDS-141A/181A. Industrial 4-port/8-port slim type serial to Ethernet device server. Features. Introduction. DS-Tool

IDS-141A/181A. Industrial 4-port/8-port slim type serial to Ethernet device server. Features. Introduction. DS-Tool 4/8 Port v1.5 / Dec, 2011 Features 4-port/8-port slim type serial to Ethernet device server Operating Modes : Virtual Com, Tunnel, TCP Server, TCP Client, UDP Multiple host devices : 5 host devices: Virtual

More information

UC-7112-LX Plus/UC-7112/UC-7110 Hardware User s Manual

UC-7112-LX Plus/UC-7112/UC-7110 Hardware User s Manual UC-7112-LX Plus/UC-7112/UC-7110 Hardware User s Manual Edition 7.0, February 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. UC-7112-LX Plus/UC-7112/UC-7110 Hardware User s Manual The software

More information

AT91 ARM Thumb Microcontrollers. M63200 M63800 Summary. Features. Description

AT91 ARM Thumb Microcontrollers. M63200 M63800 Summary. Features. Description Features Utilizes the ARM7TDMI ARM Thumb Processor High-performance 32-bit RISC architecture High-density 16-bit Instruction Set Leader in MIPS/Watt Embedded ICE (In Circuit Emulation) 2/8K bytes Internal

More information

WM-120. Serial to Ethernet Module. Serial to Ethernet Module. User Manual. Version 1.0. Infosystem Technology Corporation, Ltd.

WM-120. Serial to Ethernet Module. Serial to Ethernet Module. User Manual. Version 1.0. Infosystem Technology Corporation, Ltd. W M - 1 2 0 User Manual Version 1.0 Infosystem Technology Corporation, Ltd. Index 1. Disclaimers... 1. A. Warranty... 2. B. Trademark... 2. 2. Product Information... 3. A. Introduction... 3. B. Features...

More information

Features and Benefits. SNMP MIB-II for network management. Certifications

Features and Benefits. SNMP MIB-II for network management. Certifications NPort 5600-DT Series 8-port RS-232/422/485 serial device servers Features and Benefits 8 serial ports supporting RS-232/422/485 Compact desktop design 10/100M auto-sensing Ethernet Easy IP address configuration

More information

Glomation. Evaluation Carrier Board GECB-9GX5 Quick Start Guide

Glomation. Evaluation Carrier Board GECB-9GX5 Quick Start Guide Glomation Evaluation Carrier Board GECB-9GX5 Quick Start Guide Table of Contents Chapter 1 Introducing the GECB-9GX5 Carrier Board... 4 GECB-9GX5 Overview... 4 Integrated Features... 4 Chapter 2 GECB-9GX5

More information

First Steps. DNP/SK18 Embedded Linux Starter Kit

First Steps. DNP/SK18 Embedded Linux Starter Kit DNP/SK18 Embedded Linux Starter Kit First Steps SSV Embedded Systems Heisterbergallee 72 D-30453 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ist1.de Manual Revision: 1.0

More information

COM-RZN1D - Hardware Manual

COM-RZN1D - Hardware Manual COM-RZN1D - Hardware Manual Hardware Manual 4 / 01.10.2018 emtrion GmbH Copyright 2018 emtrion GmbH All rights reserved. This documentation may not be photocopied or recorded on any electronic media without

More information

ECOV-110 User s Manual

ECOV-110 User s Manual ECOV-110 User s Manual 1. Product Introduction 2. Windows Utility 3. Web Console 4. Command Mode 5. Connection Test Appendix A. ECOV-110 Firmware upgrade ECOV-110 1. ECOV-110 Product Introduction: 1.1.

More information

MB/ Starter Kit: First Steps

MB/ Starter Kit: First Steps MB/1520-100 Starter Kit: First Steps The Application Board MB/1520-100 Starter Kit contains everything you need to get started to build your safe embedded communication environment via Ethernet technology.

More information

Stamp9G20. Technical Reference

Stamp9G20. Technical Reference Stamp9G20 Technical Reference Stamp9G20: Technical Reference Copyright 2009 taskit GmbH Stamp9G20 All rights to this documentation and to the product(s) described herein are reserved by taskit GmbH. This

More information

TRM/920 Hardware Documentation TRM/920. Hardware Manual SSV SOFTWARE SYSTEMS 1

TRM/920 Hardware Documentation TRM/920. Hardware Manual SSV SOFTWARE SYSTEMS 1 TRM/920 Hardware Documentation TRM/920 Hardware Manual SSV SOFTWARE SYSTEMS 1 Content Parts of the TRM/920... 3 Display... 3 Front Panel Keyboard... 3 Front Panel Keyboard: Keycodes... 4 Basic Board BB/920...

More information

DG-A6 Serial Port Server User Manual

DG-A6 Serial Port Server User Manual DG-A6 Serial Port Server User Manual. Date: Sep 2016 Version: 1.2 Revision History Version Author Revisor Date Contents of revision V1.1 Bruce Li Bruce Li 8/15/2016 Add Network Bridge function in 3.3.

More information

AT91 ARM Thumb-based Microcontrollers. Application Note. AT91SAM9G20 Microcontroller Schematic Check List. 1. Introduction

AT91 ARM Thumb-based Microcontrollers. Application Note. AT91SAM9G20 Microcontroller Schematic Check List. 1. Introduction AT91SAM9G20 Microcontroller Schematic Check List 1. Introduction This application note is a schematic review check list for systems embedding the Atmel ARM Thumb -based AT91SAM9G20 microcontroller. It

More information

WAFER-LX2-800 Quick Installation Guide Version 1.1

WAFER-LX2-800 Quick Installation Guide Version 1.1 3.5 SBC with AMD Geode LX800 onboard Processor, 8 COM, DDR 400MHz, VGA/LCD/LVDS display, 4 x USB2.0 WAFER-LX2-800 Quick Installation Guide Version 1.1 June. 02, 2008 Package Contents WAFER-LX2-800 package

More information

User Manual For CP-JR ARM7 USB-LPC2148 / EXP

User Manual For CP-JR ARM7 USB-LPC2148 / EXP CP-JR ARM7 USB-LPC2148 / EXP 38 CR-JR ARM7 USB-LPC2148 which is a Board Microcontroller ARM7TDMI-S Core uses Microcontroller 16/32-Bit 64 Pin as Low Power type to be a permanent MCU on board and uses MCU

More information

Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA. Features and Benefits. Certifications

Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA. Features and Benefits. Certifications IA260 Series Arm-based DIN-rail industrial computers with 4 serial ports, 2 LAN ports, 8 DI/DO, and VGA Features and Benefits Cirrus Logic EP9315 Arm9 CPU, 200 MHz 128 MB RAM onboard, 32 MB flash disk

More information