Society of Robots - Robot Forum

Software => Software => Topic started by: dv.phaneeswar on April 17, 2012, 01:34:12 PM

Title: Different programming languages for axon
Post by: dv.phaneeswar on April 17, 2012, 01:34:12 PM
Hey guys . . .
What r the different programming languages the axon supports . . . .
Can i use c# to program it ?
Title: Re: Different programming languages for axon
Post by: joe61 on April 17, 2012, 02:33:22 PM
You'd have to port .NET to it, but I don't think it has enough memory.

I'm told there's a BASIC compiler for Atmel chips (BASCOM?). Other than that, assembly is the only other option I know of.

Joe
Title: Re: Different programming languages for axon
Post by: Gertlex on April 17, 2012, 06:16:49 PM
You'd have to port .NET to it, but I don't think it has enough memory.

I'm told there's a BASIC compiler for Atmel chips (BASCOM?). Other than that, assembly is the only other option I know of.

Joe

Joe neglected to mention that C is the language used to program the Axon.

I've not seen anyone else use other languages.
Title: Re: Different programming languages for axon
Post by: joe61 on April 17, 2012, 07:27:07 PM
Oops...
Title: Re: Different programming languages for axon
Post by: dv.phaneeswar on April 17, 2012, 08:43:00 PM
But this c language is frying my brain. . . .
Title: Re: Different programming languages for axon
Post by: Gertlex on April 17, 2012, 10:49:43 PM
I find that I learn languages by coding.  I've not done much with coding C for non-MCU stuff recently... but there should be plenty of info online for learning the general syntax (math, function calls, variable types, etc) by working with command line input/output.
Title: Re: Different programming languages for axon
Post by: joe61 on April 18, 2012, 11:58:07 AM
But this c language is frying my brain. . . .

What are you having problems with specifically?

Joe
Title: Re: Different programming languages for axon
Post by: Admin on April 20, 2012, 01:32:13 AM
The Axon is supported by Webbotlib. WebbotLib supports only C and C++.

You could of course use whatever language you want, as long as your compiler supports that language. But I wouldn't know of any to recommend other than gcc.