I need to use non-standard baud rate (125000) on the serial port.
Communication works very reliably, but dmesg says: "Python sets custom speed on ttyS1. This is deprecated."
What should my attitude towards it? Can I ignore it?
I read, that it is necessary to make some changes in the "asm/termios.h". It is necessary ? Could it be a normal part of the kernel?
Moreover - I do not know how to do it.
Thanks.