:mod:`expliot.core.protocols.hardware.serial` ============================================= .. py:module:: expliot.core.protocols.hardware.serial Package Contents ---------------- .. py:class:: Serial Bases: :class:`serial.Serial` Serial - A wrapper around pyserial's Serial class .. method:: readfull(self, bsize=1) Read from the serial device, bsize at a time and return the complete response. Please note if timeout is not set for the Serial object, then this method will block (on read) :param bsize: Size of buffer to pass to read() method :return: bytes containing the complete response from the serial device