Cinterion
®
EHS6 AT Command Set
2.12 AT^SCFG
EHS6_ATC_V03.001
15/12/3
Confidential / Released
Page 75 of 513
“USB“
Output of "System.out" is routed to the Universal Serial Bus interface.
“USB1“
Output of "System.out" is routed to the Universal Serial Bus interface 1.
“USB2“
Output of "System.out" is routed to the Universal Serial Bus interface 2.
“USB3“
Output of "System.out" is routed to the Universal Serial Bus interface 3.
“USB4“
Output of "System.out" is routed to the Universal Serial Bus interface 4.
“USB5“
Output of "System.out" is routed to the Universal Serial Bus interface 5.
“UDP“
Output of "System.out" is routed to a UDP socket. The parameter requires that
the port number be given with
"UDP" is intended only for use with the Userware IDE and will be set automat-
ically each time you start the debugging emulator of the EHS6 (on-device
debugging). Closing the debugger causes the ME to reboot and automatically
resets the
value last selected. This eliminates any need for man-
, and, besides, allows you to select another
"System.out" target to be used when not debugging. Due to this, the value
"UDP" is volatile unlike all other
values, and switching to "UDP"
is not supported while Userware is running.
“FILE“
Output of "System.out" is written into a file. Requires additional parameters
,
and
. Because excessive writing to
the ME's flash file system decreases the life time of the flash memory, it is rec-
ommended to use the "FILE" device only during development phases.
“SYSTEM“
For internal use only.
This parameter is required only if parameter
for the Userware "System.out" is set to "UDP" or
"FILE". Parameter is global, stored non-volatile in ME and not reset by
.
1...65535
If
= "UDP": UDP port number. It is recommended to use a num-
ber greater than 1023.
= "FILE": Size of the log file in bytes, values less than 1024 are
not supported.
This parameter is required only if parameter
for the Userware "System.out" is set to "FILE". It
specifies the absolute path and the file name of the log. The local Flash File system is identified by: "A:", directory
separator is "/" (002Fh).
The underline character "_" (005Fh) is not supported.
The log is split into two concatenated files, each using half of the entire log size set with parameter
. Each file name consists of the name specified with parameter
and the numeric
extension "0" or "1" automatically appended, for example "a:/java/log.txt.0" for the first part of the log and "a:/
java/log.txt.1" for the second part. When the first log file reaches half of the log size, the "System.out" is written
to the second file. When the second file is used up, the ME starts to overwrite the first one.
Parameter is global, stored non-volatile in ME and not reset by
Parameter length: maximum 125 characters.
This parameter is required only if parameter
for the Userware "System.out" is set to "FILE". The
parameter selects the mode of writing "System.out" data to file.
Parameter is global, stored non-volatile in ME and not reset by
“buffered“
(D)
Uses a buffer and a timer and acts like a write cache.
“secure“
Writes all output data byte by byte to the file.
<intvalue>
(str)(+CSCS)(NV)
<filename>
(str)(+CSCS)
<logmode>
(str)(+CSCS)(NV)