How to install the software
pre-requisite
1) install java on your PC o raspberry pi
2) install rxtx for java download here
install the software windows
1) download the software in your preferred directory we assume c:\mydir
2) go in c:\mydir and open console.BAT with text editor, change the PATH to your java home
3) go in c:\mydir and open start_jelly.BAT with text editor, change the PATH to your java home
4) test the software executing start_jelly.BAT
install the software linux
1) download the software in your preferred directory we assume /home/me/mydir
2) check if you JAVA_HOME is correct use: echo $JAVA_HOME, if not from the console set JAVA_HOME to your java home directory
3) test the software executing console.sh