Tyco Electronics 1525l Car Video System User Manual


 
MagTek Device Drivers for Windows
102
reset
Function
Reset the device.
Syntax
/reset
Errors
none
Remarks
Clear any pending operations and reset the device to initial state (for mechanized
card devices this command will also eject the card). This does not affect any of the
properties.
Example
To return a device to its initial state:
Command
/reset<LF>
Response
none
set
Function
Set a property.
Syntax
/set prop val
prop is one of the valid properties (R/W) shown in Section 2. Properties
val represents the value of that property.
Errors
none
Remarks
This command is used to define each of the properties that are required prior to
sending a command.
Example
To load the key serial number in the IntelliPIN:
Command
/set enc_key_sn 0123456789012345<LF>
Response
none
ver
Function
Read driver version.
Syntax
/ver
Errors
none
Remarks
The response to this command is sent in the following format: /ver num text
num is the driver’s part number
text is a free format version string. It may contain a tagged-format data enclosed
in parentheses, as shown in this example
This is not the version of the device.
Example
To determine the version of the currently active driver:
Command
/ver<LF>
Response
/ver 30037395 Mag-Tek Device Driver
(Version=1.04 Model=IntelliPIN)<LF>