In the microcontroller faq it claims that I should check out the DDI for examples on how to program a control code for it…
Uh, where?
"Failing that, I would be fine with using Vex tools to real-time issue commands that correspond to pressing buttons on the Vex transmitter - I think I read something about Vex tool IFI and DDT(?) being able to do this?
You are correct. The DDT allows you to talk to the micro processor ports directly. The aliases.c file maps the port pins to the Output/Input pins on the Vex Controller.
Failing that, could I code a program to issue such commands? (samples?)
I opened up the workspace and all that, read through most of the source and understand most of it and can do a build all(thus the compiler works). Heres the issue though…
There DDI interface(the one with slider bars), is there a copy of that code? am I missing it somewhere?