package serial

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module T : sig ... end

Signature

val port : string
module Private : sig ... end
val set_baud_rate : int -> unit Lwt.t
val read_line : unit -> string Lwt.t
val write_line : string -> unit Lwt.t
val wait_for_line : string -> unit Lwt.t
val io_loop : string option -> unit Lwt.t