Releases: elixir-circuits/circuits_uart
Releases · elixir-circuits/circuits_uart
v1.5.3
v1.5.2
- Fixes
- Fix
Circuits.UART.read/2
spec. Thanks to @codestorm1.
- Fix
v1.5.1
- Fixes
- Don't even try using the RS485 ioctls if not set by the user. This fixes an
issue on Allwinner devices, but probably others, where getting RS485
settings works, but setting them, even if unchanged always fails. Thanks to
@jjcarstens for the fix.
- Don't even try using the RS485 ioctls if not set by the user. This fixes an
v1.5.0
- Updates
- Added RS485 configuration options. These only work on Linux. Thanks to
@jjcarstens for this feature.
- Added RS485 configuration options. These only work on Linux. Thanks to
v1.4.5
- Bug fix
- Gracefully handle Process.info/2 returning nil (:heart: @tonnenpinguin)
v1.4.4
- Improvements
- Fix MacOS deprecation warning. Thanks to @tonnenpinguin for the fix.