User Manual Part 4

User Guide to Q4000/QPRO
Document Number 1135-4713 Rev G
THIS DOCUMENT CONTAINS CONFIDENTIAL AND PROPRIETARY INFORMATION OF QUAKE GLOBAL CORPORATION. IT MAY BE USED BY
RECIPIENT ONLY FOR THE PURPOSE FOR WHICH IT WAS TRANSMITTED AND WILL BE RETURNED UPON REQUEST OR WHEN NO LONGER NEEDED
BY RECIPIENT. DISCLOSURE TO UNAUTHORIZED THIRD PARTIES OR DUPLICATION WITHOUT THE EXPRESS WRITTEN PERMISSION OF QUAKE
GLOBAL IS PROHIBITED.
Page 81
CONFIDENTIAL
Information classified Confidential
-
Do not copy (See last page for obligations)
If additional changes are required after compiling, it is a good idea to first select "Clean"
from the Project menu before recompiling. This removes the existing object files and
insures that the subsequent "Make" does a completely new compile and build, without
using any previously compiled object files.
2. Use Ctrl/F to search for POWER_ON. In the function
processEvent()
, you should see
the line
case POWER_ON:
3. Modify APL.c by adding printf("\r\nHello, world!\r\n"); under the POWER_ON line. The file with
the modifications should appear as in Figure 12-18 below:
Figure 12-18: Modify Turnkey APL.c by adding a printf statement
4. After making the modification, select Make (F7) to save the changes and rebuild the project.
If there are errors shown in the bottom window, correct these and rebuild. This creates the
new binary file, TurnKey.bin, which you then load into the modem with the QUAKE
Configuration Tool (QCT), as described in Section 12.2.2.
Note: