SerialInterface

class SerialInterface @AssistedInject constructor(service: RadioInterfaceService, serialInterfaceSpec: SerialInterfaceSpec, usbRepository: UsbRepository, @Assisted address: String) : StreamInterface, Logging

An interface that assumes we are talking to a meshtastic device via USB serial

Constructors

Link copied to clipboard
@AssistedInject
constructor(service: RadioInterfaceService, serialInterfaceSpec: SerialInterfaceSpec, usbRepository: UsbRepository, @Assisted address: String)

Functions

Link copied to clipboard
open override fun sendBytes(p: ByteArray)