source: rtems/testsuites/libtests/termios07/termios07.scn @ 94a4865

5
Last change on this file since 94a4865 was 1c6926c1, checked in by Kevin Kirspel <kevin-kirspel@…>, on 03/21/17 at 19:39:48

termios: Synchronize with latest FreeBSD headers

Adding modified FreeBSD headers to synchronize RTEMS termios with
FreeBSD. Modify termios to support dedicated input and output baud for
termios structure. Updated BSPs to use dedicated input and output baud
in termios structure. Updated tools to use dedicated input and output
baud in termios structure. Updated termios testsuites to use dedicated
input and output baud in termios structure.

Close #2897.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1*** BEGIN OF TEST TERMIOS 7 ***
2rtems_termios_bufsize( 64, 64, 64 ) - OK
3open(/dev/test) - OK
4Changing c_iflag to: Set XON/XOFF
5Writing: 01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789Transmitted 200 characters
630 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 |0123456789012345|
736 37 38 39 30 31 32 33 34 35 36 37 38 39 30 31 |6789012345678901|
832 33 34 35 36 37 38 39 30 31 32 33 34 35 36 37 |2345678901234567|
938 39 30 31 32 33 34 35 36 37 38 39 30 31 32 33 |8901234567890123|
1034 35 36 37 38 39 30 31 32 33 34 35 36 37 38 39 |4567890123456789|
1130 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 |0123456789012345|
1236 37 38 39 30 31 32 33 34 35 36 37 38 39 30 31 |6789012345678901|
1332 33 34 35 36 37 38 39 30 31 32 33 34 35 36 37 |2345678901234567|
1438 39 30 31 32 33 34 35 36 37 38 39 30 31 32 33 |8901234567890123|
1534 35 36 37 38 39 30 31 32 33 34 35 36 37 38 39 |4567890123456789|
1630 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 |0123456789012345|
1736 37 38 39 30 31 32 33 34 35 36 37 38 39 30 31 |6789012345678901|
1832 33 34 35 36 37 38 39                         |23456789        |
19close(/dev/test) - OK
20*** END OF TEST TERMIOS 7 ***
Note: See TracBrowser for help on using the repository browser.