serialdriver

An early serial link driver. This could still be used (after some fixing) to run high-speed CRTP with the Crazyflie. The UART can be run at 2Mbit.


Classes

SerialDriver

SerialDriver()

CTRP Driver main class

This class in inherited by all the CRTP link drivers.

Driver constructor. Throw an exception if the driver is unable to open the URI


Ancestors (in MRO)

Methods

def close(self)

Close the link.


def get_devices(self)