struct termios options; options.c_cflag = B115200 | CS8 | CLOCAL | CREAD; //