Manualios.com

Casio DT-930 Series Quick Start Manual

Casio DT-930 Series Manual Online:

3, 1493 votes
Casio DT-930 Series User Manual
Casio DT-930 Series User Guide
Casio DT-930 Series Online Manual

Text of Casio DT-930 Series User Guide:

  • Casio DT-930 Series, 11 2.6.1 Preparation of Linking Before linking, you have to create SUBCOMMAND file. This file contains settings needed by the linker. <SAMPLE.SUB> INPUT C:\DT930\OBJ\AP_START.OBJ,& C:\DT930\OBJ\AP_INIT.OBJ,& C:\DT930\AP\SAMPLE.OBJ LIBRARY C:\SHC\LIB\SHCLIB.LIB LIBRARY C:\DT930\LIB\HICIF.LIB ROM (D,R) START P,C,D,hicif(09048030) OUTPUT .\SAMPLE PRINT .\SAMPLE FORM A EXIT A. Specify objects which constitute application program The startup files for DT-930 series (i.e. AP_START.OBJ,AP_INIT.OBJ) and application program. B. RO

  • Casio DT-930 Series, 22 Create a script to download LOD file 1. Run the LMWIN utility and continue the rest of steps, 2 to 8. 2. Select NEW Script File from S cript menu. 3. Click Browse button. 4. Navigate to the directory where you have stored the .lod file (e.g. c:\dt930\ap) and click it. Click OK button. 5. Enter ‘C:\’ in Destination Dir field. 6. Click A dd button. ‘/S C:\.....\SAMPLE.LOD C:\’ will appear in Script field. 7. Click Save button and then a dialogue box will appear. Enter a script file name (e.g. program.scr) in the box. 8. Click E xit button. Execute a script to

  • Casio DT-930 Series, 9 2.4 Editing Source Code In order to explain the steps of application development, the following source codes are used. In this guide, the file name is SAMPLE.C and is placed at C:\DT930\AP\ < SAMPLE.C> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "itron.h" #include "CMNDEF.H" #include "bios1mac.h" ap_start( ) { KEY_INP pkey_inp;

  • Casio DT-930 Series, 14 2.7.2 APCNVY.COM [Function] Convert S-type object into download file (*.LOD) [Usage] APCNVY S_type_object_name Download_file_name < Example > APCNVY SAMPLE.MOT SAMPLE.LOD Note: APCNV needs the map file of the same name. Place the MAP file created at linking to the same folder.

  • Casio DT-930 Series, 5 1. Prerequisites 1.1 Skills Required The following skills are required by developers aiming to develop application software for the DT-930 series. • MS-DOS command prompt • C language 1.2 Software Development Tools The following software are required to develop the application program. • Hitachi SH-C Compiler. This compiler is used to compile and link your application program. • CASIO HT software development kit In order to develop an application program for CASIO handheld terminals, it is necessary to install the

  • 7 2. Setting Up The Development Environment The development tools (i.e. compiler, linker, etc.) are MS-DOS based program. The following explanations are supposed to use DOS prompt of MS-Windows. 2.1 Installing the C Compiler Firstly, make the re

  • Casio DT-930 Series, 8 2.3 Installing the CASIO Software Development Kit The model specific SDKs are provided at the CASIO web site. The following example is the layout recommended for the terminal. Table 2.1 C:\DT930\ APCNVY.COM Download file converter SUBMK.EXE Application loading address adjusting utility BIN\ KJ_CNVRT.EXE Kanji code converter ITRON.H ITRON library CMNDEF.H BIOS common definition BIOS1DEF.H BIOS jump table structure definition BIOS1MAC.H BIOS macro definition BIOS5DEF.H Bluetooth I/F jump table definition BIOS5MAC.H Bluetooth I/F macro def

  • Casio DT-930 Series, 24 2.10 Installing Application to Drive B 2.10.1 Using LMWIN Method You can install your application and other important information on Drive B to ensure that recovery from a fatal error (for example, if the Drive A is corrupted or lost its format for some reason) be made. Follow the steps below: 1. Compile your application so that it is in the download file (*.LOD). 2. Copy the application, patch files and system files (CONFIG.HTS,

  • 23 4. On the terminal, check that the parameters 5, 6 and 7 are FLNK, IR and 115K respectively. When the HA-60IO Bridge Basic Cradle is used, the parameter 5 must be FLINK. See Fig. 2.19. 5. Select “4: UTILITY” in Fig. 2.20. The screen below will appear. Select “

  • Casio DT-930 Series, 10 2.5 Compiling [Usage] SHC < Options > Source files [Options] /I=Path name : Specify where include files are /OP=n : Optimization n=0 : No optimize n=1 : Optimize <Example> C:\DT930\AP>SHC /I=.,C:\DT930\INCLUDE,C:\SHC\INCLUDE SAMPLE.C 2.6 Linking The linking operation needs the following steps so that a load module (*.ABS) and a MAP file (*.MAP) are generated 1. Link objects 2. Adjust start address of B, R section by Submk.exe 3. Re-link objects

  • 19 Downloading files to the terminal If you want to download a file other than application to the terminal then follow the steps below. 1. Specify the directory where your files are stored in Transmitting data storage directory field as described in Fig. 2.10. 2. Click OK butto

  • Casio DT-930 Series, 2 Table of Contents Preface ................................................................................................................. 4 1. Prerequisites ................................................................................................. 5 1.1 Skills Required ............................................................................................ 5 1.2 Software Development Tools ...........

  • Casio DT-930 Series, 13 2.7 Converting Load Module (*.ABS) to Download File The load module (*.ABS) generated by the linker explained in the previous page needs to be converted into the proper format for downloading to the terminal. For this purpose, you need to properly use CNVS.EXE and APCNVY.COM by the cradle type. Refer to Chapter 1.2 “Software Development Tools” for the cradle types. When you use the DT-960IOE Basic Cradle, the ABS

  • Casio DT-930 Series, 21 2.9.2 Using LMWIN Method The upload/download procedure with DT-964IOE Satellite Cradle or HA-E60IO Bridge Basic Cradle using the LMWIN utility is much flexible. Here are some brief instructions for downloading a program to the terminal. If your PC does not have the LMWIN utility installed, install it prior to starting the procedures described below. Create a script to download patch

  • Casio DT-930 Series, 18 4. On the terminal, make the System Menu appear by holding down the S and . (decimal) keys together as you turn on the power on the terminal. 1 : EXECUTE AP 2 : SET MODE 3 : DATE/TIME 4 : TRANSMIT 5 : VERSION 5. Select “4: TRANSMIT” in Fig. 2.7. 1 : MULTI INSTALL 2 : AP INSTALL 3 : DUPLICATE HT 4 : UTILITY 5 : PROTOCOL 6 : PORT 7 : SPEED MLT SIR 19K 6. Check that paramete

  • Casio DT-930 Series, 17 2. Select File setting in Settings (F ) menu and specify ‘C:\DT930\AP’ in Application storage directory field (see Fig. 2.4). Note that your input in the field will not be accepted if the directory does not exist on the PC. 3. Select Communication in Settings (F ) menu and then select 19200BPS in the COM speed pull-down menu for the COM speed. Note COM0=COM1 on your PC and COM1=COM2. Set this to whichever port you use. 4. Select Execute(R) in Fig. 2.6 to make the Multi-drop utility enter to the ‘Polli

  • Casio DT-930 Series, 12 2.6.3 Example of Linking C:\DT930\AP>COPY SAMPLE.ORG SUBFILE.SUB → A C:\DT930\AP>LNK -SUBCOMMAND=SUBFILE.SUB → B C:\DT930\AP>SUBMK SUBFILE.SUB → C C:\DT930\AP>LNK -SUBCOMMAND=SUBFILE.SUB → D A. Copy original the SUBCOMMAND file to a file to be modified with SUBMK.EXE. B. Link your application once to get a MAP file which is used by the SUBMK.EXE. C. Execut

  • Casio DT-930 Series, 15 2.8 Checking Application Program Size The application program size on the terminal is not the same as the size of download files, *.MOT or *.LOD file explained in Chapter 2.7. To know the correct size of your application program, see MAP file generated by linker. The distance from the start address in it to the end address is exactly the size of your application program. If you require to know only whether your application program can be put in the application area of the terminal, check the end address from MAP file. However, when the size of application p

  • Casio DT-930 Series, 20 4. As soon as the menu no. 4 is selected in Fig. 2.12, the following screen in Fig. 2.13 will appear. 1 : MULTI INSTALL 2 : AP INSTALL 3 : DUPLICATE HT 4 : UTILITY 5 : PROTOCOL 6 : PORT 7 : SPEED FLINK SIR 115K 5. After selecting “4: UTILITY” in Fig. 2.13, the following screen will appear. 1 : SEND FILE 2 : RECEIVE FILE 3 : FORMAT DRIVE 4 : CHG MEM SIZE 5 : FILE MODE NORM

Related Products and Documents (Barcode Reader):

Comparable Devices:

# Manufacturer Model Document Type File Updated Pages Size
1 Enviro SB-150 Operation & user’s manual enviro/sb-150-G72.pdf 23 Mar 2023 4 2.79 Mb
2 Epson Pro 5000 Reference manual epson/pro-5000-Y59.pdf 09 Mar 2023 233 1.66 Mb
3 Nokia RM-320 Operation & user’s manual nokia/rm-320-8JZ.pdf 21 Jun 2022 184
4 Samsung BD P3600 - Blu-Ray Disc Player Operation & user’s manual samsung/bd-p3600-blu-ray-disc-player-6WE.pdf 05 Dec 2023 104 22.43 Mb
5 Konica Minolta DRYPRO 873 Brochure & specs konica-minolta/drypro-873-VAG.pdf 28 Jan 2023 4
6 Raymarine 425 Owner's handbook manual raymarine/425-653.pdf 25 May 2023 113 1.51 Mb

Similar Resources:

  • Panasonic

    KV-S1020C

    (2 pages)
    Panasonic Image EnhancementTechnology (PIE)Combining sophisticated on-board imageprocessing and advanced enhancement features,Panasonic‘s Image Enhancement Technology (PIE)is a powerful suite of tools designed to improvedocument image quality and maximize return oninvestment by automating pre and/or post-scanning tasks.• Auto Binary / Color Distinction� …
  • Intermec

    EasyCoder 4420

    (8 pages)
    067149-00114420 and 4440 Cutter Installation Instruction SheetThis instruction sheet explains how to install a cutter on a 4420 or 4440 printer. Thefollowing procedures cover attaching the cutter to the printer and connecting thecutter to the main printed circuit board (PCB). A qualified field service technicianmust install the cutter.CautionIntegrated circu …
  • Hammer

    PROFESSIONAL BARCODE SCANNER 21

    (2 pages)
    www.myphone-mobile.comPL - Instrukcja obsługiRzeczywisty produkt, dołączone do niego akcesoria oraz niektóre jego funkcje mogą różnić się od prezentowanych na ilustracjach i w opisach w niniejszej instrukcji. Aktualna instrukcja lub jej bardziej szczegółowa wersja jest również dostępna na stronie produktu:www.myphone.pl/qr/hammer …
  • PSC Scanning

    QuickScan 1000

    (2 pages)
    Laser CautionsNomenclature/LabelingFigure 6Class II1. LASER RADIATION — DO NOT STARE INTO BEAM CLASS 2 LASER PRODUCT1. LASERSTRAHLUNG — NICHT IN DEN STRAHL BLICKENLASER KLASSE 21. VARO! LASERSÄTEILYA ÄLÄ TUIJOTA SÄTEESEEN LUOKAN 2 LASERLAITE1. RAYONNEMENT LASER — NE PAS REGARDER DANS LEFAISCEAU APPAREIL A’ LASER DE CLASSE 21. LUZ LASER — ¡NO …
  • Citizen

    CLP-521Z

    (2 pages)
    For the safe operation of your printer, please read the following important operation and safety instructions carefully. Failure to observethese precautions can result in personal injury or property damage or, in extreme situation, serious injury or death. 1. Read all of these instructions and save them for later reference. 2. Follow all warnings and inst …
  • Unitech

    MS912

    (2 pages)
    MS912 Quick Start Guide The Unitech MS912 Pocket ScannerInstallation Instructions & Popular Conguration SettingsConnect and CHargeFlip the rubber cover up to expose the mini USB port on the scanner. Insert the mini USB cable into the port on the scanner and into the port on the host computer. Charge for at least 5 hours.Step 1:Enable Pairing on MS912 …

Comments, Questions and Opinions: