Results 1 to 1 of 1
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 ...
- 04-11-2007 #1Just Joined!
- Join Date
- Nov 2006
- Location
- Hyderabad
- Posts
- 85
stop bits for RS232
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..


Reply With Quote