Denso 400BW-CE Spezifikationen

Stöbern Sie online oder laden Sie Spezifikationen nach Barcodeleser Denso 400BW-CE herunter. Denso 400BW-CE Specifications Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 176
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen

Inhaltsverzeichnis

Seite 1

API Reference Manual Barcode Handy Terminal BHT-700-CE

Seite 2

Chapter 4. Backlight Control 4.1. Outline The backlight illumination and power saving modes can be controlled using either of the following methods

Seite 3 - Contents

When dwCDType is M (Code 39), the length of barcode data must be two or more digits except for start and stop characters. If not, this function gets

Seite 4

When dwCDType is P (MSI), the length of barcode data must be two or more digits. If not, this function gets "0" and returns an error code.

Seite 5

BHT_BAR_SetDecodeOptions Description Sets the editing function setting value for the decoded result. This is supported only by the BHT-700B. Syntax

Seite 6

Member name Default Details bConvertToUPCA FALSE Used to convert (TRUE) or not convert (FALSE) to UPC-A. bReportNumsys FALSE Used to add (TRUE)

Seite 7 - 2.3. Installation

BHT_BAR_GetDecodeOptions Description Sets the editing function setting value for the decoded result. This is supported only by the BHT-700B. Syntax

Seite 8 - 3.2. Screen Rotation

Member name Default Details bConvertToUPCA FALSE Used to convert (TRUE) or not convert (FALSE) to UPC-A. bReportNumsys FALSE Used to add (TRUE)

Seite 9

