Example socket
This is a guide to the socket
C example project included in the EMAC OE SDK.
This application sets up and tests asynchronous IO on a serial port using poll() and fasync().
The socket
project builds one executable: socket
.
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