Search Results

Search: Posts Made By: nomist
Forum: Programming 04-01-2009
18,333
Posted By nomist
Something like the following will probably do the...
Something like the following will probably do the trick:
bool getCTS(int fd)
{
int s;
/* Read terminal status line: Clear To Send */
ioctl(fd, TIOCMGET, &s);
return (s &...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy