C200HBAT09 Omron, C200HBAT09 Datasheet - Page 61

no-image

C200HBAT09

Manufacturer Part Number
C200HBAT09
Description
C200H REPLACEMENT BATTERY
Manufacturer
Omron
Datasheet

Specifications of C200HBAT09

Rohs Compliant
NO
Leaded Process Compatible
No
Peak Reflow Compatible (260 C)
No
BASIC Language
PC WRITE Statement
POKE Statement
PRINT/LPRINT Statement
Refer to Appendix D Formatting and Data Conversion for details on READ
and WRITE statement formatting.
Example:
A$ = “2H1, A3, I4, O2”
PC READ A$;X, Y, A$, I, J
Purpose:
Format:
Note
Examples:
PC WRITE “H4, A2, I3, O4”; 1234, “AB”, K, L
Remarks:
If the data of the previous PC WRITE statement has not been read by the
PC, the next PC WRITE statement cannot be executed until the previous one
is completed.
The maximum number of data items that can be transferred with one WRITE
statement specification is 255 in the S or A formats.
If an amount of memory greater than the actual memory area is specified by
the WRITE instruction, a FORMAT ERROR will occur.
If the value of <exp> is not an integer, the INT function is internally executed
to round it off.
Single-precision and double-precision numeric expressions are internally
converted into integer expressions.
The PC WRITE statement’s formatting parameters can be assigned to a
single character variable and that variable may then be used in the PC
WRITE statement.
Example:
A$=“H4, A2, I3, O4”
PC WRITE A$; 1234, “AB”, K, L
Purpose:
Format:
Example:
Remarks:
The address must be a 2-byte integer ranging from 0 to 65535 (&HFFFF). Do
not write data to addresses &H0000 to &H2000, and &H8000 to &HFFFF;
they are reserved for system use.
Purpose:
Format:
For parameter definitions, refer to Appendix C.
To write data to the PC
PC WRITE “<format>[,<format> ...]”;<exp1>
[,<exp2>, ...]
To write one byte to a specified memory address
POKE <address>,<data>
<address> is the memory location where data will be POKEd.
<data> is an integer from 0 to 255.
POKE &H2000,&H39
To output data and text to the screen or printer
PRINT [#<port>,] [<list of exp>][;]
Section 4-2
47

Related parts for C200HBAT09