Beispiel #1
0
void SerialConnection::timer_expired(const boost::system::error_code& error) {
	if (error)
	{
		/// errror
		return;
	}

	/// frame received
	if (recv_raw_data_.size() > 0)
	{
		stop_frame();
	}
}
void
first_frame ()
{
  stop_frame ();
}