HP 9000 Series 300 Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach PC / Workstation Barebones HP 9000 Series 300 herunter. Porting HP BASIC/9000 Programs to HP BASIC for Windows Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 12
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
A New Backspace
Under HP BASIC, the BACKSPACE key was assigned to
CHR$(255)&”B”. This function does the same thing that
the LEFT arrow key does. HP BASIC is unique in this
treatment of the BACKSPACE key. For compatibility with
the remainder of the computing community, HP BASIC
for Windows assigns a new function to the BACKSPACE
key. Pushing BACKSPACE deletes the character to the
left of the cursor. This function is named DEL LEFT and
is equivalent to the function LEFT followed by DEL CHR.
If you do not like this definition, you may be able to
redefine the key using the CONFIGURE KEY statement.
Series 300 Bit-Mapped (CRTB) Displays
If using an HP 9816, 9836, or other HP computer with
separate alpha and graphics hardware, some of the
differences you find in HP BASIC for Windows will be
the same differences you would find moving to an HP 310
or another HP computer with a fully bit-mapped
alpha/graphics display. On bit-mapped displays, the
ALPHA image is written into one or more of the graphic
planes. On HP BASIC/9000 workstations, one plane can
be separated from the others for use solely for the
ALPHA image. Or, all the planes can be merged for
shared use between ALPHA and GRAPHICS. HP BASIC
for Windows supports both separated and merged mode.
When ALPHA and GRAPHICS are merged, ALPHA text is
converted to graphic bits and written into the graphic
planes, overwriting any graphics data that might be
present. Therefore, ALPHA and GRAPHICS cannot be
dumped separately. And when the ALPHA text is scrolled,
any graphic data present will be scrolled also.
CRTB Mode is the default for Windows system drivers.
This mode gives the best HP 9000 emulation.
9836C (CRTA) Displays
The HP 9836C display is driven by CRTA Mode drivers.
A CRTA display has distinct ALPHA and GRAPHICS
images. Either the ALPHA or GRAPHICS images can be
displayed, or both can be displayed at once, overlapping
each other. The hardware for the two images is
independent. HP BASIC for Windows emulates CRTA
Mode drivers.
1
Porting HP BASIC/9000 Programs
to HP BASIC for Windows Version 7.0
and Above
One of the hallmarks of the HP BASIC family has been the
ability to develop applications which will run on a variety
of computer platforms. HP BASIC for Windows adds the
PC platform to the RMB
©
(Rocky Mountain Basic
©
) family.
This product note describes differences between
HP BASIC/9000 (Including Series 200, 300, 400, and 700
computers) and HP BASIC for Windows. Differences in
hardware, file system, and keywords are discussed to help
you move programs to HP BASIC for Windows from other
HP BASIC platforms.
The CONFIGURE command allows you to customize
HP BASIC for Windows to more nearly match the
configuration of an HP 9000 computer. This command is
described completely in the documentation supplied with
the product.
Hardware Differences
HP BASIC for Windows compensates automatically for
many of the hardware differences that exist between
an HP BASIC/9000 and other hardware platforms.
The following sections outline many of the differences
and explain what limitations still apply.
Disk Drives
GPIB disk drives are not supported. No mass storage
device is supported across the GPIB. HP LIF disks are not
compatible with DOS disk formats and cannot be read or
written directly by HP BASIC for Windows. However,
there are LIF utilities provided with HP BASIC for
Windows for transferring files from LIF disks. These
utilities work with most PC floppy drive mechanisms.
Softkey Layout
Different keyboard layouts are used by HP BASIC/9000
and PCs. Some PC keyboards have the softkeys down the
left side of the keyboard, and some have them across the
top of the keyboard. To make up for these differences and
the lack of spatial coherence between the physical keys
and the softkey menu, HP BASIC for Windows menu
labels have been numbered to provide numerical
coherence. The label numbered “1” always corresponds to
the softkey with the 1 printed on it. The number is not
meant to be the softkey number.
To provide compatibility with programs written for the
9836 Nimitz keyboard (which starts with softkey K0), the
command KBD CMODE can be used to turn on or off
compatibility mode.
application
HP BASIC Porting Considerations
H
HP BASIC /WS
S300
HP BASIC /UX
S300
HP BASIC/UX
S700
HP BASIC for
Windows
Seitenansicht 0
1 2 3 4 5 6 ... 11 12

Inhaltsverzeichnis

Seite 1

A New BackspaceUnder HP BASIC, the BACKSPACE key was assigned toCHR$(255)&”B”. This function does the same thing thatthe LEFT arrow key does. HP B

Seite 2

SYSTEMThe SYSTEM$(“DISP LINE”) function is an HP BASIC forWindows extension that returns the present contents ofthe display line. The SYSTEM$(“VERSION

Seite 4 - DOS Directory Path

For more information about Hewlett-Packard test andmeasurement products, applications, services, and for acurrent sales office listing, visit our web

Seite 5

Miscellaneous DifferencesThe serial interface is enhanced with XON/XOFF flowcontrol, and is enabled by default. If you are portingexisting programs th

Seite 6

DOS (FAT) File SystemThe following sections describe some of the differencesbetween the DOS (FAT) file system and the HPBASIC/9000 Logical Interchange

Seite 7 - GRAPHICS INPUT IS

Attribute Meaninghidden The filename is not shown in a disk catalog although the file is there.read-only The file may be read but not written to or

Seite 8

BUFFERIn HP BASIC for Windows, it is usually incorrect to accessnumeric data in a buffer through the array name. ENTERand OUTPUT should be used instea

Seite 9

ERRDSERRDS is not supported. ERRM$HP BASIC for Windows error messages are usuallysimilar to those in HP BASIC/9000. Programs thatdepend on ERRM$ retur

Seite 10

HELPThe HELP statement is an HP BASIC for Windowsstatement. It provides on-line help for all languagestatements. Just enter HELP followed by the keywo

Seite 11

LINKLINK is not supported.LIST BINLIST BIN lists the name and version number of each BINcurrently in memory. (Programmable in HP BASIC forWindows, but

Seite 12

Character Meaning(none) no protectionR read-only: File cannot be written or deleted.S system file: For the most part this attribute has no meaningH

Kommentare zu diesen Handbüchern

Keine Kommentare