VintageNetMobile.ExChat.send_best_effort

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

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

View Source

Specs

send_best_effort(
  binary(),
  iodata(),
  VintageNetMobile.ExChat.Core.send_options()
) :: :ok

Helper for sending commands to the modem as best effort

This function always succeeds. Failed commands log errors, but that's it. This is useful for monitoring operations where intermittent failures should be logged, but really aren't worth dealing with.