Software > Software

Software programming trouble.

(1/1)

robotvisionary:
Hey I have a Mac OS X computer and i am wondering is it possible to get a typing program for my computer.

An second if i could get one will the microchip still understand the programming or will it burn?







MACHINTOUCH (MAC) RULEZ. WINDOW STINKS.










Admin:

--- Quote ---is it possible to get a typing program for my computer
--- End quote ---
??? you mean like a text editor? an IDE?


--- Quote ---will the microchip still understand the programming or will it burn
--- End quote ---
which microchip?

Check out the programming section on my $50 Robot. It might help you understand robot programming better so that you know what questions to ask:
http://www.societyofrobots.com/step_by_step_robot_step4.shtml

robotvisionary:
The microchip is the AT mega8

rgcustodio:

--- Quote from: robotvisionary on July 10, 2007, 05:32:59 AM ---An second if i could get one will the microchip still understand the programming or will it burn?

--- End quote ---

The source code (this is just text that adheres to the coding semantics of the programming language you are using) you will create can be transfered from different programming environments (Windows, Linux, etc). This code passes through a compiler which produces a binary. This binary is the one that is burned to the MCU. The environment where the binary is created does not matter as long as the compiler used targets the MCU that you are using you are good to go.

The GNU AVR C that is commonly used in developing AVR applications has a Mac port here: http://avr-gcc.darwinports.com/

You might also want to check out avrdude here: http://avrdude.darwinports.com/

Navigation

[0] Message Index

Go to full version