package serialport

  1. Overview
  2. Docs

Module SerialportSource

Base module with platform-independent and native functions for low-level serial port communication.

Control options

Sourcemodule Port_options : sig ... end

The module describes the configuration options for a serial port.

Modem

Sourcemodule Modem : sig ... end

Modem control functions.

Low level

The native implementation for target system.

Sourcemodule Native : sig ... end