16.2. Backlight API BHT_SetBltStatus Description Control the backlight. Syntax DWORD BHT_SetBltStatus ( DWORD dwStatus ) Parameters dwStatus [in

Seite 10 - 4.1. Outline

BHT_GetBltStatus Description Read the backlight status. Syntax DWORD BHT_GetBltStatus ( DWORD* pdwStatus ) Parameters pdwStatus [out] Current ba

Seite 11

16.3. Battery API BHT_GetPowerStatus Description Read information about the battery loaded in the BHT body. Syntax DWORD BHT_GetPowerStatus ( WORD

Seite 12 - (2) Backlight ON

BHT_GetPowerStatus2nd Description Read information about the battery loaded in the grip. Syntax DWORD BHT_GetPowerStatus2nd ( WORD* pwCuOnLine ,

Seite 13

4.3. Setting the Backlight Illumination Time The backlight illumination time is set and read using the BHT_SetSysSettingDW (DWORD dwCtrlCode,DWORD d

Seite 14 - 4.7. Key Backlight

16.4. LED API BHT_GetNLedStatus Description Read the status of the indicator LED (red/blue). Syntax DWORD BHT_GetNLedStatus ( DWORD* pdwInfo ) P

Seite 15 - 5.1. Outline

BHT_SetNLedStatus Description Control the indicator LED (red/blue). Syntax DWORD BHT_SetNLedStatus ( DWORD dwStatus ) Parameters dwStatus [in] C

Seite 16

BHT_GetNLedStatusEx Description Read the status of the indicator LED and synchronization LED. Syntax DWORD BHT_GetNLedStatusEx ( DWORD dwLedDevice

Seite 17 - 5.5. Beeper Volume Patterns

BHT_SetNLedOn Description Turn on the indicator LED and/or synchronization LED. Syntax DWORD BHT_SetNLedOn ( DWORD dwLedDevice , DWORD dwLedNum )

Seite 18 - 6.1. Outline

BHT_SetNLedOff Description Turn off the indicator LED and/or synchronization LED. Syntax DWORD BHT_SetNLedOff ( DWORD dwLedDevice , DWORD dwLedNu

Seite 19

16.5. Beeper/Vibrator API BHT_StartBeep Description Drive the beeper or vibrator. Syntax DWORD BHT_StartBeep ( DWORD dwOnTime , DWORD dwOffTime ,

Seite 20 - 6.4. Magic Key Control

Comment: - The system functions allow the beeper volume to be changed. (Refer to Section 5.2. and 5.3.) - Specification of any of 3 through 667 to

Seite 21

BHT_StartBeeperOnly Description Drive the beeper. Syntax DWORD BHT_StartBeeperOnly ( DWORD dwOnTime , DWORD dwOffTime, WORD wRepCnt , WORD wFre

Seite 22 - 6.6. Key Input Modes

Comment: - The system functions allow the beeper volume to be changed. (Refer to Section 5.2. and 5.3.) - Specification of any of 3 through 667 to

Seite 23

BHT_StartVibrationOnly Description Drive the vibrator. Syntax DWORD BHT_StartVibrationOnly ( DWORD dwOnTime , DWORD dwOffTime , WORD wRepCnt )

Seite 24

4.5. Controlling the Backlight with the Backlight Control Key The backlight function can be enabled/disabled by pressing the backlight function contr

Seite 25 - 6.8. Key Clicks

16.6. Wireless Communication API BHT_RF_Open Description Open the wireless LAN device and enable wireless communication. Syntax DWORD BHT_RF_Open (

Seite 26 - 6.10. Auto Repeat Function

BHT_RF_OpenEx Description Sets the communication format, opens the wireless LAN device and enables wireless communication. Syntax DWORD BHT_RF_Open

Seite 27 - 7.1. Outline

BHT_RF_Close Description Close the wireless LAN device and disable wireless communication. Syntax DWORD BHT_RF_Close ( void ) Parameters None Re

Seite 28

BHT_RF_CloseEx Description Closes the wireless LAN device for the set format and disables wireless communication. Syntax DWORD BHT_RF_CloseEx ( DWO

Seite 29 - Chapter 8. Power Management

BHT_RF_IoControl Description Sends a control command to the driver and performs an operation corresponding to that command. Syntax DWORD BHT_RF_IoC

Seite 30 - 8.2. Standby

The details set for each argument differ for each command. Oid lpInBuf nInBufSize lpOutBuf nOutBufSize RF_UPDATE_PROFILE − − − − RF_COMMIT_PRO

Seite 31 - 8.3. Suspend

BHT_RF_Synchronize Description Get the association status. Syntax DWORD BHT_RF_Synchronize ( long lTimeout , long* plSync ) Parameters lTimeout

Seite 32 - Chapter 9. Battery State

BHT_RF_GetParamInt Description Read integer from the wireless communications parameter. Syntax DWORD BHT_RF_GetParamInt ( DWORD dwParam , DWORD*

Seite 33 - Chapter 10. LED

Return value Error code Meaning ERROR_SUCCESS Successful completion ERROR_INVALID_PARAMETER Parameter error Address for storing data obtained not spe

Seite 34 - 11.3. Assigning Port Number

BHT_RF_SetParamInt Description Write integer to the wireless communications parameter. Syntax DWORD BHT_RF_SetParamInt ( DWORD dwParam , const DW

Seite 35 - 11.4. ActiveSync

4.6. Controlling the Backlight with the Backlight Control Function The backlight function can be controlled using the BHT_SetBltStatus function. The

Seite 36 - 12.1. Outline

Return value Error code Meaning ERROR_SUCCESS Successful completion ERROR_INVALID_PARAMETER Parameter error Address for storing data obtained not sp

Seite 37

BHT_RF_GetParamStr Description Read string from the wireless communications parameter. Syntax DWORD BHT_RF_GetParamStr ( DWORD dwParam , TCHAR* p

Seite 38

BHT_RF_SetParamStr Description Write character string to the wireless communications parameter. Syntax DWORD BHT_RF_SetParamStr ( DWORD dwParam ,

Seite 39

BHT_RF_GetInfoInt Description Read integer from the communications parameter. Syntax DWORD BHT_RF_GetInfoInt ( DWORD dwType , DWORD* pdwInfo )

Seite 40

BHT_RF_GetInfoStr Description Read string from the communications parameter. Syntax DWORD BHT_RF_GetInfoStr ( DWORD dwType , TCHAR* pwchInfo )

Seite 41

BHT_RF_GetSiteSurvey Description Get the quality of the communications link. Syntax DWORD BHT_RF_GetSiteSurvey ( DWORD* pdwStrength , DWORD* pdwB

Seite 42

16.7. OS Updating API BHT_SystemModify Description Update the BHT OS. Syntax DWORD BHT_SystemModify ( DWORD dwCtrlCode, TCHAR * pwchSysParam, DWO

Seite 43 - Chapter 13. Barcode Reading

16.8. Bluetooth API BHT_BT_PowerOn Description Turns ON the Bluetooth device power supply and enables Bluetooth. Syntax DWORD BHT_BT_PowerOn ( void

Seite 44

BHT_BT_PowerOff Description Turns OFF the Bluetooth device power supply and disables Bluetooth. Syntax DWORD BHT_BT_PowerOff ( void ) Parameters

Seite 45 - Barcode type Options

BHT_BT_GetPowerStatus Description Acquires the Bluetooth device power status. Syntax DWORD BHT_BT_GetPowerStatus ( DWORD *pdwStatus ) Parameter

Seite 46

(*5) The backlight specified with the BHT_SetSysSettingDW (BHT_BACKLIGHT_DEVICE,…) function illuminates. (*6) Cold booting is performed from the sta

Seite 47 - 13.2. Programming

16.9. Other APIs BHT_WaitEvent Description Make the system wait until the specified event or timeout occurs. Syntax DWORD BHT_WaitEvent ( DWORD dw

Seite 48

Return value Error code Meaning ERROR_SUCCESS Successful completion ERROR_INVALID_PARAMETER Parameter error. Storage address not specified Comment:

Seite 49

BHT_WaitStandbyEvent Description Make the system wait until the specified event occurs. Syntax BHT_WaitStandbyEvent ( DWORD dwEvtNum , DWORD dwEv

Seite 50 - Chapter 14. Updating OS

Comment: The following five types of events can be specified: - Depression of any key - Depression of the trigger switch - Stylus release - Decoding

Seite 51 - Chapter 15. System Functions

BHT_ShutdownSystem Description Turn off the BHT and boot the BHT according to the mode specified by the parameter. Syntax DWORD BHT_ShutdownSystem

Seite 52 - BHT_SetSysSettingDW

BHT_RegStore Description Save the registry. Syntax DWORD BHT_RegStore ( void ) Parameters None Return value Error code Meaning ERROR_SUCCESS Su

Seite 53 - BHT_GetSysSettingDW

Chapter 17. Programming Using OCX (OLE Customer Control) The BHT-700 Software Development Kit (BHT-700 SKD) provides ActiveX Control that can be used

Seite 54 - BHT_SetSysSettingWCS

(2)-2 Click Add Control and choose the newly installed OCX by clicking Open. (2)-3 Click OK, and the control is pasted as shown below. (3) Add

Seite 55 - BHT_GetSysSettingWCS

(3)-2 Select the installed .OCX file. (3)-3 Click Insert, and the message “Do you insert component?” pops up. Click OK, and specify an appropriate

Seite 56 - Validating

17.4. Scanner Control 17.4.1. Properties Name and type eVC++ R/W Value Default value Description Enable/disable flag for barcode reading TRUE: Ena

Seite 57

Chapter 5. Beeper and Vibrator Control 5.1. Outline The beeper and vibrator are controlled by: (1) the beeper/vibrator setting functions (that allo

Seite 58 - Maker ahead

17.4.2. Methods GetChkDigit Description Calculate a check digit (CD) of the barcode data according to the specified calculation method. (Refer to th

Seite 59

GetLastCount Description Supported only on BHT-700Q Read the number of digits in the specified row of the code that was read most recently. Syntax

Seite 60

GetLastType Description Supported only on BHT-700Q Read the code type in the specified row of the code that was read most recently. Syntax long Get

Seite 61

17.4.3. Event Callback Function DecodeDone Description This function is called when decoding is successfully completed. It reads out the bufferData

Seite 62 - BHT_GetDeviceInfo

17.4.4. Error Codes If an error occurs during access to properties or during calling to methods, the error code will be stored into the errorStatus v

Seite 63

17.5. File Transfer Control 17.5.1. Properties Name eVC++ R/W Value Default value Content GetPort SetPort short R/WCOM1 COM4 COM4 COM port GetBaud S

Seite 64

17.5.2. Methods Function Description AddFile Add a file to be transmitted. ClearFile Clear a file added by AddFile. GetFile Acquires the file name

Seite 65 - BHT_EnableBar

ClearFile Description Clears a file added by AddFile. Syntax void ClearFile ( void ) Parameters None Return value None GetFile Description Acq

Seite 66

GetTransferredCount Description Returns the number of files for which transmission or receipt is complete. Syntax void GetTransferredCount (void) Pa

Seite 67

Send Description Transmit a file specified by AddFile. Syntax Long Send ( void ) Parameters None Return value Error code Meaning ERROR_SUCCESS

Seite 68

5.2. Setting the Beeper/Vibrator The BHT_SetSysSettingDW (DWORD dwCtrlCode, DWORD dwSysParam) and BHT_GetSysSettingDW (DWORD dwCtrlCode, DWORD *pdw

Seite 69

Abort Description Abort the current file transmission process. After aborting, the Done event will occur. Syntax Void Abort ( void ) Parameters No

Seite 70

GetError Description Return the error information for the transaction processed last. Syntax long GetError ( void ) Parameters None Return value

Seite 71

17.5.3. Event Callback Functions Function Description Done This function is called when the transmission ends as specified. Transferring Get the i

Seite 72

Transferring Description Get the information about a file being transmitted. Syntax void OnTransferring ( LPCTSTR FileName , long Total , long T

Seite 73

17.5.4. Coding Sample void CSerialTransferDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CSerialTr

Seite 74

Appendix A. Keyboard Arrangement, Virtual Key Codes and Character Codes A.1. 27-key pad A.1.1. Keyborard Arrangement (1) Numeric entry mode

Seite 75

A.1.2. Virtual Key Codes and Character Codes Numeric entry mode Normal status Status with [SF] pressed Virtual key code Virtual key code Key Con

Seite 76

Function mode Virtual key code Key Constant Value Character code [F1] VK_F5 74 - [F2] VK_F6 75 - [F3] VK_F7 76 - [F4] VK_F8 77 - [S] VK_F9 7

Seite 77 - Sub-code no

A.1.3. Character Codes in Alphabet Entry Mode In the alphabetic entry mode, the 0 to 9 and period (.) keys are used to enter alphabets. The table be

Seite 78

A.2. 42-key pad A.2.1. Keyborard Arrangement (1) Alphabet entry mode (2) Numeric entry mode

Seite 79

5.3. Starting/Stopping the Beeper/Vibrator The beeper/vibrator is activated or deactivated by the following functions: Function Used to: BHT_Start

Seite 80

(3) Function mode SCAN F5 F6 F7 F8 SEND M2 SCAN M1M3SCAN CAP FN NUM BS SP ESC ENT F9F10 F11F12165

Seite 81

A.2.2. Virtual Key Codes and Character Codes Alphabet entry mode Normal status Status with [SF] pressed Virtual key code Virtual key code Key Cons

Seite 82

Numeric entry mode Normal status Status with [SF] pressed Key Virtual key code Character code Virtual key code Character code [F1] VK_F1 70 - ← ←

Seite 83

Function mode Normal status Key Virtual key code Character code [F1] VK_F5 74 - [F2] VK_F6 75 - [F3] VK_F7 76 - [F4] VK_F8 77 - [▲] VK_F9 26 - [▼]

Seite 84

Appendix B. Differences between Older Unit The following table lists differences between the BHT-700 and the BHT-400. Type Item BHT-700 BHT-400

Seite 85

Type Item BHT-700 BHT-400 Default baud rate 115200 bps 9600 bps Data communication RS-232C Tx, Rx Tx, Rx, RTS, CTS I/F usable with Active Sync

Seite 86

BHT-700-CE API Reference Manual First Edition, October 2007 DENSO WAVE INCORPORATED The purpose of this

Seite 87

Chapter 6. Keys and Trigger Switch Control 6.1. Outline In addition to the processing for depressed or released keys and trigger switch, the BHT OS

Seite 88 - BHT_DisableBar

6.2. Setting the Keys and Trigger Switch The BHT_SetSysSettingDW (DWORD dwCtrlCode, DWORD dwSysParam) and BHT_GetSysSettingDW (DWORD dwCtrlCode, DW

Seite 89 - BHT_ReadBar

Copyright © DENSO WAVE INCORPORATED, 2007 All rights reserved. No part of this publication may be re

Seite 90 - BHT_ReadBarEx

6.3. Shift Key Operation Mode The shift key operation mode works as follows: Shift key operation mode Description Non-lock mode - The keypad is shi

Seite 91 - BHT_GetBarType

6.5. Assigning a User-Defined Key Code to the Magic Keys Apart from the previously mentioned functions, optional keys can be applied to the magic key

Seite 92 - BHT_ GetBarInfo

6.6. Key Input Modes The BHT-700 key pad has the following three key entry modes. (1) Numeric entry mode This mode allows you to type in numeric dat

Seite 93 - BHT_GetBarNum

(2) If keys [0] to [9] or the [.] key is pressed, the pressed key becomes an unestablished character and displays in the unestablished character disp

Seite 94 - BHT_GetBarChkDgt

6.6.4. Alphabet Entry Mode 2 (27-key pad only) Alphabet entry mode 2 starts by: (1) calling the BHT_SetSysSettingDW (BHT_KEY_INPUT_METHOD, INPUT_ME

Seite 95

6.7. Function Mode Use either of the methods below to enable function mode. (1) Call up the BHT_SetSysSettingDW (BHT_KEY_FUNCTION,KEY_FUNCTION_ON) fu

Seite 96

6.10. Auto Repeat Function The keys used to perform auto repeat are listed in the following table. Whether auto repeat function for each key is enabl

Seite 97

Chapter 7. LCD Status Indication 7.1. Outline The status of the BHT is displayed on the LCD as specified below. Status Description Icon Battery

Seite 98

(Display sample of icons) Status indicator icons in the task bar 7.2. Setting the LCD Status Indication The BHT_SetSysSettingDW (DWORD dwCtrlCode

Seite 99

Chapter 8. Power Management 8.1. Outline The power management functions switch the system powering state. The following four system power states ex

Seite 100

Contents Chapter 1. Software Requirements for the BHT-700 ... 1

Seite 101

8.2. Standby 8.2.1. Switching to the Standby State The BHT switches from the power ON state to the standby state when any of the following conditions

Seite 102 - BHT_BAR_SetDecodeOptions

8.3. Suspend 8.3.1. Setting the Standby Transition Timeout The BHT switches to the suspend state when any of the following conditions arises: (1) Whe

Seite 103

Chapter 9. Battery State 9.1. Outline The battery status can be ascertained using the following methods. (1) Battery status acquisition (2) Battery

Seite 104 - BHT_BAR_GetDecodeOptions

Chapter 10. LED 10.1. Outline The BHT-700 has two LEDs. The display LED can be controlled from the application. LED Color ON/OFF control from ap

Seite 105

Chapter 11. Data Communication 11.1. Outline In wired communication between the BHT and host computer, the following interfaces are available: (1) I

Seite 106 - BHT_SetBltStatus

11.4. ActiveSync 11.4.1. Establishing an ActiveSync Connection An ActiveSync connection can be established with either of the following procedures. (

Seite 107 - BHT_GetBltStatus

Chapter 12. Wireless Communication 12.1. Outline 12.1.1. Spread Spectrum Communications Method Data communication is performed using TCP/IP protocol

Seite 108 - BHT_GetPowerStatus

12.2. Programming for Wireless Communication To connect to the wireless communications pathway, specify the following system settings in System Menu

Seite 109 - BHT_GetPowerStatus2nd

12.2.1. Wireless Communication Parameters Settable Parameters The BHT can be used with the following security configurations by setting ZeroConfig.

Seite 110 - BHT_GetNLedStatus

▪ POWER Set the power mode for the wireless module built in the BHT. The following two power modes are available. The default is P_PWRSAVE_PSP. The s

Seite 112 - BHT_GetNLedStatusEx

▪ EAP TYPE This is the EAP type setting. A selection can be made from Prohibited, PEAP, and TLS. ▪ KEY (WEP KEY, PRE SHARED KEY) The encryption key

Seite 113 - BHT_SetNLedOn

12.2.2. Opening and Closing the Wireless Communications Device Use the BHT_RF_Open and BHT_RF_OpenEx functions to start up the wireless communicatio

Seite 114 - BHT_SetNLedOff

12.2.3. Checking Synchronization with the Access Point When performing data communication with a wireless communication device, use the BHT_RF_Synchr

Seite 115 - BHT_StartBeep

Chapter 13. Barcode Reading 13.1. Outline 13.1.1. Enable Reading BHT-700B The BHT_EnableBar function enables the barcode device to read barcodes. In

Seite 116

BHT-700Q The BHT_EnableBar function enables the barcode device to read barcodes. In this function, you may specify the following barcode types avail

Seite 117 - BHT_StartBeeperOnly

13.1.2. Specify Options in the BHT_EnableBar Function You may also specify several options as listed below for each of the barcode types in the BHT_E

Seite 118

13.1.3. Barcode Buffer The barcode buffer stores the inputted barcode data. BHT-700B The barcode buffer will be occupied by one operator entry job an

Seite 119 - BHT_StartVibrationOnly

13.2. Programming 13.2.1. Code Mark The BHT_GetBarType function allows you to check the code mark (denoting the code type) and the length of the inpu

Seite 120 - BHT_RF_Open

13.2.5. Controlling the Indicator LED and Beeper/Vibrator as a Confirmation of Successful Reading By using the BHT_EnableBar function, you can contr

Seite 121 - BHT_RF_OpenEx

NOTE: In the Point Scan mode, scanning split codes in batch edit mode is disabled. (For details about the Point Scan mode, refer to the “BHT-700BB/700

Seite 122 - BHT_RF_Close

17.4.1. Properties ... 144

Seite 123 - BHT_RF_CloseEx

Chapter 14. Updating OS The OS can be updated (version update) using the following method when running Windows CE. (1) Copy the OS image file to an

Seite 124 - BHT_RF_IoControl

Chapter 15. System Functions System functions are used when setting or acquiring system values or when acquiring device information. Function Used

Seite 125

15.1. If a System Parameter Value is DWORD BHT_SetSysSettingDW Description Write system parameter values. Syntax DWORD BHT_SetSysSettingDW ( DWOR

Seite 126 - BHT_RF_Synchronize

BHT_GetSysSettingDW Description Read system parameter values. Syntax DWORD BHT_GetSysSettingDW ( DWORD dwCtrlCode , DWORD* pdwSysParam ) Parame

Seite 127 - BHT_RF_GetParamInt

15.2. If a System Parameter Value is a Character String BHT_SetSysSettingWCS Description Write system parameter values. Syntax DWORD BHT_SetSysSett

Seite 128

BHT_GetSysSettingWCS Description Read system parameter values. Syntax DWORD BHT_GetSysSettingWCS ( DWORD dwCtrlCode , TCHAR* pwchSysParam , DWOR

Seite 129 - BHT_RF_SetParamInt

15.3. System Parameter Values That Can be Set/Obtained Parameter name Type R/W Control code Parameter value Default Validating timing System info

Seite 130

Parameter name Type R/W Control code Parameter value Default Validating timing Backlight related Backlight ON-duration (sec.) (When battery- dri

Seite 131 - BHT_RF_GetParamStr

Scanning range marker (*6) DW R/W BHT_BAR_MARKER MARKER_NORMAL : Normal mode MARKER_AHEAD : Maker ahead MARKER_DISABLE : Fixed to OFF MARKER _NORMAL

Seite 132 - BHT_RF_SetParamStr

Parameter name Type R/W Control code Parameter value Default Validating timing Front-back inverted reading (*6) DW R/W BHT_BAR_REVERSE 0: Disabl

Seite 133 - BHT_RF_GetInfoInt

Chapter 1. Software Requirements for the BHT-700 1.1. Operating System (OS) on the BHT-700 The OS running on the BHT-700 is Microsoft Windows CE 5.

Seite 134 - BHT_RF_GetInfoStr

Parameter name Type R/W Control code Parameter value Default Validating timing Status indicator related Battery voltage level icon DW R/W BHT_I

Seite 135 - BHT_RF_GetSiteSurvey

Parameter name Type R/W Control code Parameter value Default Validating timingDisplay related Screen rotation DW R/W BHT_DISP _ROTATION DISP

Seite 136 - BHT_SystemModify

15.4. Device Information Acquisition BHT_GetDeviceInfo Description Acquires the mounted device information. Syntax DWORD BHT_GetDeviceInfo( DWORD d

Seite 137 - BHT_BT_PowerOn

Chapter 16. Device Control Functions The device control functions listed below control the devices (barcode reading device, backlight, battery, indi

Seite 138 - BHT_BT_PowerOff

Function Used to: BHT_RF_Open Open the wireless LAN device and enable wireless communication. BHT_RF_OpenEx Set the communication format, open the w

Seite 139 - BHT_BT_GetPowerStatus

16.1. Barcode API BHT_EnableBar Description Open the barcode device file to enable barcode reading. This function specifies the read mode and readab

Seite 140 - BHT_WaitEvent

Readmode The BHT supports four read modes--the momentary switching mode, the auto-off mode, the alternate switching mode, and the continuous readi

Seite 141

Beepercontrol and LEDcontrol This function can control the beeper and the indicator LED to activate or deactivate each of them when a barcode is r

Seite 142 - BHT_WaitStandbyEvent

□ Interleaved 2 of 5 (ITF) (I) Syntax I[:[mini.no.digits[-max.no.digits]][CD]] where mini.no.digits and max.no.digits are the minimum and maximum n

Seite 143

□ CODABAR (NW-7) (N) Syntax N[:[mini.no.digits[-max.no.digits]][startstop][CD]] Where mini.no.digits and max.no.digits are the minimum and maximum n

Seite 144 - BHT_ShutdownSystem

Chapter 2. Application Development Environment 2.1. Required Hardware (PC to be used for application development) Item Specification OS Microsof

Seite 145 - BHT_RegStore

□ CODE-39 (M) Syntax M[:[mini.no.digits[-max.no.digits]][CD]] Where mini.no.digits and max.no.digits are the minimum and maximum numbers of digits f

Seite 146 - 17.3. Using OCX

□ CODE-93 (L) Syntax L[:[mini.no.digits[-max.no.digits]]] Where mini.no.digits and max.no.digits are the minimum and maximum numbers of digits for b

Seite 147

□ CODE-128 (K) Syntax K[:[mini.no.digits[-max.no.digits]]] Where mini.no.digits and max.no.digits are the minimum and maximum numbers of digits for

Seite 148

Handling special characters If the BHT reads any barcode consisting of special characters only (such as FNC, CODEA, CODEB, CODEC and SHIFT character

Seite 149 - 17.4. Scanner Control

□ Standard 2 of 5 (STF) (H) Syntax H[:[mini.no.digits[-max.no.digits]][CD][startstop]] Where mini.no.digits and max.no.digits are the minimum and ma

Seite 150 - GetChkDigit

□ MSI (P) Syntax P[:[mini.no.digits[-max.no.digits]][CD]] Where mini.no.digits and max.no.digits are the minimum and maximum numbers of digits for b

Seite 151 - GetLastCount

BHT-700Q The readable barcodes include, among 2D codes, QR code, PDF417, MaxiCode, Data Matrix, and EAN·UCC composite, and, among barcodes, universal

Seite 152 - GetLastType

In scannning a split code in edit mode, the maximum data length is 8,192 bytes. Data exceeding 8,192 bytes causes a read error to be recognized and t

Seite 153 - DecodeDone

□ MaxiCode(X) Syntax X □ MaxiCode(Z) Syntax Z [:[symbol type [min code no.[−max code no.]]] [;symbol type [min code no.[−max code no.]]]] For sym

Seite 154

□ Universal product code (A) Syntax A [:[code][1st character [2nd character]] [supplemental]] Specify one of the codes listed below. Code Barcode

Seite 155 - 17.5. File Transfer Control

Chapter 3. Output to the LCD Screen 3.1. Screen Fonts The BHT-700 has the following integrated screen fonts: (1) Arial (ttf) (2) Courier New (ttf)

Seite 156 - AddFile

□ Interleaved 2of5 (ITF) (I) Syntax I [:[min no. digits [−max no. digits]][CD][;[1st character [2nd character]]]] “min no. digits” and “max no. dig

Seite 157 - GetFileCount

□ Codabar (NW-7) (N) Syntax N [:[min no. digits [− max no. digits]][startstop] [CD]] “min no. digits” and “max no. digits” are the minimum and maxi

Seite 158 - GetTransferredCount

□ Code 39 (M) Syntax M [:[min no. digits [−max no. digits]][CD][;[1st character [2nd character]]]] “min no. digits” and “max no. digits” are the mi

Seite 159 - Receive

□ CODE-93 (L) Syntax L [: [min.no.digits [-max.no.digits]][;1st digit [-2nd digit]]]] Where min.no.digits and max.no.digits are the minimum and maxi

Seite 160 - GetState

□ Code 128 (K) Syntax K [:[min no. digits [−max no. digits]][;[1st character [2nd character]]]] “min no. digits” and “max no. digits” are the minim

Seite 161 - GetError

Positions of special characters When a code consisting only of special characters (FNC, CODEA, CODEB, CODEC, and SHIFT characters) or a code containin

Seite 162

Multi-line code reading To specify Multi-line code reading, specify “&” followed by the codes to be read. Up to three rows can be specified.

Seite 163 - Transferring

(5) If the same code (with the same code type and the same data code) appears more than once in a multi-line code, the BHT cannot read it. [Ex] A co

Seite 164

BHT_DisableBar Description: Close the barcode device file to disable barcode reading. Syntax: DWORD BHT_DisableBar (void) Parameters None Return

Seite 165 - A.1. 27-key pad

BHT_ReadBar Description Read out data read from the barcode buffer. If the string length longer than that of the read barcode is specified to dwBarL

Seite 166

3.3. Setting the Screen Rotation Angle The settable rotation angles are 0°, 90°, 180°, and 270°. The direction is anti-clockwise. The screen rotatio

Seite 167 - Function mode

BHT_ReadBarEx Description Read out data from the barcode buffer and encodes it into the specified data format. If the length of the read data is sho

Seite 168

BHT_GetBarType Description BHT-700B Read the barcode type and the number of digits of a barcode read most recently. If no barcode has been read afte

Seite 169 - A.2. 42-key pad

BHT_ GetBarInfo Description BHT-700B Read the information on the code read most recently, including the code type and the number of digits in the co

Seite 170

BHT_GetBarNum Description Read the number of digits of the barcode remaining in the barcode buffer. If barcode reading is not enabled, an error (ERR

Seite 171 - Value

BHT_GetBarChkDgt Description Calculate a check digit (CD) of the barcode data according to the calculation method specified by dwCDType. Syntax DWO

Seite 172

Comment: If barcode data contains a character(s) out of the specification of the barcode type specified by dwCDType, then this function sets "0&

Seite 173

When dwCDType is A (EAN or UPC), this function identifies the EAN or UPC depending upon the data length (number of digits) as listed below. If the da

Seite 174 - BHT_PM_SUSPEND_SLOT0,…)

When dwCDType is I (ITF), the length of barcode data must be an even number of two or more digits. If not, this function gets "0" and retur

Seite 175

When dwCDType is H (STF), the length of barcode data must be two or more digits. If not, this function gets "0" and returns an error code.

Seite 176 - API Reference Manual

When dwCDType is N (Codabar), the length of barcode data must be three digits or more including start and stop characters. If not, this function gets

Kommentare zu diesen Handbüchern

Keine Kommentare