Hi, in SDK v2.3.1 Device.ToString() outputs serial number as well as firmware version, so I could extract firmware version via string parsing. After upgrading to SDK v3.2.1 Device.ToString() outputs serial number only. Is there any way to read device firmware version in C# code? I'm working on a kiosk type app where there's no direct access to the OS, and displaying firmware version would be one of the system status info. Thanks!