Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Festive ATMega programming

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
4 postsPage 1 of 1
4 postsPage 1 of 1

Festive ATMega programming

Post by Dimitris » Thu Dec 28, 2006 8:25 pm

Post by Dimitris
Thu Dec 28, 2006 8:25 pm

First of all, merry xmas and happy new year to all!

Even tho at xmas you can't expect much work to be done, I've been looking at the manuals and such on programming the ATMega128 with user-mae c code and trying the examples out, and all is good. However, how would it be possible to run a visual program, most likely in visual c++, which could control the ATMega??? Any ideas? I'm really stuck here even tho I'm supposed to be a graduate engineer! Anyone have any useful links on programming micros using a GUI-based language? Considering that the c code examples already given run through the 'robot terminal', is there someway of writing exteranl code to talk to the terminal? :?:
First of all, merry xmas and happy new year to all!

Even tho at xmas you can't expect much work to be done, I've been looking at the manuals and such on programming the ATMega128 with user-mae c code and trying the examples out, and all is good. However, how would it be possible to run a visual program, most likely in visual c++, which could control the ATMega??? Any ideas? I'm really stuck here even tho I'm supposed to be a graduate engineer! Anyone have any useful links on programming micros using a GUI-based language? Considering that the c code examples already given run through the 'robot terminal', is there someway of writing exteranl code to talk to the terminal? :?:
Dimitris
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 53
Joined: Thu Jun 29, 2006 1:00 am

Re: Festive ATMega programming

Post by dhylands » Tue Jan 09, 2007 5:02 am

Post by dhylands
Tue Jan 09, 2007 5:02 am

Dimitris wrote:I've been looking at the manuals and such on programming the ATMega128 with user-mae c code and trying the examples out, and all is good. However, how would it be possible to run a visual program, most likely in visual c++, which could control the ATMega???


You write a program that runs on the ATmega128 and communicates via some means with a program running on the PC (say through a serial or usb port).
Dimitris wrote:I've been looking at the manuals and such on programming the ATMega128 with user-mae c code and trying the examples out, and all is good. However, how would it be possible to run a visual program, most likely in visual c++, which could control the ATMega???


You write a program that runs on the ATmega128 and communicates via some means with a program running on the PC (say through a serial or usb port).
dhylands
Newbie
Newbie
User avatar
Posts: 5
Joined: Tue Dec 19, 2006 1:00 am

Post by limor » Wed Jan 10, 2007 4:56 am

Post by limor
Wed Jan 10, 2007 4:56 am

Or you do what the Behavior control and motion editor programs do which is communicated serially with the CM5 in clear text.
Then you have the benefit of many IDEs that have modules that can talk serial.
Or you do what the Behavior control and motion editor programs do which is communicated serially with the CM5 in clear text.
Then you have the benefit of many IDEs that have modules that can talk serial.
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Post by billyzelsnack » Wed Jan 10, 2007 5:01 am

Post by billyzelsnack
Wed Jan 10, 2007 5:01 am

Ok. Cool. This is just what I was looking into. I was going to try talking to the CM-5 with just hyperterm (too bad Vista does not have it. doh.)
Ok. Cool. This is just what I was looking into. I was going to try talking to the CM-5 with just hyperterm (too bad Vista does not have it. doh.)
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am


4 postsPage 1 of 1
4 postsPage 1 of 1