Agilent Technologies E8285A User Manual page 306

Cdma mobile station test set
Hide thumbs Also See for E8285A:
Table of Contents

Advertisement

Method #3. Developing Programs Using Word Processor on a PC (Least Preferred)
For longer programs (greater than 100 lines), transferring the ASCII text file
directly into the IBASIC program memory through the RS-232 serial port is too
time consuming. To speed the process up, it is necessary to transfer the program
using a two step process.
1. Transfer the ASCII text file directly to a Test Set mass storage location (typically an
SRAM card).
2. Perform a GET command to bring the program from mass storage into the IBASIC pro-
gram memory.
To perform the ASCII text file transfer for long programs, an IBASIC program,
running in the Test Set, is required to manage the transfer. A suitable program
titled "ASCII_DN" (for ASCII downloader) is shown on the following page.
The ASCII_DN program runs on the Test Set and directs ASCII characters
coming in Serial Port 9 directly to a file named TEMP_CODE on an SRAM card.
The program creates the TEMP_CODE file on the SRAM card with a size of 650
records (166 Kbytes or enough for about 6600 lines of ASCII text). When the
program is run, it displays
prompt is displayed, initiate the transfer of the ASCII text file representing the
program from the PC to the Test Set. Shown below are two methods of sending an
ASCII file from the PC to the Test Set. Both methods require that the ASCII_DN
program be running in the Test Set when the transfer begins. The ASCII_DN
program can be transferred into the Test Set either by typing it in using the
IBASIC EDIT Mode described earlier, or downloading it from an ASCII text file
one line at a time as explained earlier.
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Ready to receive ASCII file data
Chapter 6, IBASIC Controller
. When this
305

Advertisement

Table of Contents
loading

Table of Contents