Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:release_note_298 [2024/10/18 12:17]
mwkim [Modified Features]
en:release_note_298 [2024/10/23 16:29] (current)
mwkim
Line 6: Line 6:
 ==== New Features ==== ==== New Features ====
   * Supports a feature that allows selecting how the user ID or name are displayed on the authentication result screen of the device.   * Supports a feature that allows selecting how the user ID or name are displayed on the authentication result screen of the device.
-  * Supports a feature that selects the SIP transmission method ​when setting up the SIP server ​of Intercom on the BioStation 3. +  * Supports a feature that selects the SIP transmission method of Intercom on the BioStation 3. 
-  * Supports a feature of selecting the resolution of the video output ​from the device ​when using Intercom and RTSP.+  * Supports a feature of selecting the resolution of the video output when using Intercom and RTSP.
   * Added an option that allows rejecting authentication for users wearing a mask during face authentication.   * Added an option that allows rejecting authentication for users wearing a mask during face authentication.
   * Added an option to enable or disable the Scramble Keypad, which randomizes the position of numeric keys when entering a PIN on the X-Station 2.   * Added an option to enable or disable the Scramble Keypad, which randomizes the position of numeric keys when entering a PIN on the X-Station 2.
-  * Added feature to set the baud rate of slave devices.+  * Added feature to set the RS-485 ​baud rate of slave devices.
   * Added feature to set the Aux Input of the CoreStation.   * Added feature to set the Aux Input of the CoreStation.
  
Line 36: Line 36:
   * Refer to the structure [[device_api#​BS2DeviceCapabilities]] - scrambleKeyboardModeSupported   * Refer to the structure [[device_api#​BS2DeviceCapabilities]] - scrambleKeyboardModeSupported
  
-<text size="​x-large">​6.</​text>​ Added a feature the Aux Input setting feature for CoreStation40.+<text size="​x-large">​6.</​text>​ Added feature to set the RS-485 baud rate of slave devices. 
 +  * Add API [[bs2_setslavebaudrate]] 
 + 
 +<text size="​x-large">​7.</​text>​ Added a feature the Aux Input setting feature for CoreStation40.
   * Refer to the structure [[configuration_api#​BS2InputConfig]] - aux   * Refer to the structure [[configuration_api#​BS2InputConfig]] - aux
  
Line 42: Line 45:
 ==== Modified Features ==== ==== Modified Features ====
  
-<text size="​x-large">​1.</​text>​ Fixed the BS2_ReleaseContext() ​error in C++(x64) debug mode.  \\+<text size="​x-large">​1.</​text>​ Fixed a memory error that occurred when executing ​BS2_ReleaseContext() in C++(x64) debug mode.  \\
  
-<text size="​x-large">​2.</​text>​ Fixed an issue where real-time logs could not be received when reconnecting using BS2_SetAutoConnection. ​ \\+<text size="​x-large">​2.</​text>​ Fixed the issue where real-time logs could not be received when reconnecting using BS2_SetAutoConnection. ​ \\
  
-<text size="​x-large">​3.</​text>​ Applied SONAME to the header of so Linux Library files. \\+<text size="​x-large">​3.</​text>​ Applied SONAME to the header of the so Linux Library files. \\
  
-<text size="​x-large">​4.</​text> ​The 'Not use' ​option for the mode has been removed in BS2_SetRS485Config() ​and BS2_SetRS485ConfigEx(). \\+<text size="​x-large">​4.</​text> ​Removed the 'Not use' ​value in the mode of the BS2_RS485Config ​and BS2_RS485ConfigEx structures. \\
  
-<text size="​x-large">​5.</​text>​ C# Sample Source ​ \\ +<text size="​x-large">​5.</​text> ​Improved ​C# Sample Source \\ 
-  * Modified ​to allow selecting slave devices when performing getDeviceCapabilities().  +  * Improved the ConfigControl example ​to allow selecting slave devices when performing getDeviceCapabilities(). 
-  * Fixed memory release ​omission ​in the UserControl example.+  * Improved ​memory release ​for imagedata ​in the UserControl ​example. 
 +  * Improved the conversion method for wiegandDeviceID in the SlaveControl ​example.