Hi everyone,
I'm trying to create a tool for Arduino; I've made a simple one and launched it on Processing, and it works, but when I try with Arduino, it crashes.
Is it possible that the lastest Processing version isn't compatible with Arduino ?
If someone achieves to make Arduino tools now, or know how to do, please reaply me.
Thanks
How can we tell without seeing your code?
You haven't even taken the trouble to tell us what the tool does.
...R
Also posted at:
If you're going to do that then please be considerate enough to add links to the other places you cross posted. This will let us avoid wasting time due to duplicate effort and also help others who have the same questions and find your post to discover all the relevant information. When you post links please always use the chain links icon on the toolbar to make them clickable.
I believe that, very early on, Arduino stopped pulling in any changes from Processing. It's possible they never have, only starting from the Wiring IDE and setting off on their own from there.
Unfortunately there seems to be almost no documentation of how to create tools for the Arduino IDE. The only thing I've found is the Mangler example tool source code included with the Arduino IDE. With more resources, maybe the community would produce some very useful tools. I think most people aren't even aware of the possibility of creating tools. I've only ever seen two 3rd party tools (both for the ESP8266) and the official WiFi101 firmware updater.