SU320CSX
4110-0446, Rev. C
Page 36 of 96
© 2017 UTC
Aerospace Systems
Date Printed: 3-Jan-2017
This document does not contain any export controlled technical data.
Type
unsigned integer
Example
BAUD:FUTURE 230400
5.6.4.
Get Future Baud Rate
Description
Returns the value stored in the future baud rate variable.
Setting Type
Global
Command
BAUD:FUTURE?
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