Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
36
Command Reference
cmd cardlistload new-approved.txt http://cypress.bc.ca where new-approved.txt is the approved ID list,
and cypress.bc.ca is the HTTP server
After using this command, a cmd save is required to save the approved ID list.
See also: cardlistclear, cardlistsave, mode, swipereport
return to list of commands
cardlistsave
Store a list of approved swipe-card IDs for use by redboot loader swipe card reader application.
Note that a list of approved IDs must first be loaded to the modem using cardlistload.
Example:
cmd cardlistsave
OK
See also: cardlistclear, cardlistload
return to list of commands
cardlockload lock-script-file-name url username passwd
This command is used to load the custom lock script associated with the swipe card interface. The
command requires 4 parameters when accessing an FTP server or 2 parameters when accessing an HTTP
server:
lock-script-file-name the name of the lock script file
url the address of the FTP or HTTP server, can also be an IP address, prefixed by ftp:// or http://
respectively; if no prefix is specified (eg. cypress.bc.ca) then ftp:// is used
username username to access FTP server (ignored when url is prefixed by http://)
passwd password to access FTP server (ignored when url is prefixed by http://)
Examples:
cmd cardlockload lock.sh cypress.bc.ca guest guestpw where lock.sh is the lock script, cypress.bc.ca is
the FTP server, guest is the username of the FTP server and guestpw is the password of the FTP server
cmd cardlockload lock.sh http://cypress.bc.ca where lock.sh is the lock script, and cypress.bc.ca is the
HTTP server
After using this command, a cmd save is required to save the lock script.
See also: cardunlockload, mode