Skip to content

rs485echo: Support all baudrates using termios2 ioctl directly from kernel header

Jonas Höppner requested to merge rs485-arbitrary-baud-rates-pbb43 into kirkstone

The kernel has support for setting the baudrate as integer using BOTHER as id with the termios2 struct. It seems that this is not yet supported in the libc, so we are using kernel headers directly.

Merge request reports