[][src]Function serial_frame::common_types::create_line_sender

pub fn create_line_sender(
    serialport: Box<dyn SerialPort>
) -> Result<(Receiver<Line>, SerialFrameStopper)>

Returns a Reciever that receives strings that ends with newlines from the specified serial port