EN 70
3139 785 31532
Firmware Upgrading & Diagnostic Software
5.
Nucleus Name
DS_SYS_BuildInfoGet
Nucleus Number
1236
Description
Retrieve the software build information of the Diagnostics & Service application
Technical
-
Show the information that is stored in the DVDR_BuildInfoType structure
Execution Time
Less than 1 second
User Input
None
Error Number
Description
123600
Retrieving build info succeeded
123601
Retrieving build info failed
Example
DS:> 1236
123600:
Version :560
Build :20040614_0510
Release :C1
Buildtype :no
Baseline :F_P1_9_152
Variant :verum:dvdrw2_lib
Test OK @
Nucleus Name
DS_SYS_UartSetup
Nucleus Number
1237
Description
Set up a configuration for the selected UART
Technical
-
Parse user input
-
Use MIS_UART_Setup to setup the selected UART with the requested
parameters
Execution Time
Less than 1 second
User Input
The user inputs 6 parameters:
<UartNr><baudrate><flowcontrol><databits><parity><stopbits>
UartNr:
1=UART port 1 : not used (Chrysalis only)
2=UART port 2 : Bit Engine or DTTM (Chrysalis only)
3=UART port 3 : Analogue board
baudrate:
115200,62500,57600,38400,19200,9600,4800,2400,1200
flowcontrol:
0=disabled
1=enabled
databits:
7 or 8
parity:
“NO”, “ODD” or “EVEN”
stopbits:
1 or 2
Error Number
Description
123700
Setting up the selected UART succeeded
123701
User provided Invalid setup parameters
123702
Setting up the selected UART Failed
123703
Selected UART is not available
Example (Chrysalis)
DS:> 1237 2 38400 0 8 NO 1
123700:
Test OK @
Example (Leco)
DS:> 1237 2 38400 0 8 NO 1
123703: The selected UART is not available
Error @