SComm32 Communications OCX
Properties/Methods . Break . CDHolding . Commevent . CommName . CommPort . CTSHolding . DSRHolding . DTREnable . EOFChar . EOFEnable . EvtChar . EvtCharEnable . Handshaking . InBufferCount . InBufferSize . Input . InputLen . InputMode . NullDiscard . OutBufferCount . OutBufferSize . Output . OverlappedIO . ParityReplace . PortOpen . Read . RThreshold . RTSEnable . Settings . SThreshold OnComm Event Hardware/Cables etc Loopback Test Plug
CTSHolding
Retrieves the state of the CTS line.
Read Only at runtime.
MSComm32 and SComm32 have the same syntax and functionality
Syntax:-
value = SComm1.CTSHolding
If SComm1.CTSHolding = True Then MsgBox ("CTS is On") Else MsgBox ("CTS is Off") End If