Serial Interface Spec
class SerialInterfaceSpec @Inject constructor(factory: SerialInterfaceFactory, usbManager: Lazy<UsbManager>, usbRepository: UsbRepository) : InterfaceSpec<SerialInterface>
Serial/USB interface backend implementation.
Constructors
Link copied to clipboard
@Inject