scanet:
I've done something like that (Blockly@rduino_AIO), but with Java I would like to create something more simple.
I don't understand how it could be more simple. The Java code can provide a complete interface as simple as you want to make it.
What I have done is to put some comments at the top of my .ino file that are read by my Python program - like this
// python-build-start
// action, verify
// board, arduino:avr:uno
// port, /dev/ttyACM0
// ide, 1.6.3
// python-build-end
That way the settings stay with the code
...R