Skip to main content

start

Function start 

Source
pub fn start(
    config: RNodeConfig,
    tx: EventSender,
) -> Result<Vec<(InterfaceId, Box<dyn Writer>)>>
Expand description

Start the RNode interface.

Opens serial port, spawns reader thread which performs detect+configure, then enters data relay mode.

Returns one (InterfaceId, Box<dyn Writer>) per subinterface.