Intermec CV30 Intermec Terminal Emulator (ITE) Programmer's Reference Manual - Page 99

and 5250 Data Streams, 5250 Data Streams

Page 99 highlights

Chapter 3 - Extended Commands 3270 and 5250 Data Streams Line 2, Column 1, begins the start of transmit data. The host application must set up the screen with a transmit field to locate the RS-232 port I/O data. The field can be anywhere on the screen, beginning at position 80. The host application must supply the receive field (for response from the RS-232 port to the host). The receive field can be anywhere on the screen except for the position allocated for the return status field. The output stream appears in ASCII character format. For bytes that are not displayable ASCII characters, you may insert the "=yy" characters, where "yy" is the hexadecimal representation of the output byte. For example, insert "=0D" if your printer requires a carriage return, or insert "=0A" for a line feed. For a list of hex values and decimal equivalents, see Appendix A, "Tables." The following table describes the line and columns where characters must appear, and their meanings. Note: The symbol "b" indicates a 1-byte space. 3270/5250 Data Streams Column 2 3 4 5 6 7 8 9 10 11-12 13 14-15 16-17 18-19 Description Begin extended command Transmit and Receive on RS-232 Port command Speed (bits per second) Data parity Data bits Stop bits CTS flow DSR flow XON/XOFF flow control Flow control timeout value Return AID key Maximum characters to receive Delimiter character Number of delimiter characters Character # F 1=1200; 2=2400; 3=4800; 4=9600; 5=19200; 6=38400; 7=57600; 8=115200 N=None; 0 (zero)=None; b=None; E=Even; O=Odd 7=Seven; 8=Eight 1=One; 2=Two N/A 0=Disable; 1=Enable 0=Disable; 1=Enable XX=Number of seconds b=AID key is Enter (default). X=AID key character. For return AID key characters, see the next section, "Return AID Key Characters". dd or Xd...dX, where: dd=00-99. Default is 99. d...d=Any number of decimal digits from 0-2000, inclusive. Default is 99. AA=Hexadecimal ASCII code that marks the end of data to be received. Range: 00-7E. Default of 00 or bb implies no start character. XX=Number of characters accepted before sending return code to host. Range: 00-99. Default of 00 or bb implies no start character. Intermec Terminal Emulator (ITE) Programmer's Reference Manual 87

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

Chapter 3 — Extended Commands
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
87
3270 and 5250 Data Streams
Line 2, Column 1, begins the start of transmit data. The host application must set
up the screen with a transmit field to locate the RS-232 port I/O data. The field can
be anywhere on the screen, beginning at position 80. The host application must
supply the receive field (for response from the RS-232 port to the host). The receive
field can be anywhere on the screen except for the position allocated for the return
status field.
The output stream appears in ASCII character format. For bytes that are not
displayable ASCII characters, you may insert the “=yy” characters, where “yy” is the
hexadecimal representation of the output byte. For example, insert “=0D” if your
printer requires a carriage return, or insert “=0A” for a line feed. For a list of hex
values and decimal equivalents, see Appendix A,
“Tables.”
The following table describes the line and columns where characters must appear,
and their meanings.
Note:
The symbol “b
” indicates a 1-byte space.
3270/5250 Data Streams
Column
Description
Character
2
Begin extended command
#
3
Transmit and Receive on
RS-232 Port command
F
4
Speed (bits per second)
1=1200; 2=2400; 3=4800; 4=9600; 5=19200;
6=38400; 7=57600; 8=115200
5
Data parity
N=None; 0 (zero)=None; b
=None; E=Even;
O=Odd
6
Data bits
7=Seven; 8=Eight
7
Stop bits
1=One; 2=Two
8
CTS flow
N/A
9
DSR flow
0=Disable; 1=Enable
10
XON/XOFF flow control
0=Disable; 1=Enable
11-12
Flow control timeout value
XX=Number of seconds
13
Return AID key
b
=AID key is Enter (default).
X=AID key character.
For return AID key characters, see the next
section, “Return AID Key Characters”.
14-15
Maximum characters to
receive
dd or Xd...dX, where: dd=00-99. Default is 99.
d
...
d=Any number of decimal digits from 0-2000,
inclusive. Default is 99.
16-17
Delimiter character
AA=Hexadecimal ASCII code that marks the end
of data to be received. Range: 00-7E. Default of
00 or bb
implies no start character.
18-19
Number of delimiter
characters
XX=Number of characters accepted before
sending return code to host. Range: 00-99.
Default of 00 or bb
implies no start character.