Specifications
Getting Started 23
If you are using Dynamic C version 7.04 or earlier, modify the BIOS source code as fol-
lows. Skip these three steps if your version of Dynamic C is 7.05 or later.
1. Open the BIOS source code file named RABBITBIOS.C, which can be found in the
BIOS directory.
2. Change the line
#define USE115KBAUD 1 // set to 0 to use 57600 baud
to read as follows.
#define USE115KBAUD 0 // set to 0 to use 57600 baud
3. Save the changes using File > Save.
Now press <Ctrl-Y>. You should receive the "BIOS successfully compiled …"
message indicating that the target is now ready to compile a program. You should then
continue with the sample programs in the next chapter.