Ok, I'll try Processing as terminal software.
BTW for debugging I had activated only that part of the sketch; most of it was already made as comment
Search found 6 matches
Re: Arduino
Hi Alessandro, I had some time to try several options (as you will see) but still did not work. I tries to use the variable "Lhires" as an integer, so that I can use Serial.parseInt and the switch-command, as a String, as a Char but none worked. I then put a Serial.println in the setup-par to look w...
Re: Arduino
Goodmorning Allesandro, What I saw that you use a "pause(2)" in the Astro Art script, maybe that is important, further I always used only the Arduino command "Serial.read()" or "Serial.parseInt()" but did not know the "Serial.ReadString()" command. I'm going to try. On the other hand I use the "swit...
Re: Arduino
Hi Alessandro, thanks for your message. It seems that the communication with Arduino via serial.connect works (checked with Serial.println) but the script does not go into the loop after the setup part. The communication with serial.send(string) in Astro Art and Serial.receive () in my Arduino scrip...
Re: Arduino
Hi,
what my issue is: the communication between Astro Art and Arduino via serial commands.
Not Arduino sketches only the interface with Astro Art.
what my issue is: the communication between Astro Art and Arduino via serial commands.
Not Arduino sketches only the interface with Astro Art.
Arduino
Can anybody help me how to integrate Arduino-programms (for relays and servo's) into AstroArt-programms. I need that to also control remotely the calibration-lamps in my spectroscope and flip-mirror on it, together with all the other AstroArtprogramming.