Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TurboPower Sync TAdpComport component

Status
Not open for further replies.

Tremorblue

Programmer
Apr 30, 2004
56
GB
Hi,

I have been using this component for a while to do
serial communications.

Can anyone explain or show how to switch on RTS/CTS hardware handshaking.

Thanks.

TBlue.
 
Look at the HWFlowOptions. I'm looking at the Delphi instructions for an example so it may be missing something in the translation:
Code:
ApdComPort->HWFlowOptions = [hwfUseRTS, hwfRequireCTS];

James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
I use the equivalent instructions in Builder.

The hardware handshaking doesnt seem to be working. I am trying to talk to an old embedded device that has a small comms buffer and frequently wants to pause comms as its buffer is full.

I have a scope setup and with other software I see the handshaking lines going up and down, with the comms stopping when it should. With this component nothing seems to happen ?

Have you seen it work live ?

Thanks.
 
I've never used hardware handshaking, just XON/XOFF with Asynch. I use Asynch's triggers in similar sitiations. Have you tried them?


James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top