Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new_port_settings.c_cflag = B9600 | CS8 | CLOCAL | CREAD;
- new_port_settings.c_iflag = IGNPAR;
- new_port_settings.c_oflag = 0;
- new_port_settings.c_lflag = 0;
- new_port_settings.c_cc[VMIN] = 0;
- new_port_settings.c_cc[VTIME] = 0;
Advertisement
Add Comment
Please, Sign In to add comment