serial v0.1.2 Serial
Serial communication through Elixir ports.
Summary
Functions
Sends a break to the open connection
Close the currently open connection
Reopens the connection to the current tty
Disconnects from the current tty
Opens a connection to the given tty
Sends data over the open connection
Sets the parity to either :odd and :even
Sets the connection speed to the given value
Sets the input and output connection speed to the given values
Starts a serial port. The process invoking this function will receive
messages in the form of {:elixir_serial, pid, data}