Thread: Fastrak
View Single Post
  #4  
Old 03-12-2014, 05:56 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
In the code you posted it shows bandrate where it should be baudrate. Try running the following code:
Code:
import viz
viz.go()

polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak()
Also make sure that PiMgr is not running when you run Vizard.
Reply With Quote