Thread: Fastrak
View Single Post
  #5  
Old 03-13-2014, 09:01 AM
ola_nag ola_nag is offline
Member
 
Join Date: Mar 2014
Posts: 4
Quote:
Originally Posted by Jeff View Post
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.
I've tried your code. I've checked that PiMgr is not running. But I still get the same error

Last edited by ola_nag; 03-13-2014 at 09:03 AM.
Reply With Quote