Open swiftgeek opened 5 years ago
Seems duplicate of #17.
does anyone happen to know what API the tio/picocom apps use? Might be able to learn something there.
@swiftgeek what platform are you testing on?
Archlinux with 5.3.x kernel
And BOTHER search on picocom repo returns https://github.com/npat-efault/picocom/blob/master/termios2.txt so I guess it's using that.
From tio changelog It looks like it uses termios2 as well, but only for nonstandard baud rates
Looking at the code a bit:
Seems we can do something like the tio project to conditionally use the new API.
6000000 and 12000000 baud rates have issues with linux-serial-test, but work fine in tio/picocom.
Lower ones work fine in linux-serial-test