4-6
IM 34M6H21-01E
2nd Edition : Aug, 2001-00
(Example)
This example shows receiving of the following line data from port 2 of slot 5 when
the terminator is CR-LF.
BASIC program
Data on the line
1010 ENTER 5,2 FORMAT;A$
1020
ENTER 5,2 FUSING 1030;B$;C
1030 IMAGE 4A,6N
The value of each variable is as shown below.
A$=“ABCD”
B$=“ABCD”
C=100
z
Type
III
The data on the line does not undergo code conversion and is stored in the input
variable unchanged. The terminator, even if present, is not removed.
(Example)
The example shows receiving of the following line data from port 2 of slot 5.
BASIC program
Data on the line
10 DEFINT K
1010 ENTER 5,2 NOFORMAT;A$
1020 ENTER 5,2 NOFORMAT;K
The value of each variable is as shown below.
A$=“ABCD”+CHR$($0D)+CHR$($0A)
K=1
A
B
C
D
CR LF
A
B
C
.
1
0
0
.
0
D
CR
LF
A
B
C
D
CR LF
(no terminator)
Binary data ($0001)
Summary of Contents for F3RS22-0N
Page 11: ...Blank Page...
Page 15: ...Blank Page...
Page 28: ...3 3 IM 34M6H21 01E 2nd Edition Aug 2001 00 External Dimensions Unit mm 83 2 28 9 2 12 1 100...
Page 31: ...Blank Page...
Page 59: ...Blank Page...
Page 63: ...Appx 3 2 IM 34M6H21 01E 2nd Edition Aug 2001 00 Blank Page...
Page 65: ...Blank Page...