Sida 10 av 10

Re: Varför kan man inte skicka värden konstant via FTDI?

Postat: 20 oktober 2014, 17:32:21
av Al_Bundy
Ska man vara exakt så heter Arduinospråket Processing ;)

Re: Varför kan man inte skicka värden konstant via FTDI?

Postat: 20 oktober 2014, 21:10:41
av papabear
Om man ska vara petig så verkar det vara olika saker: http://arduino.cc/en/Reference/Comparison

Re: Varför kan man inte skicka värden konstant via FTDI?

Postat: 20 oktober 2014, 21:36:32
av sodjan
http://en.wikipedia.org/wiki/Processing ... anguage%29
"Processing is an open source programming language and integrated development environment (IDE)
built for the electronic arts, new media art, and visual design communities with the purpose of
teaching the fundamentals of computer programming in a visual context"

"Processing has spawned another project, Wiring, which uses the Processing IDE with a simplified
version of the C++ language as a way to teach artists how to program microcontrollers. There are
now two separate hardware projects, Wiring and Arduino, using the Wiring environment and language."

http://en.wikipedia.org/wiki/Wiring_%28 ... latform%29
"Wiring is an open source electronics prototyping platform composed of a programming language,
an integrated development environment (IDE), and a single-board microcontroller.
It was developed starting in 2003 by Hernando Barragán."

"Wiring was based on the original work done on Processing project in MIT."

Re: Varför kan man inte skicka värden konstant via FTDI?

Postat: 20 oktober 2014, 21:44:03
av nifelheim
Och :)

http://arduino.cc/en/Hacking/BuildProcess

"First, the Arduino environment performs some small transformations to make sure that the code is correct C or C++ (two common programming languages).
It then gets passed to a compiler (avr-gcc), which turns the human readable code into machine readable instructions (or object files)."

Re: Varför kan man inte skicka värden konstant via FTDI?

Postat: 24 oktober 2014, 08:42:46
av jesse
"Processing is an open source programming language "
Jag tycker det verkar vara mest en preprocessor-behandling samt ett bibliotek, precis det som nifelheim skriver.