The OnRTS event occurs when other application changes the RTS (ready-to-send) signal state.

OnRTS(

      BOOL On     // RTS signal state

);

 

Parameters:

  • On [out] : Determines the state of RTS signal. This parameter can be any of the following values:

    ValueMeaning
    TRUERTS signal sent
    FALSERTS signal cleared

     

Tip: See also: OnDTR event