Quote:
Originally Posted by ManicMechanic
I know this question was answered elsewhere, but I couldn't find it using the search function.
In EasyC v2, which files (which extensions) do you have to copy if you want to transfer a program from one computer to another? If you transfer only the source code and recompile on the new computer, is this sufficient?
Also, in the FVC template for this year, we figured out how to make our R/C work to our satisfaction in Operator Controlled mode. However, we were wondering if there is EasyC source code available for the default mode, just in case there's some subtlety from the default we missed. We're still at a low level of programming, so any format other than EasyC is probably beyond us.
|
You just need the project file (*.ECP extension) and the *.BDS file with the same name.
What exactly do you mean the default mode? The code that originally came with the VEX controller is on the
VexLabs website. It's just the .HEX file so you can't really look at it, but you can redownload it to the VEX controller.