Changes

What can I do with IGEP PARIS

6 bytes removed, 12:19, 29 January 2013
m
no edit summary
}}
__TOC__
= Overview =
We will learn some basic tasks.
 
 
__TOC__
 
= What can I do =
The following example writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 3:
<pre> $ i2cset -f -y 3 0x51 0x10 0x22 $ i2cget -f -y 3 0x51 0x10</pre> 
''From [[How to use EEPROM]]''
== How to use serial console ==
[[Image:Paris db9.jpg|right|200px]]Connect a DV9 DB9 cable between IGEP PARIS and Host PC. Open the serial on your PC using your preferred serial communications program (minicom) and configure the port as follows:
* 115200
== How to use SW101 button ==
IGEP PARIS has a button configured like GPIO. You can test it using the following program:
<pre> $ evtest /dev/input/event0 </pre> 
Now press the button and see program traces.
{{Template:Navigation/IGEP Technology Guides/What can I do/Ending}}
[[Category:IGEP Technology Devices Guides]]
0
edits