====== Command:VERSION (V) ====== --> MS2000 or RM2000 syntax ^ ^Shortcut |V| ^Format |VERSION [T]| <-- --> Tiger syntax ^ ^Shortcut |V| ^Format |[addr#]VERSION| ^Type |Card-Addressed| <-- This commands returns the current firmware version. **Note:** The MS-2000 firmware version no longer contains a character at end, the firmware version after ''9.2p'' is ''9.50''. --> Tiger Example ^ Firmware version of the card at address 1: $ 1V :A v3.45 <-- -->MS2000 example ^ Firmware version of the controller: $ V :A Version: USB-9.2m **Note:** New firmware versions no longer contain a character at the end. $ V :A Version: USB-9.52 The T parameter outputs the version in Tiger format: //MS-2000 firmware 9.54 or above is required.// $ V T :A v9.54 This can be useful for software that wants to reuse version parsing and comparison code for both controllers. <-- {{tag>commands tiger ms2000}}