ungureanuvladvictor

Untitled

Jul 19th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. new_port_settings.c_cflag = B9600 | CS8 | CLOCAL | CREAD;
  2. new_port_settings.c_iflag = IGNPAR;
  3. new_port_settings.c_oflag = 0;
  4. new_port_settings.c_lflag = 0;
  5. new_port_settings.c_cc[VMIN] = 0;
  6. new_port_settings.c_cc[VTIME] = 0;
Advertisement
Add Comment
Please, Sign In to add comment