elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Add documentation for Line framing separator #78

Closed mattludwigs closed 4 years ago

mattludwigs commented 4 years ago

When working with an LTE modem I needed to specify the framing separator for the Circuits.UART.Framing.Line framer. It took some work to figure out how to accomplish this with the current documentation.

This tries to provide an example on how to set the separator so if others run into this it will be more clear for them.

fhunleth commented 4 years ago

Thanks for the doc update!