This is the list of command-line programs and scripts available in the Curuxa installers.
Compiles a source file written in C-language which is intended to run on a MBP8.
$> compile-mbp8 MyProgram.c
This generates a .hex file which can be burnt into the microcontroller.
Compiles a source file written in C-language which is intended to run on a MBP14.
$> compile-mbp14 MyProgram.c
This generates a .hex file which can be burnt into the microcontroller.
Compiles a source file written in C-language which is intended to run on a MBP18.
$> compile-mbp18 MyProgram.c
This generates a .hex file which can be burnt into the microcontroller.
Compiles a source file written in C-language which is intended to run on a MBP40.
$> compile-mbp40 MyProgram.c
This generates a .hex file which can be burnt into the microcontroller.
Burns/writes a .hex file into a microcontroller using a PICkit 2.
$> burnpic MyProgram.hex
Now the microcontroller in your Main Board has your program written into it. As soon as you power on the circuit it will begin running.
Powers up your Main Board and all modules plugged to it at 5 volts. The program previously written to the microcontroller will begin running.
$> runpic
Powers down your Main Board and all modules plugged to it. If the microcontroller was running it will stop.
$> stoppic
Retrieves the exact model of PIC microcontroller plugged to your PICkit 2.
$> detectpic
$> detectpic
No PICkit 2 found$> detectpic Auto-Detect: No known part found
$> detectpic PIC16Fxxx