Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
138
Command Reference
Sets the timeout period for a ssh session with no activity. The ssh timeout will take effect on the next
sshlogin.
n = 0 to 65535 timeout time, in seconds (default: 60 seconds)
The current ssh timeout setting can be queried by entering sshtimeout without parameters.
Example:
1. Disable ssh timeout
cmd sshtimeout 0
OK
return to list of commands
swipemode n
Sets the swipe card interface to be used with the modem.
n = 0 Serial HID swipe card interface (default), requires cmd mode 9
n = 1 Serial iButton swipe card interface, requires cmd mode 9
n = 10 GPIO HID swipe card interface, works in any mode and takes priority in cmd mode 9
When swipemode is configured with n = 0 or n = 1, the command cmd mode 9 must be used. When
swipemode is configured with n = 10, any mode can be used.
Note: In order to use swipemode 10, power management controller firmware version 105 must be
loaded. To check this version cmd mmq 47 command can be issued and should return the value of 69.
Contact Cypress Solutions for instructions on upgrading power management controller firmware.
Examples:
1. Set modem to use the serial iButton swipe card interface
cmd mode 9
OK
cmd swipemode 1
OK
2. Set modem to use the GPIO HID swipe card interface
cmd swipemode 10
OK
3. Query the currently configured swipe card interface
cmd swipemode
cmd swipemode 0
OK