Society of Robots - Robot Forum
Software => Software => Topic started by: Joker94 on November 28, 2009, 01:20:57 AM
-
Hi
If i was going to write a program to be run on a computer to control a robot what language would i use.
I am thinking of a computer controlled robot as a future project and would like to know the language so i can have a better look at my idea and see if the idea is practical.
thanks
Joker94
-
u can write the code in c
u can controll the bot by serial communication
-
great so i don't have to learn a second language
thanks
-
If you only have ever programmed using C for a microcontroller you are in for a nasty surprise as to what it takes
to program a PC to do anything useful (especially in C).
If you are interested in doing what you said EASILY, QUICKLY and CHEAPLY.....have a look at this web site for
ways to do it. http://www.RobotBASIC.com (http://www.RobotBASIC.com)
See these videos that show your goal being accomplished
RobotBASIC Part 2 (http://www.youtube.com/watch?v=vftgmZQCheA&feature=related#)
http://www.youtube.com/profile?user=john30340#p/u/0/0wL4mGo17bM (http://www.youtube.com/profile?user=john30340#p/u/0/0wL4mGo17bM)
Samuel
-
are there any other more suitable languages
-
There's always python!
-
great thanks for that z.s.tar.gz
-
visit the avr tutorials on http://extremeelectronics.co.in/ (http://extremeelectronics.co.in/)
have a look and tell me if u like it