User`s manual

Dynamic C Users Manual digi.com 319
-s Port:Baud:Stopbits
-sto SerialResponseTimeout
Description: Use serial transmission with parameters defined in a colon separated format
of Port:Baud:Stopbits:BackgroundTx.
Port: 1, 2, 3, 4, 5, 6, 7, 8
Baud: 110, 150, 300, 600, 1200, 2400, 4800, 9600, 12800, 14400,
19200, 28800, 38400, 57600, 115200, 128000, 230400, 256000
Stopbits: 1, 2
Include all serial parameters in the prescribed format even if only one is
being changed.
Factory Default: 1:115200:1:0
GUI Equivalent: Select the Communications tab of Project Options. Select the “Use Serial
Connection” radio button.
Example: Changing port from default of 1 to 2:
dccl_cmp myProgram.c -s 2:115200:1:0
Description: Time in milliseconds Dynamic C waits for a response from the target on
any retry while trying to establish serial communication.
Factory Default: 300 ms.
GUI Equivalent: None.
Example:
dccl_cmp myProgram.c -sto 400