:mod:`expliot.plugins.serial.baudscan` ====================================== .. py:module:: expliot.plugins.serial.baudscan Module Contents --------------- .. py:class:: BaudScan Bases: :class:`expliot.core.tests.test.Test` .. method:: checkbaud(self, baud) Scans a serial connection for ascii data with a given baud rate :param baud: The baud rate to use for the serial connection :return: Percentage of ascii characters present in the received data .. method:: execute(self)