64
ODROID C1 USER MANUAL
$ lsusb
…
Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc.
CP210x UART Bridge / myAVR mySmartUSB light
…
$ sudo lsusb -D /dev/bus/usb/001/005
[sudo] password for odroid:
Device: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART
Bridge / myAVR mySmartUSB light
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x10c4 Cygnal Integrated Products, Inc.
idProduct 0xea60 CP210x UART Bridge / myAVR mySmartUSB
light
bcdDevice 1.00
iManufacturer 1 Silicon Labs
iProduct 2 CP2104 USB to UART Bridge Controller
iSerial 3 00875559
bNumConfigurations 1
…
$ ls /dev/ttyUSB*
/dev/ttyUSB0
ODROID-SHOW example project output
Obtain the SHOW sample source code and build a sample using
the commands:
$ cd ~
$ git clone https://github.com/hardkernel/ODROID-SHOW
$ cd ODROID-SHOW/example/Linux
$ gcc -o status status.c
$ sudo ./status
Chapter 4