Hi,

iam new to serial communication in linux & trying to communicate with our device using serial communication.

i want to set the stop bits to make a synchronisation.

options.c_cflag &= ~CSTOPB;

how to set the stop bits 1, 1.5, 2.

could anybody please tell me how to do this.

any help would be appreciated.

bye..