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><br>Sebastian<br>