![UTS AEROSPACE SYSTEMS SU640CSX Operation Manual Download Page 36](http://html1.mh-extra.com/html/uts-aerospace-systems/su640csx/su640csx_operation-manual_1065633036.webp)
SU640CSX
4110-0462, Rev. B
Page 36 of 97
© 2016 UTC Aerospace Systems
Date Printed: 1-Dec-2016
This document does not contain any export controlled technical data.
Parameters none
Return Values
baud_rate
Range 57600
115200
230400
460800
Type unsigned
integer
Example
BAUD:FUTURE? -- query command
230400 -- return value
5.6.5.
Set Echo Mode
Description
Sets the echo mode for serial communications. In mode 0 echo is
disabled. In mode 1 echo is enabled. Any character received on the
serial port is immediately echoed back. An exception to the echo of
the received character with mode 1 enabled is when a backspace
character is received while the receive buffer is empty. In mode 2
echo is enabled but instead of echoing back the character received a
user defined character is echoed. Echo mode 1 provides for the
most robust communication, allowing the host to verify that each
character sent to the camera was properly received. Echo mode 2
allows the host to verify that the camera received characters, but
does not provide a way to verify that characters where not corrupted
during transmission.
Setting Type
Global
Command ECHO:MODE
mode
Parameters
mode
Return Values
none
Range 0
Echo
off
1
Echo received character
2
Echo user defined character
Type unsigned
integer
Example
ECHO:MODE 1 -- query command
5.6.6.
Get Echo Mode
Description
Returns the current echo mode setting.