Searched refs:stop_bits (Results 1 – 1 of 1) sorted by relevance
87 void config_comm(int fd, int speed_baud_rate, char parity, int data_bits, int stop_bits) in config_comm() argument146 (stop_bits == 2)?(new_tc.c_cflag |= CSTOPB):(new_tc.c_cflag &= ~ CSTOPB); in config_comm()
Completed in 3 milliseconds