We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3ae4a commit 816e571Copy full SHA for 816e571
examples/serial/serial.f90
@@ -92,6 +92,7 @@ integer function serial_set_attributes(fd, speed, byte_size, stop_bits, parity,
92
tty%c_cflag = c_cflag
93
tty%c_iflag = c_iflag
94
tty%c_oflag = c_oflag
95
+ tty%c_lflag = c_lflag
96
97
tty%c_cc(VMIN) = 0 ! Read doesn't block.
98
tty%c_cc(VTIME) = int(timeout, kind=c_cc_t) ! Read timeout in 1/10 seconds.
0 commit comments