![]() |
Vex Programming with MPLAB and IF loader
I Know this isn't the exact purpose for this forum but there really isn't any other place to put this
I currently have a vex project that was given to me by a fellow team mate and since I am the the team's programmer asked me to load it onto his vex kiwi bot shown here. Is it possible to load the program onto the vex controller with ifi loader or do I have to use easy-c in some way?? |
Re: Vex Programming with MPLAB and IF loader
Quote:
Was it coded with EasyC or Mplab? If EasyC, then use EasyC. If Mplab, use the IFI loader, but make certain you have the correct version. (The latest version will work fine). |
Re: Vex Programming with MPLAB and IF loader
On a related topic, is it possible to run the loader from the command line, or to at least pass the hex file name to the prompt?
For example: iloader.exe -f mycode.hex In EasyC the recently compiled file is pre-loaded in the box, but it appears that iloader is a separate process, so I suspect there's some way to pass it. I thought maybe modifying the .ini file would work, but I don't see an obvious way from poking around there. Thx, Tac |
Re: Vex Programming with MPLAB and IF loader
Inside the makefile from http://jgarbers.com/robotics/cvexsample.zip there is a recipe for invoking iLoader.exe. It looks like this:
iLoader.exe /D=yourfile /H /T I don't know what the h and t options do, but the invocation does what you're looking for. Quote:
|
| All times are GMT -5. The time now is 04:11. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi