Difference between revisions of "Example io demo"

From wiki.emacinc.com
Jump to: navigation, search
(2. Open the egpc project)
Line 1: Line 1:
{{todo|InProgress(11.14.13-14:07->JG+)|Jgreene|project=oe 4,oe 5,ky,md,InProgress}}
+
{{todo|InProgress(11.14.13-14:07->JG+)|Jgreene|project=oe 4,oe 5,jg,md,Review}}
<big>This procedure provides an overview of how to compile and run the ''io_demo'' C example project. It assumes familiarity with the C programming language and is intended to be used by experienced programmers who are looking to learn the EMAC SDK.</big>
+
This procedure provides an overview of how to open, build and run the '''io_demo''' C example project using the Eclipse IDE.
  
====1. Open the ''C/C++'' editing perspective====
+
== Opening, Building and Uploading the Project Files ==
  
====2. Open the ''io_demo'' project====
+
<big>1. Open the C/C++ editing perspective.</big>
  
====3. Build, upload and run====
+
stub
<br /><br />
 
  
==What it does==
+
<big>2. Open the io demo project files.</big>
 +
 
 +
stub
 +
 
 +
<big>3. Build the io demo project.</big>
 +
 
 +
stub
 +
 
 +
<big>4. Upload the io demo binary to the target machine.</big>
 +
 
 +
stub
 +
 
 +
== Description, Usage and Expected Behaviour ==
  
 
This is a demo program illustrating how to access different carrier board I/O.
 
This is a demo program illustrating how to access different carrier board I/O.

Revision as of 14:53, 19 November 2013

TODO: {{#todo:InProgress(11.14.13-14:07->JG+)|Jgreene|oe 4,oe 5,jg,md,Review}}

This procedure provides an overview of how to open, build and run the io_demo C example project using the Eclipse IDE.

Opening, Building and Uploading the Project Files

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

stub

2. Open the io demo project files.

stub

3. Build the io demo project.

stub

4. Upload the io demo binary to the target machine.

stub

Description, Usage and Expected Behaviour

This is a demo program illustrating how to access different carrier board I/O.

Usage for io_demo

io_demo

ie: ./io_demo

A menu appears.
i2c menu

hey mike. This program doesn't work. It starts off with "couldn't open /dev/portb, couldn't open /dev/portc" and then gives me "operation not supported by this device" errors for all options. The only thing that works is the exit.