TANGO
Device Server



TANGO Device Server
Properties Description

Serial Class

Revision: release_1_2_5 - Author: jensmeyer






Device Properties
Property name
Property type
Description
Serialline Tango::DEV_STRING The path and name of the serial line device to be used.
Timeout Tango::DEV_SHORT The timout value im ms for for answers of requests send to the serial line. This value should be lower than the Tango client server timout value.
Parity Tango::DEV_STRING The parity used with the serial line protocol. The possibilities are none, even or odd.
Charlength Tango::DEV_SHORT The character length used with the serial line protocol. The possibilities are 8, 7, 6 or 5 bits per character.
Stopbits Tango::DEV_SHORT The number of stop bits used with the serial line protocol. The possibilities are 1 or 2 stop bits
Baudrate Tango::DEV_LONG The communication speed in baud used with the serial line protocol.
Newline Tango::DEV_SHORT End of message Character used in particular by the DevSerReadLine command Default = 13






Device Properties Default Values:
Property Name Default Values
Serialline /dev/ttyR1
Timeout 100
Parity none
Charlength 8
Stopbits 1
Baudrate 9600
Newline 13



There is no Class properties.






ESRF - Software Engineering Group