RS232 Hankdshake and connection to TTi 1705

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Tony Brown
Posts: 81
Joined: Wed Jun 20, 2012 9:59 pm
Has thanked: 36 times
Been thanked: 5 times
Contact:

RS232 Hankdshake and connection to TTi 1705

Post by Tony Brown »

Can anyone help here, im trying to communicate with a TTi 1705 multi meter via RS232 with the intent of being able to change modes ie OHM's, volts, continuity and Freq etc at a push of a button away from the meter. The meter's Baud rates are 2400, 9600 or 19200.

The data sheet for the meter says Pin 2, 3 and 5 may be used as a conventional RS232 interface with XON/XOFF handshaking. Pins 7,8 and 9 are additionally used when the instrument is connected to the ARC interface. Signal grounds are connected to safety ground.

Do I need handshake it I am just sending commands?

Thanks

Tony

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: RS232 Hankdshake and connection to TTi 1705

Post by Benj »

Hello Tony,

I would start by connecting the TTi up to your computer using a USB to RS232 adapter cable and then use a terminal emulator program like RealTerm to try and talk to the device. The RealTerm application should let you switch the XON/XOFF flowcontrol on and off so you can test to see if it is needed and what is the correct protocol before diving into the embedded program.

Here is some info on XON/XOFF - http://en.wikipedia.org/wiki/Software_flow_control

Post Reply