Specifications

Getting Started 25
4. SAMPLE PROGRAMS
To help familiarize you with the RabbitCore RCM2100 mod-
ules, several sample Dynamic C programs have been included.
Loading, executing and studying these programs will give you a
solid hands-on overview of the RabbitCores capabilities, as
well as a quick start with Dynamic C as an application develop-
ment tool.
4.1 Sample Program Overview
Dynamic C comes with a large number of sample programs that illustrate many of its fea-
tures. These programs are intended to serve as tutorials, but then can also be used as start-
ing points or building blocks for your own applications.
NOTE: It is assumed in this section that you have at least an elementary grasp of ANSI
C. If you do not, see the introductory pages of the Dynamic C Users Manual for a sug-
gested reading list.
We have selected five of these sample programs to take you through a complete tour of the
capabilities of the RCM2100 modules. They form a learning arc from basic I/O control to
advanced TCP/IP issues, including Web serving:
FlashLED.c
ToggleLED.c
FlashLEDs.c
PingLED.c
EthCore1.c
Once you have loaded and executed these five programs and have an understanding of
how Dynamic C and the RCM2100 modules interact, you can move on and try the other
sample programs, or begin building your own.