Version Differences for H-15

(Bluetooth)
(OS Release Log)
Line 121:
  :Check out the IsSysBusy() function. It returns a boolean, depending on whether or not the barcode engine is currently undergoing its reinitialization process. Attempts to scan while this is happening can essentially crash the scan engine, so waiting until IsSysBusy() returns false before your application directs the scanner to scan should alleviate the problem.    :Check out the IsSysBusy() function. It returns a boolean, depending on whether or not the barcode engine is currently undergoing its reinitialization process. Attempts to scan while this is happening can essentially crash the scan engine, so waiting until IsSysBusy() returns false before your application directs the scanner to scan should alleviate the problem. 
  ==OS Release Log==    ==OS Release Log== 
- * '''5.2.3'''   + * '''5.2.3''': Updated the installed .NET Framework on the device from 2.0 to 3.5.  
- ** Updated the installed .NET Framework on the device from 2.0 to 3.5.   + * '''5.1.3''': Fixed: a problem with display flicker on startup. Added: New Bootloader, 2.2, is required to use this version(or newer) of the OS.  
- * '''5.1.3'''   + * '''4.9.3''': Added: XMLHttpRequests to H15 OS  
- ** Fixed a problem with display flicker on startup.   + * '''4.8.3''': Fixed: Can't read QR code and some other 2D symbologies after suspend / resume  
- ** New Bootloader, 2.2, is required to use this version(or newer) of the OS.   + * '''4.7.3''': Integrated updated driver for Barcode Reader  
- * '''4.9.3'''   + * '''4.6.3''': Added: PCL printer driver, RDP Audio Playback Redirection.  
- ** Added XMLHttpRequests to H15 OS   + * '''4.5.3''': Update Summit Wi-Fi utility to latest one (2.2.24)  
- * '''4.8.3'''   + * '''4.4.3''': Fixed: a problem with the scan engine becoming unusable or losing settings if a scan is attempted directly after waking up. Provides: Support for a new function in version 1.0.3 of the .NET SDK, IsSysBusy(). This function is designed to be called in a user application before attempting a barcode scan, in order to determine if the scan engine is ready for scanning.  
- ** Fixed: Can't read QR code and some other 2D symbologies after suspend / resume   + * '''4.3.3''': Removed deprecated code so that it cannot be used accidentally.  
- * '''4.7.3'''   + * '''4.2.3''': Add Storage Manager component  
- ** Integrated updated driver for Barcode Reader   + * '''4.1.3''': Fixed: dot character does not work in remote desktop applications,Wrong information when calling SystemInfo.SerialNumber property after a reset,Function keys do not always work  
- * '''4.6.3'''   + * '''4.0.3''': Added iesimple.exe  
- ** Added PCL printer driver.      
- ** Added RDP Audio Playback Redirection.      
- * '''4.5.3'''      
- ** Update Summit Wi-Fi utility to latest one (2.2.24)      
- * '''4.4.3'''      
- ** Fixes a problem with the scan engine becoming unusable or losing settings if a scan is attempted directly after waking up.      
- ** Provides support for a new function in version 1.0.3 of the .NET SDK, IsSysBusy(). This function is designed to be called in a user application before attempting a barcode scan, in order to determine if the scan engine is ready for scanning.      
- * '''4.3.3'''      
- ** Removed deprecated code so that it cannot be used accidentally.      
- * '''4.2.3'''      
- ** Add Storage Manager component      
- * '''4.1.3'''      
- ** Fixed: dot character does not work in remote desktop applications      
- ** Fixed: Wrong information when calling SystemInfo.SerialNumber property after a reset      
- ** Fixed: Function keys do not always work      
- * '''4.0.3'''      
- ** Added iesimple.exe      
       
  ==Links==    ==Links==