View Single Post
  #1  
Old 07-25-2005, 06:27 AM
rdotsch rdotsch is offline
Member
 
Join Date: Jul 2005
Location: The Netherlands
Posts: 20
Question Vizard & USB 5DT Data Glove

Hi,

I'm having trouble getting vizard to detect an USB 5DT Data Glove Ultra 5.

Code:
import viz
import hand
viz.go()
#Add the 5DT sensor
sensor = viz.add('5dt.dls')
At this point vizard looks for a glove on COM1. Changing this with a command such as
Code:
PORT_5DT = 2
does allow me to change to another serial port (COM2 in this case). But I can't get it to point to a data glove connected on USB0.

Doesn't 5dt.dls offer USB support? Or am I doing something wrong?

Thanks in advance,

Ron
Reply With Quote