elixircom v0.1.0 Elixircom View Source

Link to this section Summary

Link to this section Types

Link to this type uart_opts() View Source
uart_opts() :: {:speed, non_neg_integer()}

Link to this section Functions

Link to this function run(serial_port_name, opts \\ []) View Source
run(serial_port_name :: binary(), uart_opts()) :: :ok

Run Elixircom

This will, in effect, make your IEx session into a serial port terminal emulator.

You can always get back to your original IEx session by pressing: Ctrl+B

The first argument is the serial port name which is string of the serial port device you are trying to connect to.

The second argument is a keyword list of uart_opts.