Usb Repository
@Singleton
Repository responsible for maintaining and updating the state of USB connectivity.
Constructors
Link copied to clipboard
@Inject
Functions
Link copied to clipboard
fun createSerialConnection(device: UsbSerialDriver, listener: SerialConnectionListener): SerialConnection
Creates a USB serial connection to the specified USB device. State changes and data arrival result in async callbacks on the supplied listener.
Link copied to clipboard
Link copied to clipboard