You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BSDs don't need to use the baud rate constants and instead can specify the baud rates directly. Unfortunately this isn't exposed through nix's APIs.
I think the best option here is to change the termios API for the BSDs and add From<BaudRate> for u32, then you could call both functions by using rate.info().
The text was updated successfully, but these errors were encountered:
The BSDs don't need to use the baud rate constants and instead can specify the baud rates directly. Unfortunately this isn't exposed through
nix
's APIs.I think the best option here is to change the termios API for the BSDs and add
From<BaudRate> for u32
, then you could call both functions by usingrate.info()
.The text was updated successfully, but these errors were encountered: