View Single Post
  #1  
Old 07-30-2007, 10:57 AM
bjgold bjgold is offline
Member
 
Join Date: Jul 2006
Posts: 19
5dt driver question

All:

When using our 5DT Data Glove 5 Ultra glove, we import it via

Code:
gloveSensor = viz.add('5dt.dls')
If we were to be using both a Data Glove 5 and a Data Glove 14 Ultra, would this same code above be able to distinguish between the two gloves? Or would we need to use a different driver? Of course, due to the different number of sensors on the two gloves, the values sent to/returned from the glove would differ, but I didn't know if the single 5dt.dls driver could drive both gloves.

Thanks!
Reply With Quote