Example serial test

From wiki.emacinc.com
Revision as of 14:59, 31 December 2013 by Jgreene (talk | contribs) (Created page with "{{todo|InProgress(12.31.13-13:58->JG+)|Jgreene|project=oe 4,oe 5,jg,md,Review}} This is a guide to the <code>serial</code> C example project included in the EMAC OE SDK. This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
TODO: {{#todo:InProgress(12.31.13-13:58->JG+)|Jgreene|oe 4,oe 5,jg,md,Review}}

This is a guide to the serial C example project included in the EMAC OE SDK.

This is a simple backlight brightness control. It's written for the EMAC PPC-E7 and SoM-9307 but it will probably run on anything with a backlight. It implements a slider application in GTK+ that directly controls the backlight through its sysfs interface. It has been tested under Xfbdev/Matchbox.

The serial project builds one executable: serial.

Opening, Building and Uploading the Project Files

1. Open the C/C++ editing perspective.

stub

2. Open the project files.

stub

3. Build the project.

stub

4. Upload the executables to the target system.

stub

Usage and Behavior