You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my computer COM3 is occupied by "Dell Wireless 5530 HSPA Mini-Card Device
Management".
When starting UnoJoyProcessingVisualizer.exe nothing seem to happen. No window
opens. But there is a java process visible in the Task Manager.
Starting UnoJoyProcessingVisualizer from the command line gives the following
output:
>"C:\Program Files (x86)\Java\jdk1.6.0_20\bin\java" -classpath
lib\core.jar;lib\RXTXcomm.jar;lib\serial.jar;lib\UnoJoyProcessingVisualizer.jar
UnoJoyProcessingVisualizer
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
COM3
Error 0x5 at ..\src\termios.c(892): Zugriff verweigert
gnu.io.PortInUseException: Unknown Application
at gnu.io.CommPortIdentifier.open(CommPortIdentifier.java:467)
at processing.serial.Serial.<init>(Unknown Source)
at processing.serial.Serial.<init>(Unknown Source)
at UnoJoyProcessingVisualizer.setup(UnoJoyProcessingVisualizer.java:104)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Exception in thread "Animation Thread" java.lang.RuntimeException: Error inside
Serial.<init>()
at processing.serial.Serial.errorMessage(Unknown Source)
at processing.serial.Serial.<init>(Unknown Source)
at processing.serial.Serial.<init>(Unknown Source)
at UnoJoyProcessingVisualizer.setup(UnoJoyProcessingVisualizer.java:104)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Disabling the devices which occupy COM3 and COM4 ports and restarting the
computer will make UnoJoyProcessingVisualizer pick COM4. But my Arduino is on
COM7. Manually reassigning Arduino to COM4 finally will lead to success. But
usually COM4 is already used by a driver in my system which com port assignment
I cannot change.
> What is the expected output?
A window should show the exception instead of just doing nothing.
I don't know if it is possible to fix com port discovery. But in every case
it'd be a good step to allow the user to select the com port.
Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 7:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Jan 2013 at 7:46The text was updated successfully, but these errors were encountered: