Many
Manuals
search
Categorias
Marcas
Inicio
Denso
Lectores De Códigos De Barras
Power Net Terminal BHT-7500
Especificaciones
Denso Power Net Terminal BHT-7500 Especificaciones Pagina 384
Descarga
Compartir
Compartiendo
Añadir a mis manuales
Imprimir
Pagina
/
560
Tabla de contenidos
MARCADORES
Valorado
.
/ 5. Basado en
revisión del cliente
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
Chapter
15. Func
tion Re
fere
nce
375
Run-time err
ors:
Refer
ence:
NOTE
BHT
-BASIC does not supp
ort such MID$ function that replaces a par
t of a
stri
ng va
ria
ble
.
Error code
Meaning
05h
Parameter o
ut of the range
Functio
ns:
LEFT$, LEN,
and
RIGHT$
1
2
...
379
380
381
382
383
384
385
386
387
388
389
...
559
560
How this book is organized
4
Icons Used in This Book
7
Compiler and Interpreter
8
Easy Pack
8
BHT and CU
8
Abbreviations
9
Related Publications
9
Screen Indication
9
Chapter 1
10
1.1 Software Overview
11
■ BHT-5000/BHT-6000/BHT-6500
13
1.1.2 Overview of BHT-BASIC
16
1.2 BHT-BASIC
17
BHT-BASIC 3.0?
18
Defining constants
19
1.3.1 Compiler
20
1.3.2 Interpreter
20
Chapter 2
21
2.1.1 Required Hardware
23
2.1.2 Required Software
24
2.2.1 Developing Procedures
25
2.3 Writing a Source Program
27
2.4 Producing a User Program
29
Procedure
30
[ 1 ] Select a source file
31
[ 1 ] Create a new project
32
2.4.4 Compiling and Building
37
[ 2 ] Compiling
38
[ 3 ] Building
38
Main Window
40
2.4.7 Options
42
[ 2 ] Linking options
43
• Label–address file (.LBL)
43
[ 4 ] Outputting list files
44
Address-source list
44
Symbol table
45
• Symbol table for labels
46
Cross reference
47
[ 5 ] Outputting a mapfile
48
• Details of object codes
49
Command Line
50
[ 2 ] Options
51
2.5 Downloading
57
2.5.2 Setting up the BHT
58
BHT-5000/BHT-6000/BHT-6500
59
BHT-7000/BHT-7500
59
2.6 Executing a User Program
60
Chapter 3
61
3.1 Program Overview
62
[ 3 ] User-defined Functions
63
3.2 Handling User Programs
65
3.2.3 Included Files
66
Chapter 4
67
[ 1 ] Labels
68
[ 2 ] Statements
69
[ 3 ] Comments
69
4.1.2 Program Line Length
70
4.2 Usable Characters
71
PRINT USING statement
72
DATE$ function
72
4.3 Labels
74
4.4 Identifiers
75
4.5 Reserved Words
76
Chapter 5
77
5.1 Constants
78
Real Constants
79
[ 1 ] String Variables
80
[ 2 ] Numeric Variables
81
Work Variables
82
Common Variables
82
Register Variables
82
5.3 User-defined Functions
83
5.4 Type Conversion
84
AND, OR, NOT, and XOR
85
Chapter 6
86
6.1 Overview
87
6.2 Operator Precedence
88
5.0/20 (=0.25)
89
0.25*2 (=0.5)
89
4+0.5 (=4.5)
89
4.5-1 (=3.5)
89
6.3 Operators
90
6.3.2 Relational Operators
91
NOT operator
92
AND operator
93
OR operator
93
XOR operator
93
6.3.4 Function Operators
94
6.3.5 String Operators
94
PRINT a1$<b1$
95
Chapter 7
96
7.1 Output to the LCD Screen
97
[ 2 ] Switching the fonts
98
[ 1 ] BHT-3000
98
LOCATE 1,1
100
LOCATE 26,1
100
LOCATE 26,10
100
LOCATE 1,9
101
LOCATE 20,9
101
LOCATE 1,2
101
LOCATE 20,2
101
LOCATE 26,2
102
LOCATE 26,9
102
LOCATE 21,1
103
LOCATE 21,8
103
LOCATE 1,7
104
LOCATE 16,7
104
LOCATE 1,2 LOCATE 16,2
104
LOCATE 21,7
105
LOCATE 21,2
105
LOCATE 16,1
106
LOCATE 16,6
106
[ 5 ] BHT-7000
109
[ 6 ] BHT-7500
113
7.1.3 Dot Patterns of Fonts
117
Cursor shape
119
Different-size Fonts
121
Same Screen
122
7.1.6 VRAM
123
5000/BHT-6000/BHT-6500)
125
Setting national characters
128
Highlighting characters
128
Specifying the cursor shape
128
7.2 Input from the Keyboard
129
7.2.2 Keystroke Trapping
130
7.2.3 Alphabet Entry Function
131
Center Center
132
Alphabet Entry Example
133
BHT-5000
135
BHT-7000/7500
135
Entry System
136
Alphabet Entry Procedure
137
[ 1 ] Auto-repeat
139
[ 2 ] Shift key
139
7.3 Timer and Beeper
140
OUT Statement
141
INP Function
141
WAIT Statement
142
Chapter 8
143
8.1 File Overview
144
8.2 Data Files
145
8.2.3 Structure of Data Files
146
Input/Output for Numeric Data
148
Data Retrieval
148
Deletion of Data Files
148
8.2.6 About Drives
150
8.3 Bar Code Device
151
Bar Code Buffer
152
Code Mark
152
Multiple Code Reading
152
Generation of Check Digit
153
8.4 Communications Device
155
For optical interface
156
For direct-connect interface
157
[ 1 ] BHT-protocol
158
Protocol functions
159
8.4.4 File Transfer Tools
161
XFILE statement
162
Chapter 9
163
9.1 Overview
164
9.2 Event Polling
165
9.3 Error Trapping
167
[ 1 ] Overview
169
Chapter 10
171
10.1 Sleep Function
172
Chapter 11
173
11.1 Resume Function
174
Chapter 12
175
12.1 Low Battery Warning
176
Backlight
177
12.3 Wakeup Function
178
12.4 Remote Wakeup Function
179
(BHT-7000/BHT-7500)
179
At the host computer
180
Transmission control sequence
180
[ 3 ] Remote wakeup program
182
CHAIN statement, the
183
Chapter 13
185
13.1 LCD Backlight Function
186
Chapter 14
188
Parameter:
189
Description:
189
Syntax errors:
192
Run-time errors:
193
Example:
193
Reference:
193
DEF FN (Single-line form)
214
(Block form)
218
FOR...NEXT
232
FUNCTION…END FUNCTION
234
IF...THEN...ELSE...END IF
246
KEY ON and KEY OFF
258
LINE INPUT
269
LINE INPUT #
272
ON ERROR GOTO
277
ON...GOSUB and ON...GOTO
278
ON KEY...GOSUB
280
OPEN "BAR:"
284
OPEN statement
293
OPEN "COM:"
296
PRINT USING
311
SELECT...CASE...END SELECT
329
SUB...END SUB
331
WHILE...WEND
337
$INCLUDE
344
Fatal Error:
345
COMMON statement)
346
DEFREG statement)
346
Chapter 15
347
COUNTRY$
358
TIMEA/TIMEB/TIMEC
394
Chapter 16
396
16.1 Overview
397
(SYSTEM.FN3)
397
SYSTEM.FN3 version
398
R/W: Read and write possible
399
RO: Read only
399
8 bytes 2 bytes 8 bytes
402
Chapter 17
403
FTP.FN3) for file transfer
406
17.3 Wireless Communications
407
(SS.FN3)
408
Chapter 18
414
18.1 Two Sides
415
18.2.1 General Procedure
416
[ 2 ] Configure TCP/IP System
417
18.3 Socket API
426
18.4 FTP Client
428
[ 3 ] Data Files
431
18.4.3 Using FTP Client
434
User Programs (*.PD3)
435
[ 5 ] FTP Transfers
436
18.5.1 Overview
437
Function Number List
438
Function #3: Connect socket
441
Function #9:
443
* To be set in units of 100
454
Function #26: Create socket
456
Function #28: Close socket
457
Function #41:
458
Function #42:
458
18.6 FTP Library (FTP.FN3)
461
Reply Codes
462
VERSION$
463
Appendices
473
Appendix A
474
A2. Compilation Errors
477
Syntax Errors
479
Error code & Message
481
Linking Errors
483
Error Message
484
Library Errors
485
Appendix B
486
Reserved Words
486
Appendix C
487
Character Sets
487
C2. National Character Sets
488
KPLOAD statement. If the
489
KPLOAD statement, the Inter
490
Appendix D
492
I/O Ports
492
D2. BHT-4000
494
D3. BHT-5000
497
D4. BHT-6000/BHT-6500
501
Output Ports
504
OUT statement
504
XFILE state
506
D5. BHT-7000/BHT-7500
507
RS/CS control
508
state
508
END, POWER
510
Appendix E
514
Non-shift mode Shift mode
514
Non-shift mode
519
Shift mode
519
Memory Map
524
Memory Management
526
Battery Backup of Memory
526
Host computer
528
Appendix H
532
Programming Notes
532
Appendix I
535
Program Samples
535
Appendix J
538
Quick Reference
538
Handling errors
539
Controlling the LCD screen
540
Communicating with I/Os
542
Commenting a program
544
Manipulating numeric data
544
Manipulating string data
545
Specifying included files
545
Appendix K
546
- For others
547
BHT-BASIC
560
Programmer’s Manual
560
Comentarios a estos manuales
Sin comentarios
Publish
Relacionado con productos y manuales para Lectores De Códigos De Barras Denso Power Net Terminal BHT-7500
Lectores De Códigos De Barras Denso BHT-7000 Manual de usuario
(175 paginas)
Imprimir documento
Imprimir pagina 384
Comentarios a estos manuales