which programing language to learn

Shadowcrawler

Jun 9, 2005
3
Joined
Jun 9, 2005
Messages
3
Which is the best programing language to learn.
I want it use it to communicate with a µC via the serial or USB-port.

I'm thinking about one of these:
Visual Basic
Visual C
Delphi

 

MP1

Dec 7, 2003
3,399
Joined
Dec 7, 2003
Messages
3,399
Any of these languages is equally good for communicating with a microcontroller. However, none of these languages will allow you to program the micro. The microcontroller will need a different programming language. You can find programs that use a limited instruction set in ASM, C, Basic, etc. which are made specifically for the micro and which will compile to hex code to be loaded into the micro.
I hope this answers your question.

MP

 

Shadowcrawler

Jun 9, 2005
3
Joined
Jun 9, 2005
Messages
3
I always program the microcontroller in assembler, that the easiest language.

I'm only asking a language for on a computer, because I never did that before.
So which of these 3 would be the easiest to learn and use?

 

williampearl

Jun 6, 2005
7
Joined
Jun 6, 2005
Messages
7
assembler is ok. actually u need some software which support the communication
from the computer to the microcontroller, there are a lot ,such as manly , silicon lab,etc.  c and assembler , both of them are well supported.

 

prateeksikka

Jun 19, 2004
736
Joined
Jun 19, 2004
Messages
736
proview 32 is such a program using this kit u can program almost any controller
and that too writing the code in C purely! ;D

 
Top