View Single Post
  #7  
Old 09-18-2013, 12:22 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Can you try the following code instead:

Code:
polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak(port=1,baudRate=115200,legacy=False)
We added experimental support for the newer FasTrak protocol and the legacy flag controls whether to use the older or newer protocol.
Reply With Quote