1. what baudrate do you have?


2.
>  timeout=0;
>  while(!getCTS() && ((timeout) < WAIT_FOR_CTS)) timeout++;
>  if (!getCTS()) {
>   printf("\nTimeout to wait for CTS up!\n");
>   setRTS(0);
>   usleep(10000);
           ^^^^^
this seems to be rather long. try 3/BAUDRATE (= aprox. time needed to send 3
bytes) and fiddle around.




-
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to [EMAIL PROTECTED]

Reply via email to