Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Does the Arduino use serial ? I think there is away to talk to it via lua, but you would have to put some work in, the editor that comes with the arduino is miles better then what AMS can offer in my eyes, what's your idea tho as maybe your idea is something I haven't thought of.
If you use a plugin, DLL or Lua library for serial communication then yes, you can talk to an Arduino perfectly fine. Arduino (the Atmega328p chip on the Uno) supports serial communication as do all Arduino's, however it solely depends on what is programmed onto the Arduino's chip; it's your responsibility to handle serial communication using the Serial library provided by Arduino.
Comment