expliot.plugins.serial.baudscan¶
Module Contents¶
-
class
expliot.plugins.serial.baudscan.BaudScan¶ Bases:
expliot.core.tests.test.Test-
checkbaud(self, baud)¶ Scans a serial connection for ascii data with a given baud rate
Parameters: baud – The baud rate to use for the serial connection Returns: Percentage of ascii characters present in the received data
-
execute(self)¶
-