Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
40
Command Reference
Examples:
1. Reset the link data count to 0
cmd ctm15x
OK
cmd data 0
OK
2. Query the current link data count
cmd data
TX: 4 MB
RX: 2 MB
Total: 6 MB
OK
See also: ctm15x, datacond
return to list of commands
datacond x
This command is used to set the condition that will trigger wireless link data count report(s). Report(s) are
sent whenever the total amount of data transmitted and received is a multiple of a specified amount.
x = 0 disables the condition
x = 1 to 1999999 total data amount in MB used for periodic triggering
The default configuration upon cmd factory is cmd datacond 10.
Examples:
1. Set trigger when 5 MB total data has been transmitted and received (such as when 1 MB of data was
transmitted, and 4 MB of data was received)
cmd datacond 5
OK
2. Query the current link data trigger condition
cmd datacond
cmd datacond 10
OK
See also: data, datareport
return to list of commands