Difference between revisions of "Example serport212"
(Created page with "{{todo|Review(12.19.13-13:55->JG+)|Jgreene|project=oe 4,oe 5,jg,md,Review}} This is a guide to the <code>serport212</code> C example project included in the EMAC OE SDK. This...") |
|||
Line 4: | Line 4: | ||
This application is a SOM212ES serial combo port configuration tool. It sets or gets the configuration of the serial combo port on a SOM212ES carrier board. | This application is a SOM212ES serial combo port configuration tool. It sets or gets the configuration of the serial combo port on a SOM212ES carrier board. | ||
− | Also included in the project directory is a BASH version of this tool. | + | Also included in the project directory is a BASH version of this tool: <code>serport212.bash</code>. It performs the same functions and takes the same command parameters as the C executable version. |
The <code>serport212</code> project builds one executable: <code>serport212</code>. | The <code>serport212</code> project builds one executable: <code>serport212</code>. |
Revision as of 14:01, 19 December 2013
This is a guide to the serport212
C example project included in the EMAC OE SDK.
This application is a SOM212ES serial combo port configuration tool. It sets or gets the configuration of the serial combo port on a SOM212ES carrier board.
Also included in the project directory is a BASH version of this tool: serport212.bash
. It performs the same functions and takes the same command parameters as the C executable version.
The serport212
project builds one executable: serport212
.
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