Errors...
in
Integration and Hardware
•
7 months ago
Hi to all,
Just m trying to operate relay Relay via pc with the help of keyboard,
means i want to on relay when i press "A" and off to relay when i press "a" key,
but after downloading processing i got following error(Arduibo Firmata).
with version (processing-2.0b8-windows64)
error: processing.app.SketchException: serial does not run in 64-bit mode.
at processing.mode.java.runner.Runner.<init>(Runner.java:104)
at processing.mode.java.JavaMode.handleRun(JavaMode.java:116)
at processing.mode.java.JavaEditor$19.run(JavaEditor.java:472)
at java.lang.Thread.run(Thread.java:662)
With Version (processing-1.5.1)
Error : Display 0 does not exist, using the default display instead.
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
Exception in thread "Animation Thread" java.lang.ArrayIndexOutOfBoundsException: 0
at arduino_input.setup(arduino_input.java:34)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
With version: (processing-2.0b7-windows32)
Error: processing.app.SketchException: serial does not run in 64-bit mode.
at processing.mode.java.runner.Runner.<init>(Runner.java:104)
at processing.mode.java.JavaMode.handleRun(JavaMode.java:116)
at processing.mode.java.JavaEditor$19.run(JavaEditor.java:472)
at java.lang.Thread.run(Thread.java:662)
Any of these version are not working ...
please help me to solve these problem.
Chetan
1