Hi again, now it works fine and very fast!!!!<br><br>Please check the code. Now I realize that the refactoring should have been quite more simpler<br><br>I got a bit confused with the first design, as I wanted to follow the NDI design. The Micron single class approach was more direct<br>
<br>So, next steps would be:<br><br>1- finish a head phantom which I am currently working on<br>2- load a .msh with the target object (e.g. a tumor)<br>2- do a real lmk calibration on it<br>3- write some tests?<br><br>many thanks for your support,<br>
sebastian<br><br><br><div class="gmail_quote">On Tue, Apr 15, 2008 at 12:06 AM, sebastian ordas <<a href="mailto:sebastian.ordas@gmail.com">sebastian.ordas@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Team,<br><br>I have just submitted to the sandbox a new version of the FOB classes that is almost working!!! :-)<br><br>my communication config for the FOB finally looks like:<br><br>m_Communication->SetPortNumber( SerialCommunication::PortNumber0 );<br>

m_Communication->SetParity( SerialCommunication::NoParity ); // yes, no parity ...<br>m_Communication->SetBaudRate(SerialCommunication::BaudRate115200);<br>m_Communication->SetDataBits( SerialCommunication::DataBits8 );<br>

m_Communication->SetStopBits( SerialCommunication::StopBits1 );<br>m_Communication->SetHardwareHandshake( SerialCommunication::HandshakeOff);<br><br>pending issues:<br><br>1 - FlockOfBirdsTracker::InternalUpdateStatus() is a bit dirty ...<br>

2-  not sure from where to call: this->InternalActivateTools() and m_CommandInterpreter->Close()<br>3- although responding, I am getting the following error:<br><br>2008 Apr 14, 22:49:48  :    (CRITICAL) In class SerialCommunicationForWindows No<br>

 transitions have been defined for current state and input  State = 1636 [AttemptingToWriteState] Input = 1647 [ReadInput]<br><br>best regards,<br><font color="#888888"><br>Sebastian<br>
</font></blockquote></div><br>