===== USB-UART Kit ===== System console interface board for platform development and debugging. This module kit is easiest way ever to connect to your ODROID serial console port. {{http://i49.servimg.com/u/f49/15/19/21/68/20120720.jpg?400}} **This picture is connected with HOST PC** USB-UART Module is connected HOST-PC via Micro USB cable. {{http://i49.servimg.com/u/f49/15/19/21/68/20120722.jpg?600}} ==== Windows 7 ==== After connect your USB UART module with HOST PC, download and install USB to UART Bridge Driver. [[http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx|CP210x USB to UART Bridge VCP Drivers]] Then, you will find a COM PORT. {{:en:etc:cp2104_device_manager.gif?400|}} Download serial console program. [[http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe|putty]] Run putty. {{:en:etc:putty.png?400|}} Select radio box of Connection type to Serial.\\ And then, Input the Serial line to COM Port number that you checked at device manager.\\ Also, Change the Serial speed to 115200 baud rate. Every setting is now complete to run putty.\\ Open your serial port! {{:en:etc:putty_open.png?600|}} ==== Linux (Ubuntu 13.10 or higher) ==== After connect your USB uart module with HOST PC, check your usb serial node. $ lsusb $ ls /dev/ttyUSB* -l Install serial communication program on your HOST PC. sudo apt-get install minicom Setting up minicom. sudo minicom -s Select serial port setup from the menu.\\ Type 'A' to change the serial device, then edit the /dev/ttyUSB[nr].\\ You will also set baud rate to 115200 and disable the Hardware Flow Control. +-----------------------------------------------------------------------+ | A - Serial Device : /dev/ttyUSB0 | | B - Lockfile Location : /var/lock | | C - Callin Program : | | D - Callout Program : | | E - Bps/Par/Bits : 115200 8N1 | | F - Hardware Flow Control : No | | G - Software Flow Control : No | | | | Change which setting? | +-----------------------------------------------------------------------+ If you want to set to defualt , sellect Save setup as dfl from the menu.\\ So, You should be able to simply run minicom from a terminal whenever you want to open the terminal with your board. ==== Mac OSX ==== [[http://forum.odroid.com/viewtopic.php?f=53&t=841|For Mac OS Users]] ====== UART Console Connector ====== _____UART____ |Pin 4 - GND| |Pin 3 - RXD| |Pin 2 - TXD| |Pin 1 - VCC| \___________| 1.8V LVTTL for ODROID-U3/XU3/XU4/X2/X 3.3V LVTTL for ODROID-C1/C1+/C0/C2/W RxD pin is input and TxD pin is output. The VCC pin is not a power source but a reference voltage input. It is used for detecting the IO voltage like a VIO or a VDDIO. Support for I/O interface voltages down to 1.8 V is provided via a VIO pin. **Molex 5268-04a(2.5mm pitch) is mounted on the PCB. \\ Its mate is Molex 50-37-5043 Wire-to-Board Crimp Housing.\\ 45 degreed corner edge is a mark for pin number 1.** ====== USB UART Schematic ====== {{:en:others:usb_uart_for_odroid.png?1024|}}