C200HBAT09 Omron, C200HBAT09 Datasheet - Page 76

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
62
LOC Function
PEEK Function
TIME$ Function
Note For details of memory structure, refer to Appendix E ASCII Unit Memory
Example:
Remarks:
All characters except CTRL+X can be read, including CR and LF: CR and LF
cannot be read with the LINE INPUT statement.
The BASIC LED indicator on the ASCII Unit will blink indicating that the Unit
is waiting for input. It will continue blinking until the specified number of char-
acters is entered.
Example Program:
Remarks:
Displays key character codes.
Purpose:
Format:
Example:
Remarks:
The port specified must already be open and in input mode. The number of
data items in the buffer of the specified port is given in byte units.
Purpose:
Format:
Example:
Remarks:
If the specified address is not an integer, it is converted into one.
Do not try to read reserved system addresses &H0000 through &H1FFF and
&H8000 through HFFFF.
Map .
Purpose:
Format:
10
20
30
40
50
<port> is the port number (1 or 2).
CLS
A$ = INPUT$ (1)
A$ = HEX$ (ASC(A$))
PRINT A$
GOTO 20
To return the number of data items in the specified port buffer.
x = LOC(<port#>)
A = LOC(2)
To read the contents of a specified memory address
PEEK(<I>)
<I> is the memory location and must be in the range of 0 to
65535 (&HFFFF).
A = PEEK(&H3000)
Sets or gives the time
TIME$ = <x$>
<y$> = TIME$
<x$> is a string expression indicating the time to be set. The fol-
lowing formats may be used:
A$ = INPUT$(10,#1)
hh: sets the hour (minutes and seconds 00)
Section 4-2

Related parts for C200HBAT09