ViaUtils.Uart (via_utils v0.1.4) View Source

Documentation for UtilsUart.

Link to this section Summary

Link to this section Functions

Link to this function

get_uart_devices_containing_string(device_string)

View Source

Specs

get_uart_devices_containing_string(binary()) :: list()
Link to this function

open_connection_and_return_uart_ref(device_description, options)

View Source

Specs

open_connection_and_return_uart_ref(binary(), list()) :: any()

Hello world.

Examples

iex> UtilsUart.hello()
:world
Link to this function

open_connection_with_uart_ref(uart_ref, device_description, options, num_tries \\ 1)

View Source

Specs

open_connection_with_uart_ref(GenServer.server(), binary(), list(), integer()) ::
  atom()