Version Differences for H19

(FAQ)
(FAQ)
Line 11:
  '''The [[Universal Menu Book]] codes I put in the initBCR file get overwritten when my application is run. What's going on?'''    '''The [[Universal Menu Book]] codes I put in the initBCR file get overwritten when my application is run. What's going on?''' 
  :If your application is utilizing the H1xSDK (rather than using the barcode scanner in keyboard wedge mode) and sending [[Universal Menu Book]] commands using the SendCommand method, then those command will overwrite anything you'd previously set in the initBCR file. This is by design.    :If your application is utilizing the H1xSDK (rather than using the barcode scanner in keyboard wedge mode) and sending [[Universal Menu Book]] commands using the SendCommand method, then those command will overwrite anything you'd previously set in the initBCR file. This is by design. 
       
    + '''When I scan in my application, the data being gathered in my BarcodeDataReceived event handler is the barcode I scanned, but multiple instances of it, strung together. I only want a single instance of the barcode data. Help!'''  
    + :You likely have multiple read mode turned on; this will perform multiple decodes in one scan session, and return the data of each successful decode. Enabling single read mode will enable you to get the single decode you're looking for.  
  ===Links===    ===Links=== 
  *[http://ftp.opticon.com/H16_H19/SDK%20-%20EGG32880/ H19 SDK Download Page]    *[http://ftp.opticon.com/H16_H19/SDK%20-%20EGG32880/ H19 SDK Download Page]