Denso BHT-200QW Especificações

Consulte online ou descarregue Especificações para Leitores de códigos de barras Denso BHT-200QW. Denso BHT-200QW Specifications Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes

Resumo do Conteúdo

Página 1 - BHT-200-CE

Class Library Reference Manual BHT-200-CEBar Code Handy Terminal

Página 2

- 8 - 3. Device Control The following table lists devices that can be controlled from the dedicated BHT class library and the respective classes used

Página 3 - Introduction

- 98 - Handling of special characters If the BHT reads a barcode made up of special characters only (such as FNC, CODE-A, CODE-B, CODE-C and SHIFT ch

Página 4 - Contents

- 99 - • Standard 2of5 (STF) (H) [Syntax] H [:[mini.no.digits[-max.no.digits]][CD][startstop]] The mini.no.digits and max.no.digits are the minimum

Página 5

- 100 - • MSI (P) [Syntax] P [:[mini.no.digits[-max.no.digits]][CD]] The mini.no.digits and max.no.digits are the minimum and maximum numbers of ba

Página 6

- 101 - BHT-200Q The BHT-200Q supports the following 2D code and barcode types. Supported 2D code types QR code, PDF417, MaxiCode, Data Matrix, EAN/U

Página 7 - 1. Development Environment

- 102 - Split/merge mode E Enables compound code reading in edit mode. B Enables compound code reading in batch edit mode. C Enables compound cod

Página 8 - 2. Development Procedure

- 103 - 1. A code other than a split sub-code is read. In this case, the data that has been read will be stored in the barcode buffer. 2. Another c

Página 9

- 104 - • MaxiCode(X) [Syntax] X • Data Matrix(Z) [Syntax] Z [:[symbol type [min code no. [−max code no.]]]] [;symbol type [min code no.[−max

Página 10 - 3. Device Control

- 105 - S (Square Data Matrix) Code No. Row x Col. Code No. Row x Col. Code No. Row x Col. Code No. Row x Col. 1 2 3 4 5 6 10 x 10 12 x 12 14 x 14 16

Página 11 - 4. Barcode Reading

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

Página 12

- 107 - • Interleaved 2of5 (ITF) (I) [Syntax] I [:[mini.no.digits [−max. no.digits]][CD]][;[1st character [2nd character]]] The mini.no.digits and

Página 13

- 9 - 4. Barcode Reading The barcode reading function has the following features. • Specification of barcode types for which reading is permitted •

Página 14

- 108 - • Codabar(NW-7)(N) [Syntax] N [:[mini.no.digits [− max.no.digits]][startstop] [CD]] The mini.no.digits and max.no.digits are the minimum an

Página 15 - 5. Wireless Communication

- 109 - • Code-39(M) [Syntax] M [:[min.no.digits [−max.no.digits]][CD]][; [1st character [2nd character]]] The mini.no.digits and max.no.digits are

Página 16

- 110 - • Code-128(K) [Syntax] K [:[mini.no.digits [−max.no.digits]]][;[1st character [2nd character]]] The mini.no.digits and max.no.digits are th

Página 17

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

Página 18

- 112 - If the same code (with the same code type and the same data code) appears more than once in a multi-line code, it cannot be read by the BHT.

Página 19

- 113 - PortOpen Enables or disables barcode reading. ■ Syntax [VB] Public WriteOnly Property PortOpen As Boolean [C#] public bool PortOpen {set}

Página 20

- 114 - InBufferCount BHT-200B Acquires the number of digits in the barcode remaining in the barcode buffer. BHT-200Q Acquires the number of digits

Página 21

- 115 - InBufferType BHT-200B Acquires the type of barcode remaining in the barcode buffer. BHT-200Q Acquires the type of barcode remaining in the b

Página 22

- 116 - Code Type InBufferType QR code (BHT-200Q only) ‘Q’ Compound QR code (in non-edit mode) (BHT-200Q only) ‘S’ PDF417 (BHT-200Q only) 'Y&a

Página 23 - 6. Backlight

- 117 - LastCount BHT-200B Acquires the number of digits in the barcode that was read last. “0” is stored if no barcodes are read since the BHT was

Página 24

- 10 - The following options can be specified for the above code types. BHT-200B Code Type Option EAN-13 (JAN-13) EAN-8 (JAN-8) UPC-A, UPC-E 1st ch

Página 25

- 118 - ■ Note The value is "0" if no barcode is read after an instance of the Scanner class was created. The value remains unchanged eve

Página 26

- 119 - LastType BHT-200B Acquires the type of code that was read last. “0” is stored if no barcodes are read since the BHT was last started up. BHT

Página 27 - 7. Beeper, Vibrator

- 120 - LastCodeInfo Acquires information on the code that was read last. ■ Syntax [VB] Public Property ReadOnly LastCodeInfo As Scanner.CodeInfo

Página 28

- 121 - LastCodeNum Acquires the number of codes (rows) that were read last. ■ Syntax [VB] Public Property ReadOnly LastCodeNum As Integer [C#] p

Página 29 - 8. Battery Information

- 122 - Input Reads unicoded data from the barcode buffer. ■ Syntax [VB] Public Function Input(ByVal len As Integer) As String [C#] public string

Página 30 - 9. Keyboard

- 123 - Input Reads unicoded data from the barcode buffer. ■ Syntax [VB] Public Function Input(ByVal buffer() As Char,ByVal offset As Integer, _ l

Página 31

- 124 - ■ Note Calling this method while barcode reading is disabled will cause an exception to be thrown. [Ex.] Read out the last read data conver

Página 32

- 125 - Input Reads binary data from the barcode buffer. ■ Syntax [VB] Public Function Input (ByVal buffer() As Byte, ByVal offset As Integer, _ l

Página 33

- 126 - ■ Note Calling this method while barcode reading is disabled will cause an exception to be thrown. When displaying the read data, it is nece

Página 34

- 127 - GetChkDigit Calculates the check digit for the barcode data based on the specified calculation algorithm. ■ Syntax [VB] Public Shared Func

Página 35

- 11 - 4.2. Trigger Switch Operation Mode The following four modes exist based on differences in the illumination timing and duration of the illumina

Página 36 - 10. LED

- 128 - ■ Note If the barcode data within the code (excluding the check digit positions) contains any characters outside the character set correspon

Página 37

- 129 - When CD type is A(EAN (JAN) or UPC): This function identifies the code type (EAN or UPC) based upon the data length (number of digits) as sho

Página 38 - 11. Power Management

- 130 - When CD type is I (ITF): The barcode data must be an even number with two or more digits. Otherwise, this function returns "0" and

Página 39

- 131 - When CD type is H (STF): The barcode data must be two or more digits in length. Otherwise, this function returns "0" and throws an

Página 40 - 12. Updating the OS

- 132 - When CD type is N (Codabar): The barcode data must be three or more digits in length, including the start and stop characters. Otherwise, thi

Página 41 - 13. Status Display

- 133 - When CD type is M (Code 39): The barcode data must be two or more digits in length, excluding the start and stop characters. Otherwise, this

Página 42 - 14. System Information

- 134 - When CD type is P (MSI): The barcode data must be two or more digits in length. Otherwise, this function returns "0" and throws an

Página 43 - 15. Data Communication

- 135 - Dispose Frees up all the unmanaged resources. This function must be called before instances of the Scanner class are no longer referenced.

Página 44 - 16. Namespaces

- 136 - OnDone This event occurs when decoding is complete. ■ Syntax [VB] Public Event OnDone As EventHandler [C#] public event EventHandler OnDo

Página 45 - DNWA.BHTCL Namespace

- 137 - 18.2. Scanner.CodeInfo  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 46 - DNWA.Exception Namepsace

- 12 - 4.3. Display LEDs and Beeper Control A notification given to inform the operator that barcode reading has been performed successfully can be c

Página 47

- 138 - Type Acquires the code type. ■ Syntax [VB] Public ReadOnly Property Type As Char [C#] public char Type {get;} ■ Property Code type. Ref

Página 48

- 139 - Len Acquires the number of digits in the code (code length). ■ Syntax [VB] Public ReadOnly Property Len As Integer [C#] public int Len {g

Página 49

- 140 - 18.3. Scanner.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 50

- 141 - CRTime Sets or acquires re-read prevention time. ■ Syntax [VB] Public Shared Property CRTime As Integer [C#] public static int CRTime {ge

Página 51

- 142 - Invert Sets or acquires the enabling and disabling of the black-and-white inverted label reading function. ■ Syntax [VB] Public Shared Pro

Página 52

- 143 - DecodeLevel Sets or acquires the decoding level. ■ Syntax [VB] Public Shared Property DecodeLevel As Integer [C#] public static int Decod

Página 53

- 144 - MinDigitITF Sets or acquires the minimum number of digits in ITF code. ■ Syntax [VB] Public Shared Property MinDigitITF As Integer [C#] p

Página 54

- 145 - MinDigitSTF Sets or acquires the minimum number of digits in STF code. ■ Syntax [VB] Public Shared Property MinDigitSTF As Integer [C#] p

Página 55

- 146 - MinDigitNW7 Sets or acquires the minimum number of digits in NW7 code (CODABAR). ■ Syntax [VB] Public Shared Property MinDigitNW7 As Integ

Página 56

- 147 - Marker Sets or acquires the marker mode. ■ Syntax [VB] Public Shared Property Marker As EN_MARKER [C#] public static EN_MARKER Marker {ge

Página 57

5. Wireless Communication 5.1. Wireless Communication System Configuration SS method data communication is performed using a wireless card. Wireless

Página 58

- 148 - Reverse Sets or acquires the front-back inverted reading enabled/disabled status. ■ Syntax [VB] Public Shared Property Reverse As Integer

Página 59

- 149 - ScanMode Sets or acquires the scan mode. ■ Syntax [VB] Public Shared Property ScanMode As EN_SCAN_MODE [C#] public static EN_SCAN_MODE Sc

Página 60

- 150 - OptionData Sets or acquires the status of the option data. ■ Syntax [VB] Public Shared Property OptionData As Integer [C#] public static

Página 61

- 151 - EN_MARKER Specifies the marker mode. ■ Syntax [VB] Public Enum EN_MARKER [C#] public enum EN_MARKER ■ Members Member Name Description

Página 62

- 152 - EN_SCAN_MODE Specifies the scan mode. ■ Syntax [VB] Public Enum EN_SCAN_MODE [C#] public enum EN_SCAN_MODE ■ Members Member Name Descr

Página 63

- 153 - 18.4. BatteryCollection  Constructor None Acquire battery information by first obtaining an instance of the battery using the "Existin

Página 64

- 154 - COUNT Number of batteries. This value is fixed (not variable). ■ Syntax [VB] Public Const COUNT As Integer [C#] public const int COUNT;

Página 65

- 155 - ExistingBatteries Acquires instances of existing batteries. ■ Syntax [VB] Public Shared ReadOnly Property ExistingBatteries As Battery()

Página 66

- 156 - 18.5. BatteryCollection.Battery  Constructor Constructor Name Description Battery Creates a new instance of the Battery class.  Fields

Página 67

- 157 - Battery Initializes a new instance of the Battery class. ■ Syntax [VB] Public Sub New(ByVal BatteryID As Integer) [C#] public Battery(int

Página 68

- 14 - 5.2. Wireless Communication Parameters The BHT-200 wireless operation mode has a Zero Config mode and NIC Control mode. The default mode is NI

Página 69

- 158 - ID Acquires the battery ID. ■ Syntax [VB] Public ReadOnly Property ID As Integer [C#] public int ID {get;} ■ Property ID Parameter valu

Página 70

- 159 - OnCU Acquires the CU installation status for the BHT. ■ Syntax [VB] Public ReadOnly Property OnCU As EN_CHARGE [C#] public EN_CHARGE OnCU

Página 71

- 160 - Voltage Acquires the battery voltage. ■ Syntax [VB] Public ReadOnly Property Voltage As Integer [C#] public int Voltage {get;} ■ Proper

Página 72 - 17.26. Display

- 161 - Level Acquires the battery voltage level. ■ Syntax [VB] Public ReadOnly Property Level As EN_LEVEL [C#] public EN_LEVEL Level {get;} ■

Página 73 - 17.27. Display.Settings

- 162 - Chemistry Acquires the battery type. ■ Syntax [VB] Public ReadOnly Property Chemistry As EN_CHEMISTRY [C#] public EN_CHEMISTRY Chemistry

Página 74

- 163 - EN_CHARGE Specifies whether the battery is charged or not. ■ Syntax [VB] Public Enum EN_CHARGE [C#] public enum EN_CHARGE ■ Members Mem

Página 75

- 164 - EN_LEVEL Specifies the battery voltage level. ■ Syntax [VB] Public Enum EN_LEVEL [C#] public enum EN_LEVEL ■ Members Member Name Descr

Página 76

- 165 - EN_CHEMISTRY Specifies the battery type. ■ Syntax [VB] Public Enum EN_CHEMISTRY [C#] public enum EN_CHEMISTRY ■ Members Member Name De

Página 77

- 166 - 18.6. Backlight  Constructor Constructor Name Description Backlight Creates a new instance of the Backlight class.  Fields None  Pro

Página 78

- 167 - Backlight Initializes a new instance of the Backlight class. ■ Syntax [VB] Public Sub New() [C#] public Backlight() ■ Parameters None

Página 79

- 15 - [Ex.] Changing the recognition mode for the existing Profile (SSID: BHT, Infrastructure mode). [VB] RF.Controller = RF.EN_CONTROLLER.ZEROCONF

Página 80

- 168 - Status Sets or acquires the backlight status (whether the backlight is lit). ■ Syntax [VB] Public Shared Property Status As EN_STATUS [C#

Página 81

- 169 - EN_STATUS Specifies the backlight status (whether the backlight is lit). ■ Syntax [VB] Public Enum EN_STATUS [C#] public enum EN_STATUS

Página 82

- 170 - 18.7. Backlight.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Na

Página 83

- 171 - OnTimeBattery Sets or acquires the ON time when the backlight is powered by the battery. ■ Syntax [VB] Public Shared Property OnTimeBatter

Página 84 - 18. Members

- 172 - OnTimeAC Sets or acquires the backlight ON time when installed on the CU. ■ Syntax [VB] Public Shared Property OnTimeAC As Integer [C#] p

Página 85

- 173 - CtrlKey Sets or acquires the control key for turning ON and OFF the backlight. ■ Syntax [VB] Public Shared Property CtrlKey As Integer [C

Página 86 - Scanner

- 174 - Backlight Control Key Setting Backlight Control Key Setting 0x00000201 [SF] + [.] (Period) 0x0001000A 0x00000202 [SF] + [BS] (Back

Página 87 - MAX_2DCODE_LEN

- 175 - Brightness Sets or acquires the backlight brightness level. ■ Syntax [VB] Public Shared Property Brightness As Integer [C#] public static

Página 88 - ALL_BUFFER

- 176 - PowerSave Sets or acquires the backlight brightness when OFF. ■ Syntax [VB] Public Shared Property PowerSave As Integer [C#] public stati

Página 89

- 177 - 18.8. LED  Constructor Constructor Name Description LED Creates a new instance of the LED class.  Fields Field Name Description Usage

Página 90

Details of the parameters used with the above security configurations are outlined in the table below. Security Parameter None PEAP (802.1x) EAP-TL

Página 91

- 178 - LED Initializes a new instance of the LED class. ■ Syntax [VB] Public Sub New( ) [C#] public LED( ) ■ Parameters None ■ Exceptions No

Página 92

- 179 - Usage Sets or acquires the LED control factor. ■ Syntax [VB] Public Usage As LED.UsageCollection [C#] public LED.UsageCollection Usage ■

Página 93

- 180 - Item Sets or aquires the LED status (ON/OFF) specified by the index. In C#, this property is used as the indexer for the LED class. ■ Synt

Página 94

- 181 - ■ Note When an indicator LED (=BAR) is specified as "device," selection of the color yellow (=YELLOW) is ignored. When a wireless

Página 95

- 182 - EN_DEVICE Specifies the LED device. ■ Syntax [VB] Public Enum EN_DEVICE [C#] public enum EN_DEVICE ■ Members Member Name Description B

Página 96

- 183 - EN_COLOR Specifies the LED color. ■ Syntax [VB] Public Enum EN_COLOR [C#] public enum EN_COLOR ■ Members Member Name Description RED R

Página 97

- 184 - EN_CTRL Specifies the LED ON/OFF status. ■ Syntax [VB] Public Enum EN_CTRL [C#] public enum EN_CTRL ■ Members Member Name Description

Página 98

- 185 - EN_USAGE Specifies the LED control factor. ■ Syntax [VB] Public [Flags] Enum EN_USAGE [C#] public enum [Flags] EN_USAGE ■ Members Membe

Página 99

- 186 - 18.9. LED.UsageCollection  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property N

Página 100

- 187 - Item Sets or acquires the LED control factor specified at the index. At C#, this property uses the indexer for the LED.UsageCollection class

Página 101

- 17 - ▪ ENCRYPTION This is the encryption method setting. A selection can be made from Prohibited, WEP, and TKIP. ▪ AUTHENTICATION This is the aut

Página 102

- 188 - 18.10. Beep  Constructor Constructor Name Description Beep Creates a new instance of the Beep class.  Fields None  Properties Proper

Página 103

- 189 - Beep Initializes a new instance of the Beep class. ■ Syntax [VB] Public Sub New( ) [C#] public Beep( ) ■ Parameters None ■ Exceptions

Página 104 - Sub-code no

- 190 - Item Starts or stops the beeping or vibrating of the device specified by the index. In C#, this property is used as the indexer for the Beep

Página 105

- 191 - OnTime Sets or acquires the ON/OFF duration of the beeper or vibrator. ■ Syntax [VB] Public Property OnTime As Integer [C#] public int On

Página 106

- 192 - OffTime Sets or acquires the OFF duration of the beeper or vibrator. ■ Syntax [VB] Public Property OffTime As Integer [C#] public int Off

Página 107

- 193 - Frequency Sets or acquires the beeping frequency of the beeper. ■ Syntax [VB] Public Property Frequency As Integer [C#] public int Freque

Página 108

- 194 - Count Sets or acquires the number of beeps or vibrations of the beeper or vibrator. ■ Syntax [VB] Public Property Count As Integer [C#] p

Página 109

- 195 - EN_CTRL Starts or stops the beeping or vibration. ■ Syntax [VB] Public Enum EN_CTRL [C#] public enum EN_CTRL ■ Members Member Name Des

Página 110

- 196 - 18.11. Beep.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 111

- 197 - Device Sets or acquires the beeper or vibrator. ■ Syntax [VB] Public Shared Property Device As EN_DEVICE [C#] public static EN_DEVICE Dev

Página 112

Copyright DENSO WAVE INCORPORATED, 2006 All rights reserved. No part of this publication may be reproduced in

Página 113

Settable Parameters ▪ POWER The wireless module power mode can be set. The following 6 power modes are available. The default is P_PWRSAVE_MOST. Po

Página 114

- 198 - Volume Sets or acquires the beeper volume. ■ Syntax [VB] Public Shared Property Volume As EN_VOLUME [C#] public static EN_VOLUME Volume {

Página 115 - PortOpen

- 199 - VolumeKey Sets or acquires the volume of a key click. ■ Syntax [VB] Public Shared Property VolumeKey As EN_VOLUME [C#] public static EN_V

Página 116 - InBufferCount

- 200 - VolumeTap Sets or acquires the sound volume of the screen taps. ■ Syntax [VB] Public Shared Property VolumeTap As EN_VOLUME [C#] public s

Página 117 - InBufferType

- 201 - VolumeHalfKey Sets or acquires the sound volume of a half-pressed key click. ■ Syntax [VB] Public Shared Property VolumeHalfKey As EN_VOLU

Página 118

- 202 - OnOffLaserKey Sets or acquires the ON/OFF for the sound of the clicking of the laser marker key. ■ Syntax [VB] Public Shared Property OnOf

Página 119 - LastCount

- 203 - OnOffTrgKey Sets or acquires the ON/OFF for the sound of the clicking of the trigger switch. ■ Syntax [VB] Public Shared Property OnOffTrg

Página 120

- 204 - EN_DEVICE Specifies the beeper or vibrator. ■ Syntax [VB] Public [Flags] Enum EN_DEVICE [C#] public [Flags] enum EN_DEVICE ■ Members Me

Página 121 - LastType

- 205 - EN_VOLUME Specifies the beeper volume level. ■ Syntax [VB] Public Enum EN_VOLUME [C#] public enum EN_VOLUME ■ Members Member Name Desc

Página 122 - LastCodeInfo

- 206 - EN_ON_OFF Specifies the ON/OFF for the clicking sound. ■ Syntax [VB] Public Enum EN_ON_OFF [C#] public enum EN_ON_OFF ■ Members Member

Página 123 - LastCodeNum

- 207 - 18.12. RF  Constructor Constructor Name Description RF Creates a new instance of the RF class.  Fields None  Properties Property Nam

Página 124

5.3. Wireless Communication Parameters 5.3.1. Parameter Setting in Zero Config Mode By the setting “TRUE” for the RF.Open property, the wireless co

Página 125 - As Integer, _

- 208 - RF Initializes a new instance of the RF class. ■ Syntax [VB] Public Sub New( ) [C#] public RF( ) ■ Parameters None ■ Exceptions None

Página 126 - ■ Note

- 209 - OpenMode Sets or acquires the wireless open mode. ■ Syntax [VB] Public Property OpenMode As EN_OPEN_MODE [C#] public EN_OPEN_MODE OpenMode

Página 127 - As Integer

- 210 - When the property is set to EN_OPENMODE.CONTINUOUSLY and the wireless device is opened: When closing the wireless device, set the property to

Página 128

- 211 - [Ex.] Close the wireless connection opened from any application (including the current application). [VB] MyRf.Open = True ……… MyRf.Open

Página 129 - GetChkDigit

- 212 - Open Opens or closes wireless communication. ■ Syntax [VB] Public Property Open As Boolean [C#] public bool Open{get; set;} ■ Property

Página 130

- 213 - Controller Specifies the control mode. ■ Syntax [VB] Public Shared Property Controller As EN_CONTROLLER [C#] public static EN_CONTROLLER

Página 131

- 214 - [Ex.] Copying the value set at Zero Config to the BHT wireless registry [VB] RF.Controller = RF.EN_CONTROLLER.ZEROCONFIG RF.Profile.Update [

Página 132

- 215 - EditMode Specifies the wireless parameter edit mode. ■ Syntax [VB] Public Shared WriteOnly Property EditMode As EN_EDIT_MODE [C#] public

Página 133

- 216 - SelectedProfile Sets or acquires the Profile to be edited. ■ Syntax [VB] Public Shared Profile SelectedProfile [C#] public static Profile

Página 134

- 217 - [Ex.] Setting Wep key 1 from RF.WepKey(1) when in Zero Config mode [VB] RF.EditMode = RF.EN_EDIT_MODE.ZEROCONFIG RF.SelectedProfile = _ New

Página 135

- 20 - 5.3.2. Checking Synchronization with the Access Point When performing data communication with a wireless communication device, use the RF.Sy

Página 136

- 218 - WepKey Generates an instance of the WepKeyCollection. ■ Syntax [VB] Public Shared ReadOnly Property WepKey As WepKeyCollection [C#] publi

Página 137 - Dispose

- 219 - Synchronize Checks the status of synchronization with AP. ■ Syntax [VB] Public Shared Function Synchronize(ByVal TimeOut As Integer) _ As

Página 138

- 220 - [Ex.] Check the synchronization with the AP every second until synchronization is established. [VB] While Not 0 = RF.Synchronize(RF.SYNC_CH

Página 139

- 221 - EN_OPEN_MODE Specifies the wireless connection open mode. ■ Syntax [VB] Public Enum EN_OPEN_MODE [C#] public enum EN_OPEN_MODE ■ Members

Página 140

- 222 - EN_CONTROLLER Specifies the wireless control mode. ■ Syntax [VB] Public Enum EN_CONTROLLER [C#] public enum EN_CONTROLLER ■ Members Memb

Página 141

- 223 - EN_EDIT_MODE Specifies the wireless parameter edit mode. ■ Syntax [VB] Public Enum EN_EDIT_MODE [C#] public enum EN_EDIT_MODE ■ Members

Página 142

- 224 - 18.13. RF.Profile This is not supported on units running on Windows CE 4.1.  Constructor Constructor Name Description Profile Specifies E

Página 143 - [Ex.] Set the 2

- 225 -  Enumeration Enumeration Name Description EN_AUTHENTICATION Authentication method EN_EAP8021X EAP type EN_ENCRYPTION Encryption method EN

Página 144

- 226 - Profile Specifies ESSID and infrastructure mode, and initializes a new instance. ■ Syntax [VB] Public Sub New(ByVal SSID As Integer, _ ByV

Página 145 - DecodeLevel

- 227 - SSID Acquires the profile ESSID. ■ Syntax [VB] Public ReadOnly Property SSID As String [C#] public string SSID {get;} ■ Property ESSID

Página 146 - MinDigitITF

- 21 - 6. Backlight The backlight function has the following features. • Backlight control • Backlight control key specification • Backlight illum

Página 147 - MinDigitSTF

- 228 - InfraMode Acquires the profile infrastructure. ■ Syntax [VB] Public ReadOnly Property InfraMode As EN_INFRA_MODE [C#] public EN_INFRA_MOD

Página 148 - MinDigitNW7

- 229 - Priority Sets or acquires the profile priority. ■ Syntax [VB] Public Property Priority As Integer [C#] public int Priority {get; set;} ■

Página 149

- 230 - Authentication Sets or acquires the profile authentication method. ■ Syntax [VB] Public Property Authentication As EN_AUTHENTICATION [C#]

Página 150 - Reverse

- 231 - Encryption Sets or acquires the profile encryption method. ■ Syntax [VB] Public Property Encryption As EN_ENCRYPTION [C#] public EN_ENCRY

Página 151 - ScanMode

- 232 - EAP8021x Sets or acquires the profile EAP (802.1x) type. ■ Syntax [VB] Public Property EAP8021x As EN_EAP8021X [C#] public EN_EAP8021X EA

Página 152 - OptionData

- 233 - WepKey Sets the profile WepKey. ■ Syntax [VB] Public WriteOnly Property WepKey As String [C#] public string WepKey {set;} ■ Property Pr

Página 153 - EN_MARKER

- 234 - PreSharedKey Specifies the profile PreSharedKey. ■ Syntax [VB] Public WriteOnly Property PreSharedKey As String [C#] public string PreShar

Página 154 - EN_SCAN_MODE

- 235 - KeyIndex Sets or acquires the key index used during communication. ■ Syntax [VB] Public Property KeyIndex As Integer [C#] public int KeyInd

Página 155

- 236 - Count Acquires the number of registered profiles. ■ Syntax [VB] Public Shared ReadOnly Property Count As Integer [C#] public static int C

Página 156

- 237 - Registered Acquires all registered profiles. ■ Syntax [VB] Public Shared ReadOnly Property Registered As RF.Profile[] [C#] public static

Página 157 - ExistingBatteries

6.1. Backlight Control The backlight can be controlled using the following methods. • Control by pressing the backlight function control key • Cont

Página 158

- 238 - [Ex.] Delete all registered profiles. [VB] RF.Profile.Update() ' Copies settings from the Zero Config GUI to the BHT wireless registr

Página 159 - Battery

- 239 - Update Copies the value set at the Zero Config GUI to the BHT wireless registry referenced by the wireless driver. ■ Syntax [VB] Public Sh

Página 160

- 240 - [Ex.] Changing the profile (ESSID:BHT, Infra: Infrastructure) Wep key created at Zero Config to “1234567890”. [VB] RF.Profile.Update(); Dim

Página 161

- 241 - Commit Reflects the value set from application to the Zero Config GUI. ■ Syntax [VB] Public Shared Sub Commit() [C#] public static void C

Página 162 - Voltage

- 242 - [Ex.] Changing the profile (ESSID:BHT, Infra: Infrastructure) Wep key created at Zero Config to “1234567890”. [VB] RF.Profile.Update(); Dim

Página 163

- 243 - Remove Deletes registered profiles. ■ Syntax [VB] Public Shared Sub Remove(ByVal ssid As String, ByVal infra As EN_INFRA_MODE) [C#] publ

Página 164 - Chemistry

- 244 - EN_AUTHENTICATION Specifies the authentication method. ■ Syntax [VB] Public Enum EN_AUTHENTICATION [C#] public enum EN_AUTHENTICATION ■

Página 165 - EN_CHARGE

- 245 - EN_EAP8021X Specifies the EAP type. ■ Syntax [VB] Public Enum EN_EAP8021X [C#] public enum EN_EAP8021X ■ Members Member Name Descripti

Página 166 - EN_LEVEL

- 246 - EN_ENCRYPTION Specifies the encryption method. ■ Syntax [VB] Public Enum EN_ENCRYPTION [C#] public enum EN_ENCRYPTION ■ Members Member

Página 167 - EN_CHEMISTRY

- 247 - EN_INFRA_MODE Specifies infrastructure. ■ Syntax [VB] Public Enum EN_INFRA_MODE [C#] public enum EN_INFRA_MODE ■ Members Member Name D

Página 168

- 23 - 6.2. Backlight Control Key The backlight function control key can be specified with the Backlight.Settings.CtrlKey property. The backlight is

Página 169 - Backlight

- 248 - 18.14. RF.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name De

Página 170 - [Ex.] Turn ON the backlight

- 249 - PowerSave Sets or acquires power save mode. ■ Syntax [VB] Public Shared Property PowerSave As EN_POWERSAVE [C#] public static EN_POWERSAV

Página 171 - EN_STATUS

- 250 - Authentication Sets or acquires the authentication method. ■ Syntax [VB] Public Shared Property Authentication As EN_AUTHENTICATION [C#]

Página 172

- 251 - DestMACAddress Sets or acquires the MAC address of the destination AP. ■ Syntax [VB] Public Shared Property DestMACAddress As String [C#]

Página 173 - OnTimeBattery

- 252 - Version Acquires the driver version. ■ Syntax [VB] Public Shared ReadOnly Property Version As String [C#] public static string Version {g

Página 174 - OnTimeAC

- 253 - FWVersion Acquires the firmware version. ■ Syntax [VB] Public Shared ReadOnly Property FWVersion As String [C#] public static string FWVe

Página 175 - CtrlKey

- 254 - HWVersion Acquires the hardware version. ■ Syntax [VB] Public Shared ReadOnly Property HWVersion As String [C#] public static string HWVe

Página 176

- 255 - MACAddress Acquires the MAC address. ■ Syntax [VB] Public Shared ReadOnly Property MACAddress As String [C#] public static string MACAddr

Página 177 - Brightness

- 256 - SSID1 Sets or acquires the ESSID. ■ Syntax [VB] Public Shared Property SSID1 As String [C#] public static string SSID1 {get; set;} ■ Pr

Página 178 - PowerSave

- 257 - EN_AUTHENTICATION Specifies the authentication method. ■ Syntax [VB] Public Enum EN_AUTHENTICATION [C#] public enum EN_AUTHENTICATION ■

Página 179

- 24 - 6.3. Backlight Illumination Duration The backlight illumination duration time can be set at or acquired from the Backlight.Settings.OnTimeBatt

Página 180 - [C#] LED MyLED = new LED();

- 258 - EN_POWERSAVE Specifies power save mode. ■ Syntax [VB] Public Enum EN_POWERSAVE [C#] public enum EN_POWERSAVE ■ Members Member Name Des

Página 181

- 259 - 18.15. RF.WepKeyCollection  Constructor None Instances cannot be created directly form this class.  Fields None  Properties Property

Página 182

- 260 - Item Sets the value of the Wep key specified by the index. In C#, this property is used as the indexer for the WepKeyCollection class. ■ S

Página 183 - [Ex.] Turn ON the blue LED

- 261 - TransmitKey Sets or acquires the Wep transmission key [to be] used. ■ Syntax [VB] Public Default Property TransmitKey As Integer [C#] pub

Página 184 - EN_DEVICE

- 262 - 18.16. RF.SiteSurvey  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 185 - EN_COLOR

- 263 - Strength Acquires the radio field strength. ■ Syntax [VB] Public Shared ReadOnly Property Strength As Integer [C#] public static int St

Página 186 - EN_CTRL

- 264 - Beacon Acquires the beacon quality. ■ Syntax [VB] Public Shared ReadOnly Property Beacon As Integer [C#] public static int Beacon {get;}

Página 187 - EN_USAGE

- 265 - Link Acquires the communication quality. ■ Syntax [VB] Public Shared ReadOnly Property Link As EN_LINE_QUALITY [C#] public static EN_LINE

Página 188

- 266 - EN_LINE_QUALITY Specifies the communication quality. ■ Syntax [VB] Public Enum EN_LINE_QUALITY [C#] public enum EN_LINE_QUALITY ■ Membe

Página 189

- 267 - 18.17. RF.Info  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name Descri

Página 190

- 25 - 7. Beeper, Vibrator The beeper and vibrator function is equipped with the following features. • The beeper or vibrator is selected and the be

Página 191

- 268 - Rate Acquires the communication speed. ■ Syntax [VB] Public Shared ReadOnly Property Rate As EN_RATE [C#] public static EN_RATE Rate {get

Página 192

- 269 - RateKbps Acquires the communication speed. ■ Syntax [VB] Public Shared ReadOnly Property RateKbps As Integer [C#] public static int RateK

Página 193 - [C#] MyBeep.OnTime = 10;

- 270 - Channel Acquires the communication channel. ■ Syntax [VB] Public Shared ReadOnly Property Channel As Integer [C#] public static int Chann

Página 194 - OffTime

- 271 - APMAC Acquires the MAC address of the currently linked AP. ■ Syntax [VB] Public Shared ReadOnly Property APMAC As String [C#] public stat

Página 195 - Frequency

- 272 - EN_RATE Specifies the communication speed. ■ Syntax [VB] Public Enum EN_RATE [C#] public enum EN_RATE ■ Members Member Name Descriptio

Página 196 - [C#] MyBeep.Count = 5;

- 273 - 18.18. Keys  Constructor None There is no need to create an instance because all the members are static members.  Fields Field Name Des

Página 197

- 274 - Mx, MxH (Mx:M1 to M5, MxH:M3H to M5H) Key code of the magic key and the half-pressed magic key If the [ENTER], [Shift], [TAB], [CTRL], and [

Página 198

- 275 - [Ex.] Display the pressed key. [VB] Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles

Página 199

- 276 - 18.19. Keys.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 200

- 277 - ShiftMode Sets or acquires the operation mode for the [SF] key. ■ Syntax [VB] Public Shared Property ShiftMode As EN_SHIFT_MODE [C#] publ

Página 201 - VolumeKey

7.3. Beeper Volume The beeper volume level can be selected from the six levels shown in the table below, however, there are in fact only four levels;

Página 202 - VolumeTap

- 278 - MxMode(Mx : M1 to M5, M3H,M4H,M5H) Sets or acquires the operation mode for the magic key, including that when the key is half-pressed. ■ S

Página 203 - VolumeHalfKey

- 279 - InputMethod Sets or acquires the input method. ■ Syntax [VB] Public Shared Property InputMethod As EN_INPUT_METHOD [C#] public static EN_

Página 204 - OnOffLaserKey

- 280 - PwrDownTime Sets or acquires the length of time the PWR key is pressed down until the power turns OFF. ■ Syntax [VB] Public Shared Propert

Página 205 - OnOffTrgKey

- 281 - AllowChangeIM Sets or acquires the enabling/disabling of the transition to the alphabet entry mode. ■ Syntax [VB] Public Shared Property A

Página 206

- 282 - KeyboardType Acquires the keyboard type. ■ Syntax [VB] Public Shared ReadOnly Property KeyboardType As EN_KEYBOARD_TYPE [C#] public stat

Página 207 - EN_VOLUME

- 283 - HandleStatus Acquires the grip handle status (connected/not connected). ■ Syntax [VB] Public Shared ReadOnly Property HandleStatus As EN_H

Página 208 - EN_ON_OFF

- 284 - EN_SHIFT_MODE Specifies the operation mode for the Shift (SF) key. ■ Syntax [VB] Public Enum EN_SHIFT_MODE [C#] public enum EN_SHIFT_MODE

Página 209

- 285 - EN_MX_MODE Specifies the key function. ■ Syntax [VB] Public Enum EN_MX_MODE [C#] public enum EN_MX_MODE ■ Members Member Name Descript

Página 210 - [C#] RF MyRf = new RF();

- 286 - EN_INPUT_METHOD Specifies the input method. ■ Syntax [VB] Public Enum EN_INPUT_METHOD [C#] public enum EN_INPUT_METHOD ■ Members Member

Página 211 - OpenMode

- 287 - EN_CHANGE_IM Specifies whether to enable or disable input method switching. ■ Syntax [VB] Public Enum EN_CHANGE_IM [C#] public enum EN_CH

Página 212

- 27 - 8. Battery Information The battery information function provides the following information. • Battery voltage (mV) • CU installation status

Página 213 - - 211

- 288 - EN_KEYBOARD_TYPE Specifies the keyboard type. ■ Syntax [VB] Public Enum EN_KEYBOARD_TYPE [C#] public enum EN_KEYBOARD_TYPE ■ Members Me

Página 214 - [C#] MyRf.Open = true;

- 289 - 18.20. SysInfo  Constructor None There is no need to create an instance because all the members are static members.  Fields None  Pro

Página 215 - Controller

- 290 - 18.21. SysInfo.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Nam

Página 216

- 291 - OSVersion Acquires the operating system (OS) version. ■ Syntax [VB] Public Shared ReadOnly Property OSVersion As String [C#] public stati

Página 217 - EditMode

- 292 - MachineName Acquires the machine name. ■ Syntax [VB] Public Shared ReadOnly Property MachineName As String [C#] public static string Mach

Página 218 - SelectedProfile

- 293 - MachineNumber Acquires the machine number. ■ Syntax [VB] Public Shared ReadOnly Property MachineNumber As String [C#] public static strin

Página 219 - - 217

- 294 - SerialNumber Sets or acquires the serial number. ■ Syntax [VB] Public Shared Property SerialNumber As String [C#] public static string Se

Página 220

- 295 - RAMSize Acquires the size (capacity) of the BHT RAM. ■ Syntax [VB] Public Shared ReadOnly Property RAMSize As Integer [C#] public static

Página 221 - Synchronize

- 296 - ROMSize Acquires the size (capacity) of the BHT ROM. ■ Syntax [VB] Public Shared ReadOnly Property ROMSize As Integer [C#] public static

Página 222 - - 220

- 297 - 18.22. PwrMng  Constructor None There is no need to create an instance because all the members are static members.  Fields None  Prop

Página 223 - EN_OPEN_MODE

Introduction This reference manual is intended for software developers using VB.NET or C# to develop software applications using barcode read functio

Página 224 - EN_CONTROLLER

- 28 - 9. Keyboard The following key functions exist in addition to the standard press/release functions. • Input mode change • Magic key function

Página 225 - EN_EDIT_MODE

- 298 - Shutdown Shuts down the power in such a way that the next time the system is turned ON, it will start up in the mode specified by the parame

Página 226

- 299 - [Ex.] Switch to suspend. [VB] PwrMng.Shutdown(PwrMng.EN_SHUTDOWN_MODE.SUSPEND) [C#] PwrMng.Shutdown(PwrMng.EN_SHUTDOWN_MODE.SUSPEND);

Página 227

- 300 - EN_SHUTDOWN_MODE Specifies the operation mode to be entered at the next start-up after shutdown. ■ Syntax [VB] Public Enum EN_SHUTDOWN_MOD

Página 228 - Profile

- 301 - 18.23. PwrMng.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 229

- 302 - StandbyTime Sets or Acquires the standby transition time. ■ Syntax [VB] Public Shared Property StandbyTime As Integer [C#] public static

Página 230 - InfraMode

- 303 - AutoPowerOffBattery Sets or acquires the automatic power-OFF time when powered by the battery. ■ Syntax [VB] Public Shared Property AutoPo

Página 231 - Priority

- 304 - AutoPowerOffExt Sets or acquires the automatic power-OFF time when the BHT is installed on the CU. ■ Syntax [VB] Public Shared Property Au

Página 232 - Authentication

- 305 - EnableSuspendSlotX (X=0,1) Sets or acquires the auto power OFF enable/disable status for the CF slot X currently being used. ■ Syntax [VB]

Página 233 - Encryption

- 306 - CPUClock Sets or acquires the CPU clock speed. ■ Syntax [VB] Public Shared Property CPUClock As EN_CPU_CLOCK [C#] public static EN_CPU_CL

Página 234 - EAP8021x

- 307 - EN_SUSPEND Specifies whether to enable or disable suspend mode. ■ Syntax [VB] Public Enum EN_SUSPEND [C#] public enum EN_SUSPEND ■ Memb

Página 235

When keys are pressed in this mode, virtual key codes and character codes are returned in accordance with “Appndix A. Keyboard Arrangement, Virtual

Página 236 - PreSharedKey

- 308 - EN_CPU_CLOCK Specifies the CPU clock. ■ Syntax [VB] Public Enum EN_CPU_CLOCK [C#] public enum EN_CPU_CLOCK ■ Members Member Name Descri

Página 237 - KeyIndex

- 309 - 18.24. Icon  Constructor None There is no need to create an instance because all the members are static members.  Fields None  Proper

Página 238

- 310 - 18.25. Icon.Settings  Constructor None Instances cannot be created directly from this class.  Fields None  Properties Property Name

Página 239 - Registered

- 311 - ShiftKey Sets or acquires the display status (enabled/disabled) of the icon indicating that key input is in shift mode. ■ Syntax [VB] Publ

Página 240 - - 238

- 312 - Battery Sets or acquires the display status (enabled/disabled) of the icon indicating the residual charge of the battery. ■ Syntax [VB] Pu

Página 241

- 313 - Standby Sets or acquires the display status (enabled/disabled) of the icon indicating the standby transition state. ■ Syntax [VB] Public S

Página 242 - - 240

- 314 - Wireless Sets or acquires the display status (enabled/disabled) of the icon indicating that the BHT is in wireless communication mode. ■ S

Página 243

- 315 - SIP Sets or acquires the display status (enabled/disabled) of the Software Input Panel (SIP) icon. ■ Syntax [VB] Public Shared Property SI

Página 244 - - 242

- 316 - Alphabet Sets or acquires the display status (enabled/disabled) of the icon indicating the alphabet entry mode. ■ Syntax [VB] Public Share

Página 245

- 317 - EN_STATUS Enables/disables icon display. ■ Syntax [VB] Public Enum EN_STATUS [C#] public enum EN_STATUS ■ Members Member Name Descript

Página 246 - EN_AUTHENTICATION

- 30 - When keys used for alphabet entry mode, the table below lists keys whose operations are different from those in the numeric entry mode. Use

Página 247 - EN_EAP8021X

- 318 - 18.26. Display This function is not supported.

Página 248 - EN_ENCRYPTION

- 319 - 18.27. Display.Settings This function is not supported.

Página 249 - EN_INFRA_MODE

- 320 - 18.28. SysModification  Constructor Constructor Name Description SysModification Creates a new instance of the SysModification class. 

Página 250

- 321 - SysModification Initializes a new instance of the SysModificaiton class. ■ Syntax [VB] Public Sub New( ) [C#] public SysModification( )

Página 251

- 322 - FileName Specifies the OS update filename. ■ Syntax [VB] Public Property FileName As String [C#] public string FileName{get; set;} ■ Pr

Página 252

- 323 - Mode Specifies the operation mode after updating the OS. ■ Syntax [VB] Public Property Mode As EN_MODE [C#] public EN_MODE Mode{get; set;

Página 253 - DestMACAddress

- 324 - Execute Executes the OS update. ■ Syntax [VB] Public Sub Execute() [C#] public void Execute() ■ Parameters None ■ Return value None

Página 254 - Version

- 325 - [C#] MySysMod.FileName = @“\SysModification\BHT200New.zl”; MySysMod.Mode = SysModification.EN_MODE.POWEROFF; MySysMod.Execute();

Página 255 - FWVersion

- 326 - EN_MODE Specifies the operation mode to be entered after updating the OS. ■ Syntax [VB] Public Enum EN_MODE [C#] public enum EN_MODE ■

Página 256 - HWVersion

- 327 - 18.29. Registry  Constructor None There is no need to create an instance because all the members are static members.  Fields None  Pr

Página 257 - MACAddress

- 31 - 9.2. Magic Key Operation  Magic key function assignment The following functions are assigned to magic keys. None [ENT] key Trigger key [

Página 258

- 328 - Save Saves the registry to the FLASH memory. ■ Syntax [VB] Public Shared Sub Save() [C#] public static void Save(); ■ Parameters None

Página 259

- 329 - 18.30. CommSerial  Constructor Constructor Name Description CommSerial Creates a new instance of the CommSerial class.  Fields Field Na

Página 260 - EN_POWERSAVE

- 330 - CommSerial Initializes a new instance of the CommSerial class. ■ Syntax [VB] Public Sub New( ) [C#] public CommSerial( ) ■ Parameters N

Página 261

- 331 - DEFAULT_PORT Default value of the port number. This value is read-only. ■ Syntax [VB] Public ReadOnly DEFAULT_PORT As Integer [C#] public

Página 262

- 332 - WaitEvent Sets or acquires the event to wait for. ■ Syntax [VB] Public Property WaitEvent As EN_EVENT [C#] public EN_EVENT WaitEvent {get

Página 263 - TransmitKey

- 333 - SignaledEvent Acquires the last serial communication event that occurred. ■ Syntax [VB] Public ReadOnly Property SignaledEvent As EN_EVENT

Página 264

- 334 - InBufferCount Acquires the size of meaningful data in the receive buffer (in buffer). ■ Syntax [VB] Public Property ReadOnly InBufferCount

Página 265 - Strength

- 335 - OutBufferCount Acquires the size of meaningful data in the send buffer (out buffer). ■ Syntax [VB] Public Property ReadOnly OutBufferCount

Página 266 - [Ex.] Acquire the beacon

- 336 - PortOpen Opens/closes the COM port. ■ Syntax [VB] Public Property PortOpen As Boolean [C#] public bool PortOpen {get;set} ■ Property CO

Página 267

- 337 - Port Specifies the COM port number. ■ Syntax [VB] Public Property Port As Integer [C#] public bool Port {get; set} ■ Property An intege

Página 268 - EN_LINE_QUALITY

- 32 - The virtual key codes and display characters returned when functions are assigned to magic keys are as follows. Parameter Function Virtua

Página 269

- 338 - Params Sets the following communication parameters in alphabetic characters: Baud rate, parity bit, data size, and stop bit ■ Syntax [VB]

Página 270

- 339 - ■ Exceptions Name of Exception Meaning ObjectDisposedException The COM port has not been opened yet. ArgumentException The specified param

Página 271 - RateKbps

- 340 - Input Reads data from the receive buffer. ■ Syntax [VB] Public Function Input(ByVal buffer() As Byte, ByVal offset As Integer, _ ByVal len

Página 272 - Channel

- 341 - [Ex.] Read out all data remaining in the receive buffer. [VB] While MyComm.InBufferCount > 0 len = MyComm.Input(buffer, 0, buffer.Lengt

Página 273

- 342 - Output Writes data into the send buffer. ■ Syntax [VB] Public Sub Output(ByVal buffer() As Byte, ByVal offset As Integer, _ ByVal len As I

Página 274 - EN_RATE

- 343 - [Ex.] Send the len(byte) data when there is no longer any data in the send buffer. [VB] If MyComm.OutBufferCount = 0 Then MyComm.Output(bu

Página 275

- 344 - Dispose Frees up all unmanaged resources. This function must be called before instances of the CommSerial class are no longer referenced. ■

Página 276

- 345 - OnDone Occurs when a COM event has occurred. ■ Syntax [VB] Public Event OnDone As EventHandler [C#] public event EventHandler OnDone ■

Página 277 - - 275

- 346 - EN_EVENT Specifies the event type. ■ Syntax [VB] [Flags]Public Enum EN_EVENT [C#] [Flags]public enum EN_EVENT ■ Members Member Name De

Página 278

- 347 - 18.31. FileTransfer  Constructor Constructor Name Description FileTransfer Creates a new instance of the FileTransfer class.  Fields Fi

Página 279 - ShiftMode

- 33 - 9.4. Keyboard Type The following four keyboard types exist based on the combination of the number of keys and number key arrangement. No. of

Página 280

- 348 -  Events Event Name Description OnDone Occurs when transfer processing has been completed. OnTransferring Information on the file is stored

Página 281 - InputMethod

- 349 - FileTransfer Initializes a new instance of the FileTransfer class. ■ Syntax [VB] Public Sub New( ) [C#] public FileTransfer( ) ■ Parame

Página 282 - PwrDownTime

- 350 - Port Sets the COM port number. ■ Syntax [VB] Public Property Port As Integer [C#] public int Port {get; set} ■ Property COM port number

Página 283 - AllowChangeIM

- 351 - Baud Sets the communication rate. ■ Syntax [VB] Public Property Baud As EN_BAUD [C#] public EN_BAUD Baud {get; set} ■ Property Communic

Página 284 - KeyboardType

- 352 - Parity Specifies the parity scheme to be used. ■ Syntax [VB] Public Property Parity As EN_PARITY [C#] public EN_PARITY Parity {get; set}

Página 285 - HandleStatus

- 353 - StopBits Specifies the number of stop bits to be used. ■ Syntax [VB] Public Property StopBits As EN_STOPBITS [C#] public EN_STOPBITS Sto

Página 286 - EN_SHIFT_MODE

- 354 - Path Specifies the folder in which the send file or receive file is [to be] located. ■ Syntax [VB] Public Property Path As String [C#] pu

Página 287 - EN_MX_MODE

- 355 - TransferringEventInterval Sets the interval for creating transferring events (OnTransferring). ■ Syntax [VB] Public Property TransferringE

Página 288 - EN_INPUT_METHOD

- 356 - Status Acquires the file transfer status. ■ Syntax [VB] Public ReadOnly Property Status As EN_STATUS [C#] public EN_STATUS Status {get; }

Página 289 - EN_CHANGE_IM

- 357 - FileCount Acquires the file number of the file being transferred. ■ Syntax [VB] Public ReadOnly Property FileCount As Integer [C#] public

Página 290 - EN_KEYBOARD_TYPE

10. LED The unit is equipped with three types of LED; indicator LEDs (red, blue) to notify the user that barcode reading is complete, charge LEDs (re

Página 291

- 358 - AddFile Adds a file to be transferred. ■ Syntax [VB] Public Sub AddFile(ByVal fileName As String) [C#] public void AddFile(string fileNa

Página 292

- 359 - ClearFile Clears the contents of the file that was added by AddFile. ■ Syntax [VB] Public Sub ClearFile() [C#] public void ClearFile();

Página 293 - OSVersion

- 360 - Input Receives a file. ■ Syntax [VB] Public Sub Input() [C#] public void Input(); ■ Parameters None ■ Return value None ■ Exceptio

Página 294 - MachineName

- 361 - Output Sends the contents of the file that was specified by AddFile. ■ Syntax [VB] Public Sub Output() [C#] public void Output(); ■ Pa

Página 295 - MachineNumber

- 362 - Abort Aborts the file transfer that is already in progress. ■ Syntax [VB] Public Sub Abort() [C#] public void Abort(); ■ Parameters No

Página 296 - SerialNumber

- 363 - Dispose Frees up all unmanaged resources. This function must be called before instances of the FileTransfer class are no longer referenced.

Página 297 - RAMSize

- 364 - OnDone Occurs when a transfer operation is complete. ■ Syntax [VB] Public Event OnDone As TransferredHandler [C#] public event Transferr

Página 298 - ROMSize

- 365 - OnTransferring Information on the file being transferred will be entered. ■ Syntax [VB] Public Event OnTransferring As TransferringHandler

Página 299

- 366 - EN_BAUD Specifies the communication rate. ■ Syntax [VB] Public Enum EN_BAUD [C#] public enum EN_BAUD ■ Members Member Name Description

Página 300 - Shutdown

- 367 - EN_PARITY Specifies the parity scheme. ■ Syntax [VB] Public Enum EN_PARITY [C#] public enum EN_PARITY ■ Members Member Name Descriptio

Página 301 - - 299

- 35 - Wireless LEDs The illumination status is set or acquired using a 2D indexer. Specify the device to be illuminated for the first index and the

Página 302 - EN_SHUTDOWN_MODE

- 368 - EN_STOPBITS Specifies the stop bits. ■ Syntax [VB] Public Enum EN_STOPBITS [C#] public enum EN_STOPBITS ■ Members Member Name Descript

Página 303

- 369 - EN_STATUS Specifies the file transfer status. ■ Syntax [VB] Public Enum EN_STATUS [C#] public enum EN_STATUS ■ Members Member Name Des

Página 304 - StandbyTime

- 370 - EN_RESULT Specifies the results of the file transfer. ■ Syntax [VB] Public Enum EN_RESULT [C#] public enum EN_RESULT ■ Members Member N

Página 305 - AutoPowerOffBattery

Appendix A. Keyboard Arrangements, Virtual Key Codes and Character Codes Appendix A.1. 26-key Pad Appendix A.1.1. Keyboard Arrangement M3(H)M4(H)

Página 306 - AutoPowerOffExt

- 372 - Appendix A.1.3. Character Codes in Alphabet Entry Mode Depre- ssion Key 1st 2nd 3rd 4th 5th 6th 7th [0] '-' '%' &

Página 307 - EnableSuspendSlotX (X=0,1)

Appendix A.2. 30-key Pad Appendix A.2.1. Keyboard Arrangement - 373 - Appendix A.2.2. Virtual Key Codes and Character Codes Nume

Página 308 - CPUClock

- 374 - Appendix B. Differences Between Units Running Windows CE 4.x and Windows CE 5.x Item OS Version Class Member Difference CE4.1 CE4.2

Página 309 - EN_SUSPEND

- 375 - BHT-200-CE Class Library Reference Manual November, 2006 5th Release DENSO WAVE INCORPORATED

Página 310 - EN_CPU_CLOCK

- 36 - 11. Power Management The four power statuses are listed in the table below. Power ON Standby (*1) Suspend (*2) Critical OFF(*2) CPU TURB

Página 311

- 37 - 11.2. Suspend Transition Conditions The BHT switches to suspend when the power key is pressed, when the event that prohibits suspend has been

Página 312

Contents 1. Development Environment...5

Página 313 - ShiftKey

- 38 - 12. Updating the OS The system can be updated (version update) by creating and executing the update applications discussed in the procedure be

Página 314

13. Status Display Enabling and disabling of the following status display icons can be controlled from the application. Property Icon Meaning Hi

Página 315 - Standby

- 40 - 14. System Information The following system information can be acquired from the BHT. • System version • Machine name • Machine No. • Seri

Página 316 - Wireless

- 41 - 15. Data Communication The following communication interfaces can be used for communication with the host computer. Of the three listed below,

Página 317

- 42 - 16. Namespaces The following three namespaces exist in the BHT-200 class library. Namespace Name Description DNWA.BHTCL Class group used to

Página 318 - Alphabet

- 43 - 17. Class DNWA.BHTCL Namespace The DNWA.BHTCL namespace includes the following classes. Class Name Description 17.1. Scanner Barcode read con

Página 319

- 44 - DNWA.Exception Namepsace The DNWA.Exception namespace includes the following classes. Class Name Description 17.30. ArgumentException An exce

Página 320 - 18.26. Display

- 45 - 17.1. Scanner Controls barcode reading and acquires the read data. For a description of all members of this class, refer to section “18.1. Sca

Página 321 - 18.27. Display.Settings

- 46 - 17.2. Scanner.CodeInfo Acquires the code information read by the scanner. This class exists within the Scanner class. For a description of all

Página 322

- 47 - 17.3. Scanner.Settings Sets or acquires barcode related parameters. This class exists within the Scanner class. For a description of all membe

Página 323 - SysModification

15. Data Communication...41 15.1. IrD

Página 324 - FileName

- 48 - 17.4. BatteryCollection Acquires information on the battery such as the charge status and output voltage. For a description of all members o

Página 325

- 49 - 17.5. BatteryCollection.Battery Acquires information on the battery such as the charge status and output voltage. For a description of all m

Página 326 - Execute

- 50 - 17.6. Backlight Sets or acquires the ON/OFF status of the backlight. For a description of all members of this class, refer to section “18.6. B

Página 327 - - 325

- 51 - 17.7. Backlight.Settings Sets or acquires backlight related parameters. This class exists within the Backlight class. For a description of all

Página 328 - EN_MODE

- 52 - 17.8. LED Sets or acquires the LED ON/OFF status. For a description of all members of this class, refer to section “18.8. LED".  Synta

Página 329

- 53 - 17.9. LED.UsageCollection Sets or acquires the control factor for the specified LED device. This class exists in the LED class. Please refer t

Página 330 - [C#] Registry.Save();

- 54 - 17.10. Beep Controls the beeping of the beeper and vibration of the vibrator. For a description of all members of this class, refer to section

Página 331

- 55 - 17.11. Beep.Settings Sets or acquires the beeper and vibrator related parameters. This class exists within the Beep class. For a description o

Página 332 - CommSerial

- 56 - 17.12. RF Opens and closes wireless communication, and sets or acquires the parameters for wireless communication. For a description of all

Página 333 - DEFAULT_PORT

- 57 - 17.13. RF.Profile Sets or acquires properties for the wireless communication profile. This is not supported on units running on Windows CE 4.1

Página 334 - WaitEvent

18.1. Scanner ...82 18.2.

Página 335 - SignaledEvent

- 58 - 17.14. RF.Settings Sets or acquires the parameters for wireless communication. This class exists within the RF class. For a description of all

Página 336

- 59 - 17.15. RF.WepKeyCollection Specifies the Wep key. This class exists within the RF class. For a description of all members of this class, refer

Página 337 - OutBufferCount

- 60 - 17.16. RF.SiteSurvey Acquires SiteSurvey data. This class exists within the RF class. For a description of all members of this class, refer to

Página 338

- 61 - 17.17. RF.Info Acquires information on wireless communication. This class exists within the RF class. For a description of all members of this

Página 339 - [C#] MyComm.Port = 1;

- 62 - 17.18. Keys Sets or acquires keyboard related parameters and defines the magic key. For a description of all members of this class, refer to s

Página 340

- 63 - 17.19. Keys.Settings Sets or acquires keyboard related parameters. This class exists within the Keys class. For a description of all members o

Página 341

- 64 - 17.20. SysInfo Sets or acquires system information. For a description of all members of this class, refer to section “18.20. SysInfo". 

Página 342

- 65 - 17.21. SysInfo.Settings Sets or acquires parameters related to the system information. This class exists within the SysInfo class. For a descr

Página 343 - - 341

- 66 - 17.22. PwrMng Sets or acquires power management related parameters for the BHT and controls the shut down process. For a description of all me

Página 344

- 67 - 17.23. PwrMng.Settings Sets or acquires the parameters for power management. This class exists within the PwrMng class. For a description of a

Página 345 - - 343

- 5 - 1. Development Environment  Development tool • Microsoft Visual Studio .NET 2003  Application development kit The following assemblies ha

Página 346

- 68 - 17.24. Icon Sets or acquires the icon display status (enabled/disabled). For a description of all members of this class, refer to section “18.

Página 347

- 69 - 17.25. Icon.Settings Enables or disables the display of icons. This class exists within the Icon class. For a description of all members of th

Página 348 - EN_EVENT

- 70 - 17.26. Display This function is not supported.

Página 349

- 71 - 17.27. Display.Settings This function is not supported.

Página 350

- 72 - 17.28. SysModification Updates the BHT system program. For a description of all members of this class, refer to section “18.28. SysModificatio

Página 351 - FileTransfer

- 73 - 17.29. Registry Performs registry operation. Please refer to “18.29. Registry” for details of all members.  Syntax [VB] Public Class Regist

Página 352

- 74 - 17.30. ArgumentException An exception that is thrown when the value set in the property or the value of one of the parameters specified in the

Página 353

- 75 - 17.31. ObjectDisposedException An exception that is thrown when an operation request is issued to a device whose file has not been opened. 

Página 354

- 76 - 17.32. SecurityException An exception that is thrown when an open request is issued to a device file for which authorization for opening canno

Página 355 - StopBits

- 77 - 17.33. DeviceNotFoundException An exception that is thrown when an operation request is issued to a device that is not installed on the BHT.

Página 356

- 6 - 2. Development Procedure 2.1. Project Creation Procedure 1. Store the dedicated BHT class libraries (dll, xml files) in an appropriate locatio

Página 357 - TransferringEventInterval

- 78 - 17.34. DeviceLoadException An exception that is thrown when an operation request is issued to a device that is not ready to process it.  Sy

Página 358

- 79 - 17.35. NotSupportedException An exception that is thrown when an attempt is made to carry out a function that is not supported.  Syntax [VB

Página 359 - FileCount

- 80 - 17.36. CommSerial Sets or acquires the parameters for serial communication and performs data communication. For a description of all members o

Página 360 - AddFile

- 81 - 17.37. FileTransfer Controls the uploading and downloading of files using the Y-modem protocol. For a description of all members of this class

Página 361 - ClearFile

- 82 - 18. Members 18.1. Scanner  Constructor Constructor Name Description Scanner Creates a new instance of the Scanner class.  Fields Field N

Página 362 - [VB] MyFileTransfer.Input()

- 83 -  Events Event Name Description OnDone Occurs when decoding is complete.  Enumeration None

Página 363 - [VB] MyFileTransfer.Output()

- 84 - Scanner Initializes a new instance of the Scanner class. ■ Syntax [VB] Public Sub New( ) [C#] public Scanner( ) ■ Parameters None ■ Ex

Página 364 - [VB] MyFileTransfer.Abort()

- 85 - MAX_BAR_LEN The maximum number of digits in the barcode. This value is fixed (not variable). ■ Syntax [VB] Public Const MAX_BAR_LEN As Inte

Página 365

- 86 - ALL_BUFFER Specify this parameter during a read operation using the Input method to read the contents of the entire barcode buffer. This valu

Página 366

- 87 - RdMode Sets or acquires Read mode. ■ Syntax [VB] Public Property RdMode As String [C#] public string RdMode {get; set} ■ Property Charac

Página 367 - OnTransferring

- 7 - 9. Select [Build…] – [Build solution] and then assign a solution. Unless the IP address is changed, step 9 only is required from the second ti

Página 368 - EN_BAUD

- 88 - Auto-off mode (F) Press the trigger switch to turn ON the illumination LED. The LED turns OFF when the switch is released or when the BHT comp

Página 369 - EN_PARITY

- 89 - Notes: If no choice is specified for the read mode, the auto-off mode is selected by default. In momentary switching mode, alternate switchin

Página 370 - EN_STOPBITS

- 90 - Beeper control and LED control This property is used to control the action of the beeper and indicator LED when a barcode has been read succes

Página 371

- 91 - RdType Sets or acquires the codes that are to be read-enabled. ■ Syntax [VB] Public Property RdType As String [C#] public string RdType {g

Página 372 - EN_RESULT

- 92 - BHT-200B The BHT-200B supports universal product codes, Interleaved 2of5 (ITF), Codabar (NW-7), Code-39, Code-93, Code-128, Standard 2of5 (ST

Página 373

- 93 - • Interleaved 2of5 (ITF) (I) [Syntax] I [:[mini.no.digits[-max.no.digits]][CD]] The mini.no.digits and max.no.digits are the minimum and max

Página 374

- 94 - • CODABAR (NW-7) (N) [Syntax] N [:[mini.no.digits[-max.no.digits]][startstop][CD]] The mini.no.digits and max.no.digits are the minimum and

Página 375

- 95 - • CODE-39 (M) [Syntax] M [:[mini.no.digits[-max.no.digits]][CD]] The mini.no.digits and max.no.digits are the minimum and maximum numbers of

Página 376

- 96 - • CODE-93 (L) [Syntax] L [:[mini.no.digits[-max.no.digits]]] The mini.no.digits and max.no.digits are the minimum and maximum numbers of bar

Página 377

- 97 - • CODE-128 (K) [Syntax] K [:[mini.no.digits[-max.no.digits]]] The mini.no.digits and max.no.digits are the minimum and maximum numbers of ba

Comentários a estes Manuais

Sem comentários