Autosite_Users_Manual - 第100页
Trans lati on Form ats B-2 AutoSite User Manual Below you will find a li st, in ascending numeri cal order, of all th e translation formats sup ported by the programm er. Followin g the list is a description and, in most…

AutoSite User Manual B-1
Translation Formats
Translation formats are different ways of encoding the data in a data file.
A data file contains the information to be programmed into a device. The
data file could contain the fuse pattern and test vectors for a logic device
or the data for a memory device.
Generally, the data, such as the fuse pattern for a logic device, are created
on a development platform and are then stored in a particular data
translation format. When you want to transfer the data file to the
programmer, you will need to set up the programmer to handle the
correct translation format. During download, the programmer translates
the formatted data and stores them in user memory as a binary image file.
B

Translation Formats
B-2 AutoSite User Manual
Below you will find a list, in ascending numerical order, of all the
translation formats supported by the programmer. Following the list is a
description and, in most cases, an example of each translation format,
presented in order by format number.
* This alternate code is used to transfer data without the STX start code and the ETX end
code.
** This alternate code is used to transfer data using the SOH start code instead of the
usual STX.
Format
Code
Format
Code
ASCII-BNPF 01 (05*) RCA Cosmac 70
ASCII-BHLF 02 (06*) Fairchild Fairbug 80
ASCII-B10F 03 (07*) MOS Technology 81
Texas Instruments
SDSMAC (320) 04
Motorola EXORcisor
Intel Intellec 8/MDS
82
83
5-level BNPF 08 (09*) Signetic Absolute Object 85
Formatted Binary 10 Tektronix Hexadecimal 86
DEC Binary 11 Motorola EXORmacs 87
Spectrum 12 (13*) Intel MCS-86 Hex Object 88
POF
Absolute Binary
14
16
Hewlett-Packard 64000
Absolute 89
LOF
ASCII-Octal Space
17
30 (35**)
Texas Instruments
SDSMAC 90
ASCII-Octal Percent 31 (36**) JEDEC format (full) 91
ASCII-Octal
Apostrophe
ASCII-Octal SMS
32
37
JEDEC format (Kernal
Tektronix Hexadecimal
Extended)
92
94
ASCII-Hex Space 50 (55**) Motorola 32 bit (S3 record) 95
ASCII-Hex Percent
ASCII-Hex Apostrophe
51 (56**)
52
Hewlett-Packard UNIX
Format 96
ASCII-Hex SMS 57 Intel OMF 386 97
ASCII-Hex Comma 53 (58**) Intel OMF 286 98
Intel Hex-32 99

Translation Formats
AutoSite User Manual B-3
Instrument Control Codes
The instrument control code is a 1-digit number that signals or controls
data transfers. Specifically, the instrument control code can be used to
implement a form of remote control that provides peripherals with flow
control beyond that provided by software handshaking. When using
computer remote control, the instrument control code is sent immediately
preceding the 2-digit format code. The three values of the instrument
control code and associated functions are described below.
Note: X-ON character is a CTRL-Q, or 11 hex.
X-OFF character is a CTRL-S, or 13 hex.
PUNCH-ON character is a CTRL-R, or 12 hex.
PUNCH-OFF character is a CTRL-T, or 14 hex.
0-Handshake Off
Input Function: Send X-OFF to stop the incoming transmission. Send
X-ON to resume transmission.
Output Function: Data transmission will be halted upon receipt of an
X-OFF character; transmission will resume upon
receipt of an X-ON character.
1-Handshake On
Input Function: Transmit an X-ON character when ready to receive
data; transmit X-OFF if the receiver buffer is full;
transmit an X-ON if the receiver buffer is empty;
transmit an X-OFF after all the data are received.
Output Function: Transmit a PUNCH-ON character prior to data
transmission. Data transmission will be halted upon
receipt of an X-OFF character and will resume upon
receipt of an X-ON character. A PUNCH-OFF
character is sent when the transmission is
completed.
2-X-ON/X-OFF
Input Function: Send X-OFF to stop the incoming transmission. Send
X-ON to resume transmission.
Output Function: Transmit data only after receiving an X-ON
character. Data transmission will be halted upon
receipt of an X-OFF character; transmission will
resume upon receipt of an X-ON character.