JWSU with Pinch Glove

Hi all,
I am using JWSU to integrate Java with a Pinch Glove(Flock of Birds) from Fakespace. Thus, in the process I encountered a few problems. The latest one is the error that the port is in use. Can anyone help me in this problem? The output of the program is as below:

Number of Screens 1
Screen 0. Win32GraphicsDevice[screen=0]
Error opening device: javax.comm.PortInUseException: Port currently owned by ISCAN
java.lang.NullPointerException
at jwsu.viewbranch.InputDevicePinch.pollAndProcessInput(InputDevicePinch.java:204)
at javax.media.j3d.InputDeviceBlockingThread.run(InputDeviceBlockingThread.java:52)

Thanks a lot for your time and effort.

What is ISCAN?

i’m not sure about it
i think maybe it is the Pinch glove itself

Hmm… maybe there is some other driver or process that is running to support the device and it claims the COM port that the device is attached to?