#12151 closed enhancement (fixed)
termios needs an update
Reported by: | haiqu | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | - General | Version: | R1/Development |
Keywords: | termios | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I'm running across programs that expect speeds of 921600 baud. As it stands termios.h only defines as high as B230400
Change History (3)
comment:1 by , 8 years ago
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
PulkoMandy added support for custom baud rates in hrev50114. Does that fix the problem here?