Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
37
Command Reference
return to list of commands
cardunlockload lock-script-file-name url username passwd
This command is used to load the custom unlock 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:
unlock-script-file-name the name of the unlock 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 cardunlockload unlock.sh cypress.bc.ca guest guestpw where unlock.sh is the unlock 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 cardunlockload unlock.sh http://cypress.bc.ca where unlock.sh is the unlock script, and
cypress.bc.ca is the HTTP server
After using this command, a cmd save is required to save the unlock script.
See also: cardlockload, mode
return to list of commands
clientmac nn:nn:nn:nn:nn:nn
Use clientmac to set the MAC address of a client computer Ethernet interface, if using modem mode
(half-bridge mode) and DHCP.
nn:nn:nn:nn:nn:nn 12-digit hexadecimal address
The clientmac address can be queried by using this command without parameters.
Examples:
cmd clientmac 00:a0:d1:69:b2:c8
OK
cmd clientmac
cmd clientmac 00:a0:d1:69:b2:c8
OK