Examples
These are very basic examples with detailed comments. The source code is distributed with the NutDAC sources. For more complete examples, check the other examples provided with the sources.
- Hello World. Probably the simplest NutDAC_Micro application that you can execute in the Ethernut. It creates 1 channel whose driver simply sends a message through the serial port.
- Command Line Interface. Adds a serial command line interface to the Hello World example.
- Hello PC. Basic control of the channels from the PC. Adds a telnet server (command line inteface).