VintageNetMobile.ExChat.send

You're seeing just the function send, go back to VintageNetMobile.ExChat module for more information.
Link to this function

send(tty_name, command, options \\ [])

View Source

Specs

send(binary(), iodata(), VintageNetMobile.ExChat.Core.send_options()) ::
  {:ok, [binary()]} | {:error, any()}

Send a command to the modem

On success, this returns a list of the lines received back from the modem.