Tamarisk
®
640
Software ICD
16
There is no response to this command. Upon receipt of this command, the TIM will cease
data transfer operations.
2.6.1.5
Data Transfer Abort – 0x43
Description
: Abort a data transfer. This command can be used to abort both uploads and
downloads.
Command Format:
Table 16 – Data Transfer Abort Command Format
Byte
Value
Description
1
0x01
Start of message.
2
0x43
Data Transfer Abort command ID.
3
0x00
Parameters length.
4
checksum
Frame check sequence.
Response Format:
Table 17 – Data Transfer Abort Response Format
Byte
Value
Description
1
0x01
Start of message.
2
0x02
ACK response
3
0x02
Parameters length.
4, 5
0x0043
Data Transfer Abort command ID.
6
checksum
Frame check sequence.
2.6.2 Non-volatile Camera System Information.
There is information contained in the non-volatile memory that some customers may desire
to use for their products, such as camera part numbers and serial numbers. This information
is downloadable and parsable based on the information in Table 18. The Data Transfer
Download Setup Command (0x73) is used to download this information. To download the
data shown in Table 18 the user would write the following serial command to the camera:
0x01 0x73 0x0a 0x00 0x00 0x00 0x01 0x00 0x01 0x00 0x1a 0x00 0x00 0x66
Table 18 – TIM Manufacturing Information
Item
Length (in bytes)
Conversion from raw bytes
Mfg date information
2
Year = int(data[0]) * 256 + int(data[1])
Mfg date information
1
Month = int(data[2])
Mfg date information
1
Day = int(data[3])
Mfg date information
2
Year = int(data[4]) * 256 + int(data[5])
Mfg date information
1
Month = int(data[6])